Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
c6a62cad
Commit
c6a62cad
authored
May 21, 2018
by
Josh Borrow
Browse files
Changed to produce many more output files (for making a nice movies!)
parent
1ecfee42
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/KelvinHelmholtz_2D/kelvinHelmholtz.yml
View file @
c6a62cad
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment