Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. dtDataDump = 1.0 // dump at beginning and end
  2. DataDumpName = output_
  3. CosmologyOutputRedshift[0] = 20.0
  4. CosmologyOutputRedshift[1] = 18.0
  5. CosmologyOutputRedshift[2] = 15.0
  6. CosmologyOutputRedshift[3] = 12.0
  7. CosmologyOutputRedshift[4] = 8.0
  8.  
  9. #
  10. # set hydro parameters
  11. #
  12. Gamma = 1.6667
  13. PPMDiffusionParameter = 0 // diffusion off
  14. DualEnergyFormalism = 1 // use total & internal energy
  15. InterpolationMethod = 1 // SecondOrderA
  16. CourantSafetyNumber = 0.5
  17. ParticleCourantSafetyNumber = 0.8
  18. FluxCorrection = 2
  19. ConservativeInterpolation = 0
  20. HydroMethod = 0
  21. RadiativeCooling = 0
  22. MultiSpecies = 2
  23. #UseMetallicityField = 1
  24. use_grackle = 1
  25. MetalCooling = 0
  26. metal_cooling = 1
  27. grackle_data_file = CloudyData_UVB=HM2012_shielded.h5
  28. CMBTemperatureFloor = 1
  29. with_radiative_cooling = 1
  30.  
  31. #
  32. # set grid refinement parameters
  33. #
  34. StaticHierarchy = 0 // AMR turned on!
  35.  
  36. # ** These two set the level of refinement **
  37. MaximumRefinementLevel = 14
  38. MaximumGravityRefinementLevel = 14
  39.  
  40. RefineBy = 2
  41. CellFlaggingMethod = 2 4 6
  42. MinimumEfficiency = 0.4
  43. NumberOfBufferZones = 1
  44. #MinimumOverDensityForRefinement = 5.0 5.0
  45. #MinimumPressureJumpForRefinement = 10000.
  46. RefineByJeansLengthSafetyFactor = 16
  47.  
  48. #
  49. # set some global parameters
  50. #
  51. GreensFunctionMaxNumber = 100 // # of greens function at any one time
  52. UseMinimumPressureSupport = 1
  53.  
  54. # PopIII Stars and Radiative Clusters
  55. StarParticleCreation = 9
  56. StarParticleFeedback = 9
  57. StarMakerTypeIaSNe = 1
  58. StarMakerPlanetaryNebulae = 1
  59. PopIIIStarMass = 150
  60.  
  61.  
  62. # Radiation Info
  63. RadiativeTransfer = 1
  64. #RadiativeTransferRadiationPressure = 1
  65. RadiativeTransferOpticallyThinH2 = 1
  66. RadiativeTransferHIIRestrictedTimestep = 1
  67. RadiativeTransferAdaptiveTimestep = 1
  68. RadiativeTransferLoadBalance = 1
  69. RadiationXRaySecondaryIon = 1
  70. RadiationXRayComptonHeating = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement