From a14f7ea1d401939f68d86b69dabbdd95ec5815e5 Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Wed, 21 Mar 2018 12:28:11 +0800 Subject: [PATCH] Added parameters for VELOCIraptor. --- examples/EAGLE_25/eagle_25.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/EAGLE_25/eagle_25.yml b/examples/EAGLE_25/eagle_25.yml index c01abfe94b..bf2d5d013a 100644 --- a/examples/EAGLE_25/eagle_25.yml +++ b/examples/EAGLE_25/eagle_25.yml @@ -6,6 +6,14 @@ InternalUnitSystem: UnitCurrent_in_cgs: 1 # Amperes 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 TimeIntegration: time_begin: 0. # The starting time of the simulation (in internal units). -- GitLab