Skip to content
Snippets Groups Projects
Commit 249885fd authored by Bert Vandenbroucke's avatar Bert Vandenbroucke
Browse files

Accidentally changed 1D sodShock.yml in previous commit.

parent 56d2fee1
No related branches found
No related tags found
1 merge request!3211D and 2D moving mesh algorithm
...@@ -9,15 +9,15 @@ InternalUnitSystem: ...@@ -9,15 +9,15 @@ InternalUnitSystem:
# Parameters governing the time integration # Parameters governing the time integration
TimeIntegration: TimeIntegration:
time_begin: 0. # The starting time of the simulation (in internal units). time_begin: 0. # The starting time of the simulation (in internal units).
time_end: 0.1 # The end time of the simulation (in internal units). time_end: 0.2 # The end time of the simulation (in internal units).
dt_min: 1e-7 # The minimal time-step size of the simulation (in internal units). dt_min: 1e-7 # The minimal time-step size of the simulation (in internal units).
dt_max: 0.01 # The maximal time-step size of the simulation (in internal units). dt_max: 1e-2 # The maximal time-step size of the simulation (in internal units).
# Parameters governing the snapshots # Parameters governing the snapshots
Snapshots: Snapshots:
basename: sodShock # Common part of the name of output files basename: sodShock # Common part of the name of output files
time_first: 0. # Time of the first output (in internal units) time_first: 0. # Time of the first output (in internal units)
delta_time: 0.1 # Time difference between consecutive outputs (in internal units) delta_time: 0.2 # Time difference between consecutive outputs (in internal units)
# Parameters governing the conserved quantities statistics # Parameters governing the conserved quantities statistics
Statistics: Statistics:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment