Advertisement
Guest User

Enzo parameter additions

a guest
Mar 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dtDataDump             = 100.0        // dump at beginning and end
  2. DataDumpName           = output_
  3. CosmologyOutputRedshift[0] =  199.0
  4. CosmologyOutputRedshift[1] =  36.0
  5.  
  6. #
  7. #  set hydro parameters
  8. #
  9. Gamma                  = 1.6667
  10. PPMDiffusionParameter  = 0       // diffusion off
  11. DualEnergyFormalism    = 1       // use total & internal energy
  12. InterpolationMethod    = 1     // SecondOrderA
  13. CourantSafetyNumber    = 0.5
  14. ParticleCourantSafetyNumber = 0.8
  15. FluxCorrection         = 1
  16. ConservativeInterpolation = 0
  17. hydroMethod            = 0
  18.  
  19. RadiativeCooling            = 0
  20. MultiSpecies                = 0
  21.  
  22. #
  23. #  set grid refinement parameters
  24. #
  25. StaticHierarchy           = 0    // AMR turned on!
  26.  
  27. # ** These two set the level of refinement **
  28. MaximumRefinementLevel    = 2
  29. MaximumGravityRefinementLevel = 2
  30.  
  31. RefineBy                  = 2
  32. CellFlaggingMethod        = 2 4
  33. MinimumEfficiency         = 0.4
  34. NumberOfBufferZones = 1
  35.  
  36. #
  37. #  set some global parameters
  38. #
  39. GreensFunctionMaxNumber   = 100   // # of greens function at any one time
  40. useMinimumPressureSupport = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement