Skip to content
Snippets Groups Projects

Add cooling rate example

Merged Loic Hausammann requested to merge test into master
12 files
+ 706
257
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -37,10 +37,16 @@ InitialConditions:
# Cooling with Grackle 2.0
GrackleCooling:
GrackleCloudyTable: CloudyData_UVB=HM2012.h5 # Name of the Cloudy Table
UVbackground: 1 # Enable or not the UV background
GrackleRedshift: 0 # Redshift to use (-1 means time based redshift)
GrackleHSShieldingDensityThreshold: 1.1708e-26 # self shielding threshold in internal system of units
CloudyTable: CloudyData_UVB=HM2012.h5 # Name of the Cloudy Table
WithUVbackground: 1 # Enable or not the UV background
Redshift: 0 # Redshift to use (-1 means time based redshift)
WithMetalCooling: 1 # Enable or not the metal cooling
ProvideVolumetricHeatingRates: 0 # User provide volumetric heating rates
ProvideSpecificHeatingRates: 0 # User provide specific heating rates
SelfShieldingMethod: 0 # Grackle (<= 3) or Gear self shielding method
OutputMode: 0 # Write in output corresponding primordial chemistry mode
ConvergenceLimit: 1e-3
MaxSteps: 100000
Gravity:
eta: 0.025 # Constant dimensionless multiplier for time integration.
Loading