Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Merge requests
!184
Moved some more hydro parameters as optional
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Moved some more hydro parameters as optional
more_opt_params
into
master
Overview
2
Commits
1
Changes
7
Merged
Matthieu Schaller
requested to merge
more_opt_params
into
master
8 years ago
Overview
2
Commits
1
Changes
-
Expand
Some more parameters flagged as optional.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5e708520
1 commit,
8 years ago
+
13
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
examples/CosmoVolume/cosmoVolume.yml
+
0
−
2
Options
@@ -37,10 +37,8 @@ Statistics:
SPH
:
resolution_eta
:
1.2348
# Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel).
delta_neighbours
:
0.1
# The tolerance for the targetted number of neighbours.
max_ghost_iterations
:
30
# Maximal number of iterations allowed to converge towards the smoothing length.
max_smoothing_length
:
0.705
# Maximal smoothing length allowed (in internal units).
CFL_condition
:
0.1
# Courant-Friedrich-Levy condition for time integration.
max_volume_change
:
2.
# Maximal allowed change of volume over one time-step
# Parameters related to the initial conditions
InitialConditions
:
Loading