From c6a62cada511b934cf51fdb513728b0d7892152a Mon Sep 17 00:00:00 2001 From: Josh Borrow <joshua.borrow@durham.ac.uk> Date: Mon, 21 May 2018 07:25:13 +0100 Subject: [PATCH] Changed to produce many more output files (for making a nice movies!) --- examples/KelvinHelmholtz_2D/kelvinHelmholtz.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/KelvinHelmholtz_2D/kelvinHelmholtz.yml b/examples/KelvinHelmholtz_2D/kelvinHelmholtz.yml index 19f036c364..ccc7526b39 100644 --- a/examples/KelvinHelmholtz_2D/kelvinHelmholtz.yml +++ b/examples/KelvinHelmholtz_2D/kelvinHelmholtz.yml @@ -8,8 +8,8 @@ InternalUnitSystem: # Parameters governing the time integration TimeIntegration: - time_begin: 0. # The starting time of the simulation (in internal units). - time_end: 1.5 # The end time of the simulation (in internal units). + time_begin: 0.0 # The starting time of the simulation (in internal units). + time_end: 4.5 # The end time of the simulation (in internal units). dt_min: 1e-6 # The minimal time-step size of the simulation (in internal units). dt_max: 1e-2 # The maximal time-step size of the simulation (in internal units). @@ -17,7 +17,7 @@ TimeIntegration: Snapshots: basename: kelvinHelmholtz # Common part of the name of output files time_first: 0. # Time of the first output (in internal units) - delta_time: 0.25 # Time difference between consecutive outputs (in internal units) + delta_time: 0.01 # Time difference between consecutive outputs (in internal units) # Parameters governing the conserved quantities statistics Statistics: -- GitLab