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
d7346105
Commit
d7346105
authored
Jun 07, 2017
by
Peter W. Draper
Browse files
Match default volume change to actual
parent
032df039
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/parameter_example.yml
View file @
d7346105
...
...
@@ -46,7 +46,7 @@ SPH:
delta_neighbours
:
0.1
# The tolerance for the targetted number of neighbours.
CFL_condition
:
0.1
# Courant-Friedrich-Levy condition for time integration.
max_ghost_iterations
:
30
# (Optional) Maximal number of iterations allowed to converge towards the smoothing length.
max_volume_change
:
2.
# (Optional) Maximal allowed change of kernel volume over one time-step
max_volume_change
:
1.4
# (Optional) Maximal allowed change of kernel volume over one time-step
h_max
:
10.
# (Optional) Maximal allowed smoothing length in internal units. Defaults to FLT_MAX if unspecified.
# Parameters for the self-gravity scheme
...
...
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