Skip to content
Snippets Groups Projects

Add Pressure-Energy (P-U) SPH

Merged Josh Borrow requested to merge Pressure-Energy-SPH into master
Files
30
@@ -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:
Loading