From 275236c80014a90d7b8251c31fbe733f6b17bcd9 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Wed, 26 Feb 2020 09:17:20 +0800 Subject: [PATCH] Also change the CFL condition in the EAGLE low-z examples --- examples/EAGLE_low_z/EAGLE_100/eagle_100.yml | 2 +- examples/EAGLE_low_z/EAGLE_12/eagle_12.yml | 2 +- examples/EAGLE_low_z/EAGLE_25/eagle_25.yml | 2 +- examples/EAGLE_low_z/EAGLE_50/eagle_50.yml | 2 +- examples/EAGLE_low_z/EAGLE_6/eagle_6.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/EAGLE_low_z/EAGLE_100/eagle_100.yml b/examples/EAGLE_low_z/EAGLE_100/eagle_100.yml index 5d1201786a..29288ee27e 100644 --- a/examples/EAGLE_low_z/EAGLE_100/eagle_100.yml +++ b/examples/EAGLE_low_z/EAGLE_100/eagle_100.yml @@ -57,7 +57,7 @@ SPH: resolution_eta: 1.2348 # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel). h_min_ratio: 0.1 # Minimal smoothing in units of softening. h_max: 0.5 # Maximal softening in co-moving internal units. - CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. + CFL_condition: 0.2 # Courant-Friedrich-Levy condition for time integration. minimal_temperature: 100 # (internal units) overwrite_birth_time: 1 birth_time: 0.33333 # Pretend all the stars were born at z = 2 diff --git a/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml b/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml index 5dd89214eb..122e7f7834 100644 --- a/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml +++ b/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml @@ -59,7 +59,7 @@ SPH: resolution_eta: 1.2348 # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel). h_min_ratio: 0.1 # Minimal smoothing in units of softening. h_max: 0.5 # Maximal softening in co-moving internal units. - CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. + CFL_condition: 0.2 # Courant-Friedrich-Levy condition for time integration. minimal_temperature: 100 # (internal units) particle_splitting: 1 particle_splitting_mass_threshold: 7e-4 # Internal units (i.e. 7e6 Msun ~ 4 times the initial gas mass) diff --git a/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml b/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml index fe1aeb358d..a9d1ed26dd 100644 --- a/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml +++ b/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml @@ -66,7 +66,7 @@ SPH: resolution_eta: 1.2348 # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel). h_min_ratio: 0.1 # Minimal smoothing in units of softening. h_max: 0.5 # Maximal softening in co-moving internal units. - CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. + CFL_condition: 0.2 # Courant-Friedrich-Levy condition for time integration. minimal_temperature: 100 # (internal units) particle_splitting: 1 particle_splitting_mass_threshold: 7e-4 # Internal units (i.e. 7e6 Msun ~ 4 times the initial gas mass) diff --git a/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml b/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml index a102267326..e360c83cb5 100644 --- a/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml +++ b/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml @@ -57,7 +57,7 @@ SPH: resolution_eta: 1.2348 # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel). h_min_ratio: 0.1 # Minimal smoothing in units of softening. h_max: 0.5 # Maximal softening in co-moving internal units. - CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. + CFL_condition: 0.2 # Courant-Friedrich-Levy condition for time integration. minimal_temperature: 100 # (internal units) particle_splitting: 1 particle_splitting_mass_threshold: 7e-4 # Internal units (i.e. 7e6 Msun ~ 4 times the initial gas mass) diff --git a/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml b/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml index 1b06f70969..e0fd03f167 100644 --- a/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml +++ b/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml @@ -67,7 +67,7 @@ SPH: resolution_eta: 1.2348 # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel). h_min_ratio: 0.1 # Minimal smoothing in units of softening. h_max: 0.5 # Maximal softening in co-moving internal units. - CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. + CFL_condition: 0.2 # Courant-Friedrich-Levy condition for time integration. minimal_temperature: 100 # (internal units) particle_splitting: 1 particle_splitting_mass_threshold: 7e-4 # Internal units (i.e. 7e6 Msun ~ 4 times the initial gas mass) -- GitLab