Skip to content
Snippets Groups Projects
Commit a14f7ea1 authored by James Willis's avatar James Willis
Browse files

Added parameters for VELOCIraptor.

parent 822ed835
No related branches found
No related tags found
1 merge request!578Swift velociraptor
...@@ -6,6 +6,14 @@ InternalUnitSystem: ...@@ -6,6 +6,14 @@ InternalUnitSystem:
UnitCurrent_in_cgs: 1 # Amperes UnitCurrent_in_cgs: 1 # Amperes
UnitTemp_in_cgs: 1 # Kelvin UnitTemp_in_cgs: 1 # Kelvin
# Define the system of units to use int VELOCIraptor.
VelociraptorUnitSystem:
UnitMass_in_cgs: 1.989e33 # M_sun in grams
UnitLength_in_cgs: 3.085678e21 # kpc in centimeters
UnitVelocity_in_cgs: 1e5 # km/s in centimeters per second
UnitCurrent_in_cgs: 1 # Amperes
UnitTemp_in_cgs: 1 # Kelvin
# Parameters governing the time integration # Parameters governing the time integration
TimeIntegration: TimeIntegration:
time_begin: 0. # The starting time of the simulation (in internal units). time_begin: 0. # The starting time of the simulation (in internal units).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment