Advertisement
wkblack

august enzo parameter_file.txt

Aug 16th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. # Relevant Section of Enzo Paramter File (NOT COMPLETE!)
  2. ProblemType = 30 // cosmology simulation
  3. TopGridRank = 3
  4. TopGridDimensions = 128 128 128
  5. SelfGravity = 1 // gravity on
  6. TopGridGravityBoundary = 0 // Periodic BC for gravity
  7. LeftFaceBoundaryCondition = 3 3 3 // same for fluid
  8. RightFaceBoundaryCondition = 3 3 3
  9. RefineBy = 2
  10.  
  11. #
  12. CosmologySimulationOmegaBaryonNow = 0.0486
  13. CosmologySimulationOmegaCDMNow = 0.2603
  14. CosmologySimulationDensityName = GridDensity
  15. CosmologySimulationVelocity1Name = GridVelocities_x
  16. CosmologySimulationVelocity2Name = GridVelocities_y
  17. CosmologySimulationVelocity3Name = GridVelocities_z
  18. CosmologySimulationCalculatePositions = 1
  19. CosmologySimulationParticleVelocity1Name = ParticleVelocities_x
  20. CosmologySimulationParticleVelocity2Name = ParticleVelocities_y
  21. CosmologySimulationParticleVelocity3Name = ParticleVelocities_z
  22. CosmologySimulationParticleDisplacement1Name = ParticleDisplacements_x
  23. CosmologySimulationParticleDisplacement2Name = ParticleDisplacements_y
  24. CosmologySimulationParticleDisplacement3Name = ParticleDisplacements_z
  25.  
  26. #
  27. # define cosmology parameters
  28. #
  29. ComovingCoordinates = 1 // Expansion ON
  30. CosmologyOmegaMatterNow = 0.3089
  31. CosmologyOmegaLambdaNow = 0.6911
  32. CosmologyHubbleConstantNow = 0.6774 // in 100 km/s/Mpc
  33. CosmologyComovingBoxSize = 3.75 // in Mpc/h
  34. CosmologyMaxExpansionRate = 0.015 // maximum allowed delta(a)/a
  35. CosmologyInitialRedshift = 200 //
  36. CosmologyFinalRedshift = 0 //
  37. GravitationalConstant = 1 // this must be true for cosmology
  38. #
  39. #
  40. ParallelRootGridIO = 1
  41. ParallelParticleIO = 1
  42. PartitionNestedGrids = 1
  43. CosmologySimulationNumberOfInitialGrids = 1
  44.  
  45.  
  46. dtDataDump = 1
  47. DataDumpName = output_
  48.  
  49. CosmologyOutputRedshift[0] = 15
  50. CosmologyOutputRedshift[1] = 5.676
  51. CosmologyOutputRedshift[2] = 3.198
  52. CosmologyOutputRedshift[3] = 2.191
  53. CosmologyOutputRedshift[4] = 1.620
  54. CosmologyOutputRedshift[5] = 1.241
  55. CosmologyOutputRedshift[6] = 0.967
  56. CosmologyOutputRedshift[7] = 0.756
  57. CosmologyOutputRedshift[8] = 0.587
  58. CosmologyOutputRedshift[9] = 0.448
  59. CosmologyOutputRedshift[10] = 0.329
  60. CosmologyOutputRedshift[11] = 0.227
  61. CosmologyOutputRedshift[12] = 0.137
  62. CosmologyOutputRedshift[13] = 0.058
  63. CosmologyOutputRedshift[14] = 0.0
  64.  
  65. #
  66. # set hydro parameters
  67. #
  68. #
  69. Gamma = 1.6667
  70. PPMDiffusionParameter = 0 // diffusion off
  71. DualEnergyFormalism = 1 // use total & internal energy
  72. InterpolationMethod = 1 // SecondOrderA
  73. CourantSafetyNumber = 0.4
  74. ParticleCourantSafetyNumber = 0.4
  75. RadiativeCooling = 1
  76. MultiSpecies = 2
  77.  
  78. #
  79. # set grid refinement parameters
  80. #
  81. StaticHierarchy = 0 // AMR turned on!
  82.  
  83. # ** These two set the level of refinement **
  84. MaximumRefinementLevel = 2
  85. MaximumGravityRefinementLevel = 2
  86.  
  87. RefineBy = 2
  88. CellFlaggingMethod = 2 4
  89. MinimumOverDensityForRefinement = 3.0 3.0
  90.  
  91. MinimumEfficiency = 0.35
  92. NumberOfBufferZones = 3
  93. RefineByJeansLengthSafetyFactor = 16
  94.  
  95. #
  96. # set some global parameters
  97. #
  98. GreensFunctionMaxNumber = 100 // # of greens function at any one time
  99. UseMinimumPressureSupport = 1
  100.  
  101. # Turning these off to get exact halo locations from this run...
  102. StarParticleCreation = 512
  103. StarParticleFeedback = 512
  104. RadiativeTransferAdaptiveTimestep = 1
  105. RadiativeTransfer = 1
  106. RadiativeTransferHIIRestrictedTimestep = 1
  107. MBHAccretion = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement