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
70906c58
Commit
70906c58
authored
Mar 09, 2018
by
Matthieu Schaller
Browse files
Added cosmological model parameters to the EAGLE_* examples.
parent
14cccffc
Changes
5
Hide whitespace changes
Inline
Side-by-side
examples/EAGLE_100/eagle_100.yml
View file @
70906c58
...
...
@@ -6,6 +6,15 @@ InternalUnitSystem:
UnitCurrent_in_cgs
:
1
# Amperes
UnitTemp_in_cgs
:
1
# Kelvin
# Cosmological parameters
Cosmology
:
h
:
0.6777
# Reduced Hubble constant
a_begin
:
0.9090909
# Initial scale-factor of the simulation
a_end
:
1.0
# Final scale factor of the simulation
Omega_m
:
0.307
# Matter density parameter
Omega_lambda
:
0.693
# Dark-energy density parameter
Omega_b
:
0.0455
# Baryon density parameter
# Parameters governing the time integration
TimeIntegration
:
time_begin
:
0.
# The starting time of the simulation (in internal units).
...
...
examples/EAGLE_12/eagle_12.yml
View file @
70906c58
...
...
@@ -6,13 +6,6 @@ InternalUnitSystem:
UnitCurrent_in_cgs
:
1
# Amperes
UnitTemp_in_cgs
:
1
# Kelvin
# Parameters governing the time integration
TimeIntegration
:
time_begin
:
0.
# The starting time of the simulation (in internal units).
time_end
:
1e-2
# The end time of the simulation (in internal units).
dt_min
:
1e-10
# The minimal time-step size of the simulation (in internal units).
dt_max
:
1e-4
# The maximal time-step size of the simulation (in internal units).
# Cosmological parameters
Cosmology
:
h
:
0.6777
# Reduced Hubble constant
...
...
@@ -21,6 +14,13 @@ Cosmology:
Omega_m
:
0.307
# Matter density parameter
Omega_lambda
:
0.693
# Dark-energy density parameter
Omega_b
:
0.0455
# Baryon density parameter
# Parameters governing the time integration
TimeIntegration
:
time_begin
:
0.
# The starting time of the simulation (in internal units).
time_end
:
1e-2
# The end time of the simulation (in internal units).
dt_min
:
1e-10
# The minimal time-step size of the simulation (in internal units).
dt_max
:
1e-4
# The maximal time-step size of the simulation (in internal units).
Scheduler
:
max_top_level_cells
:
15
...
...
examples/EAGLE_25/eagle_25.yml
View file @
70906c58
...
...
@@ -6,6 +6,15 @@ InternalUnitSystem:
UnitCurrent_in_cgs
:
1
# Amperes
UnitTemp_in_cgs
:
1
# Kelvin
# Cosmological parameters
Cosmology
:
h
:
0.6777
# Reduced Hubble constant
a_begin
:
0.9090909
# Initial scale-factor of the simulation
a_end
:
1.0
# Final scale factor of the simulation
Omega_m
:
0.307
# Matter density parameter
Omega_lambda
:
0.693
# Dark-energy density parameter
Omega_b
:
0.0455
# Baryon density parameter
# Parameters governing the time integration
TimeIntegration
:
time_begin
:
0.
# The starting time of the simulation (in internal units).
...
...
examples/EAGLE_50/eagle_50.yml
View file @
70906c58
...
...
@@ -6,6 +6,15 @@ InternalUnitSystem:
UnitCurrent_in_cgs
:
1
# Amperes
UnitTemp_in_cgs
:
1
# Kelvin
# Cosmological parameters
Cosmology
:
h
:
0.6777
# Reduced Hubble constant
a_begin
:
0.9090909
# Initial scale-factor of the simulation
a_end
:
1.0
# Final scale factor of the simulation
Omega_m
:
0.307
# Matter density parameter
Omega_lambda
:
0.693
# Dark-energy density parameter
Omega_b
:
0.0455
# Baryon density parameter
# Parameters governing the time integration
TimeIntegration
:
time_begin
:
0.
# The starting time of the simulation (in internal units).
...
...
examples/EAGLE_6/eagle_6.yml
View file @
70906c58
...
...
@@ -6,6 +6,15 @@ InternalUnitSystem:
UnitCurrent_in_cgs
:
1
# Amperes
UnitTemp_in_cgs
:
1
# Kelvin
# Cosmological parameters
Cosmology
:
h
:
0.6777
# Reduced Hubble constant
a_begin
:
0.9090909
# Initial scale-factor of the simulation
a_end
:
1.0
# Final scale factor of the simulation
Omega_m
:
0.307
# Matter density parameter
Omega_lambda
:
0.693
# Dark-energy density parameter
Omega_b
:
0.0455
# Baryon density parameter
Scheduler
:
max_top_level_cells
:
8
...
...
@@ -15,7 +24,7 @@ TimeIntegration:
time_end
:
1e-2
# The end time of the simulation (in internal units).
dt_min
:
1e-10
# The minimal time-step size of the simulation (in internal units).
dt_max
:
1e-4
# The maximal time-step size of the simulation (in internal units).
# Parameters governing the snapshots
Snapshots
:
basename
:
eagle
# Common part of the name of output files
...
...
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