From 7568ede2b5c675803d2c1eadddb69e9374231e41 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller Date: Wed, 11 Mar 2020 12:43:40 +0100 Subject: [PATCH] Better choice of h_max in the QLA 50Mpc example --- examples/QuickLymanAlpha/L050N0752/qla_50.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/QuickLymanAlpha/L050N0752/qla_50.yml b/examples/QuickLymanAlpha/L050N0752/qla_50.yml index ed28c6c85..a4cbca4d5 100644 --- a/examples/QuickLymanAlpha/L050N0752/qla_50.yml +++ b/examples/QuickLymanAlpha/L050N0752/qla_50.yml @@ -50,7 +50,7 @@ Gravity: 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. + h_max: 1.5 # Maximal softening in co-moving internal units. CFL_condition: 0.2 # Courant-Friedrich-Levy condition for time integration. minimal_temperature: 100 # (internal units) initial_temperature: 268.7 # (internal units) -- 2.26.2