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
36046826
Commit
36046826
authored
Aug 23, 2019
by
Matthieu Schaller
Browse files
Updated all the EAGLE examples to use the new softening names in the YAML files.
parent
3a9b39b7
Changes
12
Hide whitespace changes
Inline
Side-by-side
examples/EAGLE_DMO_low_z/EAGLE_DMO_100/eagle_100.yml
View file @
36046826
...
...
@@ -23,7 +23,7 @@ TimeIntegration:
dt_max
:
1e-3
# The maximal time-step size of the simulation (in internal units).
Scheduler
:
max_top_level_cells
:
80
max_top_level_cells
:
64
# Parameters governing the snapshots
Snapshots
:
...
...
@@ -43,8 +43,9 @@ Statistics:
Gravity
:
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.85
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical softening length (in internal units).
mesh_side_length
:
512
comoving_DM_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters related to the initial conditions
InitialConditions
:
...
...
examples/EAGLE_DMO_low_z/EAGLE_DMO_12/eagle_12.yml
View file @
36046826
...
...
@@ -41,12 +41,11 @@ Statistics:
# Parameters for the self-gravity scheme
Gravity
:
mesh_side_length
:
32
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.7
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical softening length (in internal units).
mesh_side_length
:
32
comoving_DM_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters related to the initial conditions
InitialConditions
:
...
...
examples/EAGLE_DMO_low_z/EAGLE_DMO_25/eagle_25.yml
View file @
36046826
...
...
@@ -43,9 +43,9 @@ Statistics:
Gravity
:
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.7
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical
softening length (in internal units).
m
esh_side_length
:
32
mesh_side_length
:
64
comoving_DM_softening
:
0.0026994
# Comoving DM
softening length (in internal units).
m
ax_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters related to the initial conditions
InitialConditions
:
...
...
examples/EAGLE_DMO_low_z/EAGLE_DMO_50/eagle_50.yml
View file @
36046826
...
...
@@ -23,7 +23,7 @@ TimeIntegration:
dt_max
:
1e-3
# The maximal time-step size of the simulation (in internal units).
Scheduler
:
max_top_level_cells
:
2
0
max_top_level_cells
:
3
2
# Parameters governing the snapshots
Snapshots
:
...
...
@@ -42,9 +42,9 @@ Statistics:
Gravity
:
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.7
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical
softening length (in internal units).
m
esh_side_length
:
64
mesh_side_length
:
128
comoving_DM_softening
:
0.0026994
# Comoving DM
softening length (in internal units).
m
ax_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters related to the initial conditions
InitialConditions
:
...
...
examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
View file @
36046826
...
...
@@ -39,9 +39,11 @@ Statistics:
Gravity
:
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.7
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical softening length (in internal units).
mesh_side_length
:
64
comoving_DM_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
comoving_baryon_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_baryon_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters for the hydrodynamics scheme
SPH
:
...
...
examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
View file @
36046826
...
...
@@ -39,9 +39,11 @@ Statistics:
Gravity
:
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.7
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical softening length (in internal units).
mesh_side_length
:
128
comoving_DM_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
comoving_baryon_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_baryon_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters for the hydrodynamics scheme
SPH
:
...
...
examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
View file @
36046826
...
...
@@ -39,9 +39,11 @@ Statistics:
Gravity
:
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.7
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical softening length (in internal units).
mesh_side_length
:
256
comoving_DM_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
comoving_baryon_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_baryon_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters for the hydrodynamics scheme
SPH
:
...
...
examples/EAGLE_low_z/EAGLE_100/eagle_100.yml
View file @
36046826
MetaData
:
run_name
:
EAGLE-L0100N1504-Ref
# Define the system of units to use internally.
InternalUnitSystem
:
UnitMass_in_cgs
:
1.98848e43
# 10^10 M_sun in grams
...
...
@@ -42,9 +45,11 @@ Statistics:
Gravity
:
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.85
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical softening length (in internal units).
mesh_side_length
:
256
comoving_DM_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
comoving_baryon_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_baryon_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters for the hydrodynamics scheme
SPH
:
...
...
examples/EAGLE_low_z/EAGLE_12/eagle_12.yml
View file @
36046826
MetaData
:
run_name
:
EAGLE-L0012N0188-Ref
# Define the system of units to use internally.
InternalUnitSystem
:
UnitMass_in_cgs
:
1.98848e43
# 10^10 M_sun in grams
...
...
@@ -43,9 +46,11 @@ Statistics:
Gravity
:
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.7
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical softening length (in internal units).
mesh_side_length
:
32
comoving_DM_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
comoving_baryon_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_baryon_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters for the hydrodynamics scheme
SPH
:
...
...
examples/EAGLE_low_z/EAGLE_25/eagle_25.yml
View file @
36046826
MetaData
:
run_name
:
EAGLE-L0025N0376-Ref
# Define the system of units to use internally.
InternalUnitSystem
:
UnitMass_in_cgs
:
1.98848e43
# 10^10 M_sun in grams
...
...
@@ -49,10 +52,13 @@ Statistics:
# Parameters for the self-gravity scheme
Gravity
:
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.7
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical softening length (in internal units).
theta
:
0.7
# Opening angle (Multipole acceptance criterion)
mesh_side_length
:
64
comoving_DM_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
comoving_baryon_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_baryon_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters for the hydrodynamics scheme
SPH
:
...
...
examples/EAGLE_low_z/EAGLE_50/eagle_50.yml
View file @
36046826
MetaData
:
run_name
:
EAGLE-L0050N0752-Ref
# Define the system of units to use internally.
InternalUnitSystem
:
UnitMass_in_cgs
:
1.98848e43
# 10^10 M_sun in grams
...
...
@@ -42,9 +45,11 @@ Statistics:
Gravity
:
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.7
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical softening length (in internal units).
mesh_side_length
:
128
comoving_DM_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
comoving_baryon_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_baryon_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters for the hydrodynamics scheme
SPH
:
...
...
examples/EAGLE_low_z/EAGLE_6/eagle_6.yml
View file @
36046826
MetaData
:
run_name
:
EAGLE-L0006N0094-Ref
# Define the system of units to use internally.
InternalUnitSystem
:
UnitMass_in_cgs
:
1.98848e43
# 10^10 M_sun in grams
...
...
@@ -52,9 +55,11 @@ Statistics:
Gravity
:
eta
:
0.025
# Constant dimensionless multiplier for time integration.
theta
:
0.7
# Opening angle (Multipole acceptance criterion)
comoving_softening
:
0.0026994
# Comoving softening length (in internal units).
max_physical_softening
:
0.0007
# Physical softening length (in internal units).
mesh_side_length
:
16
comoving_DM_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_DM_softening
:
0.0007
# Max physical DM softening length (in internal units).
comoving_baryon_softening
:
0.0026994
# Comoving DM softening length (in internal units).
max_physical_baryon_softening
:
0.0007
# Max physical DM softening length (in internal units).
# Parameters for the hydrodynamics scheme
SPH
:
...
...
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