From b8f2d5821d9ee542b906a7866ed8410e84e6c962 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Wed, 4 May 2016 15:28:40 +0200 Subject: [PATCH] Restored max_smoothing_length values in YAML files --- examples/CosmoVolume/cosmoVolume.yml | 2 +- examples/ExternalPointMass/externalPointMass.yml | 2 +- examples/SedovBlast/sedov.yml | 2 +- examples/SodShock/sodShock.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/CosmoVolume/cosmoVolume.yml b/examples/CosmoVolume/cosmoVolume.yml index d326c7f631..b857ce4a1e 100644 --- a/examples/CosmoVolume/cosmoVolume.yml +++ b/examples/CosmoVolume/cosmoVolume.yml @@ -37,7 +37,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). delta_neighbours: 0.1 # The tolerance for the targetted number of neighbours. max_ghost_iterations: 30 # Maximal number of iterations allowed to converge towards the smoothing length. - max_smoothing_length: 0.1 # Maximal smoothing length allowed (in internal units). + max_smoothing_length: 0.6 # Maximal smoothing length allowed (in internal units). CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. max_volume_change: 2. # Maximal allowed change of volume over one time-step diff --git a/examples/ExternalPointMass/externalPointMass.yml b/examples/ExternalPointMass/externalPointMass.yml index 2df72fe261..6d05cb5b43 100644 --- a/examples/ExternalPointMass/externalPointMass.yml +++ b/examples/ExternalPointMass/externalPointMass.yml @@ -37,7 +37,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). delta_neighbours: 0.1 # The tolerance for the targetted number of neighbours. max_ghost_iterations: 30 # Maximal number of iterations allowed to converge towards the smoothing length. - max_smoothing_length: 0.1 # Maximal smoothing length allowed (in internal units). + max_smoothing_length: 10. # Maximal smoothing length allowed (in internal units). CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. max_volume_change: 2. # Maximal allowed change of volume over one time-step diff --git a/examples/SedovBlast/sedov.yml b/examples/SedovBlast/sedov.yml index f0aea4c26f..b5ad8d8555 100644 --- a/examples/SedovBlast/sedov.yml +++ b/examples/SedovBlast/sedov.yml @@ -37,7 +37,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). delta_neighbours: 0.1 # The tolerance for the targetted number of neighbours. max_ghost_iterations: 30 # Maximal number of iterations allowed to converge towards the smoothing length. - max_smoothing_length: 0.1 # Maximal smoothing length allowed (in internal units). + max_smoothing_length: 1. # Maximal smoothing length allowed (in internal units). CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. max_volume_change: 2. # Maximal allowed change of volume over one time-step diff --git a/examples/SodShock/sodShock.yml b/examples/SodShock/sodShock.yml index 22563faaca..7bb1895c15 100644 --- a/examples/SodShock/sodShock.yml +++ b/examples/SodShock/sodShock.yml @@ -37,7 +37,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). delta_neighbours: 0.1 # The tolerance for the targetted number of neighbours. max_ghost_iterations: 30 # Maximal number of iterations allowed to converge towards the smoothing length. - max_smoothing_length: 0.1 # Maximal smoothing length allowed (in internal units). + max_smoothing_length: 0.01 # Maximal smoothing length allowed (in internal units). CFL_condition: 0.1 # Courant-Friedrich-Levy condition for time integration. max_volume_change: 2. # Maximal allowed change of volume over one time-step -- GitLab