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
5dce617c
Commit
5dce617c
authored
Oct 08, 2019
by
Matthieu Schaller
Browse files
More reasonable minimal time-step size in the isolated galaxy feedback example.
parent
637007ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/IsolatedGalaxy/IsolatedGalaxy_feedback/isolated_galaxy.yml
View file @
5dce617c
...
...
@@ -17,7 +17,7 @@ Gravity:
TimeIntegration
:
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).
dt_min
:
1e-
14
# The minimal time-step size of the simulation (in internal units).
dt_min
:
1e-
9
# 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).
# Parameters governing the snapshots
...
...
@@ -125,7 +125,7 @@ EAGLEFeedback:
IMF_max_mass_Msun
:
100.0
# Maximal stellar mass considered for the Chabrier IMF in solar masses.
SNII_min_mass_Msun
:
6.0
# Minimal mass considered for SNII feedback (not SNII enrichment!) in solar masses.
SNII_max_mass_Msun
:
100.0
# Maximal mass considered for SNII feedback (not SNII enrichment!) in solar masses.
SNII_wind_delay_Gyr
:
0.0
3
# Time in Gyr between a star's birth and the SNII thermal feedback event.
SNII_wind_delay_Gyr
:
0.0
01
# Time in Gyr between a star's birth and the SNII thermal feedback event.
SNII_delta_T_K
:
3.16228e7
# Change in temperature to apply to the gas particle in a SNII thermal feedback event in Kelvin.
SNII_energy_erg
:
1.0e51
# Energy of one SNII explosion in ergs.
SNII_energy_fraction_min
:
1.0
# Minimal fraction of energy applied in a SNII feedback event.
...
...
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