From 48e5f78f1752a422e699483e06bd337d63fce3cf Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Thu, 14 Nov 2019 11:36:31 +0100 Subject: [PATCH] Updated the default softening lengths of the EAGLE ICs --- examples/EAGLE_ICs/EAGLE_12/eagle_12.yml | 8 ++++---- examples/EAGLE_ICs/EAGLE_25/eagle_25.yml | 8 ++++---- examples/EAGLE_ICs/EAGLE_50/eagle_50.yml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml index 589dc0c011..585cbf370d 100644 --- a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml +++ b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml @@ -40,10 +40,10 @@ Gravity: eta: 0.025 # Constant dimensionless multiplier for time integration. theta: 0.7 # Opening angle (Multipole acceptance criterion) mesh_side_length: 64 - comoving_DM_softening: 0.0026596 # Comoving softening for DM: 1/25th of mean inter-particle separation = 2.6596 (comoving) kpc. - max_physical_DM_softening: 0.0007 # Physical softening for DM: 700 (physical) pc. - comoving_baryon_softening: 0.0026596 # Comoving softening for baryons: 1/25th of mean inter-particle separation = 2.6596 (comoving) kpc. - max_physical_baryon_softening: 0.0007 # Physical softening for baryons: 700 (physical) pc. + comoving_DM_softening: 0.003320 # Comoving softening for DM (3.32 ckpc) + max_physical_DM_softening: 0.001300 # Physical softening for DM (1.30 pkpc) + comoving_baryon_softening: 0.001790 # Comoving softening for baryons (1.79 ckpc) + max_physical_baryon_softening: 0.000700 # Physical softening for baryons (0.70 pkpc) # Parameters for the hydrodynamics scheme SPH: diff --git a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml index 5d3198aacb..0471399282 100644 --- a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml +++ b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml @@ -40,10 +40,10 @@ Gravity: eta: 0.025 # Constant dimensionless multiplier for time integration. theta: 0.7 # Opening angle (Multipole acceptance criterion) mesh_side_length: 128 - comoving_DM_softening: 0.0026596 # Comoving softening for DM: 1/25th of mean inter-particle separation = 2.6596 (comoving) kpc. - max_physical_DM_softening: 0.0007 # Physical softening for DM: 700 (physical) pc. - comoving_baryon_softening: 0.0026596 # Comoving softening for baryons: 1/25th of mean inter-particle separation = 2.6596 (comoving) kpc. - max_physical_baryon_softening: 0.0007 # Physical softening for baryons: 700 (physical) pc. + comoving_DM_softening: 0.003320 # Comoving softening for DM (3.32 ckpc) + max_physical_DM_softening: 0.001300 # Physical softening for DM (1.30 pkpc) + comoving_baryon_softening: 0.001790 # Comoving softening for baryons (1.79 ckpc) + max_physical_baryon_softening: 0.000700 # Physical softening for baryons (0.70 pkpc) # Parameters for the hydrodynamics scheme SPH: diff --git a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml index c8a06c8488..0fc196eb0f 100644 --- a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml +++ b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml @@ -40,10 +40,10 @@ Gravity: eta: 0.025 # Constant dimensionless multiplier for time integration. theta: 0.7 # Opening angle (Multipole acceptance criterion) mesh_side_length: 256 - comoving_DM_softening: 0.0026596 # Comoving softening for DM: 1/25th of mean inter-particle separation = 2.6596 (comoving) kpc. - max_physical_DM_softening: 0.0007 # Physical softening for DM: 700 (physical) pc. - comoving_baryon_softening: 0.0026596 # Comoving softening for baryons: 1/25th of mean inter-particle separation = 2.6596 (comoving) kpc. - max_physical_baryon_softening: 0.0007 # Physical softening for baryons: 700 (physical) pc. + comoving_DM_softening: 0.003320 # Comoving softening for DM (3.32 ckpc) + max_physical_DM_softening: 0.001300 # Physical softening for DM (1.30 pkpc) + comoving_baryon_softening: 0.001790 # Comoving softening for baryons (1.79 ckpc) + max_physical_baryon_softening: 0.000700 # Physical softening for baryons (0.70 pkpc) # Parameters for the hydrodynamics scheme SPH: -- GitLab