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
Commits
eb8ca81b
Commit
eb8ca81b
authored
6 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Keep the cooling rates YAML file to the scrict necessary stuff.
parent
70a25c5c
No related branches found
No related tags found
1 merge request
!593
Eagle cooling
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/CoolingRates/README
+1
-1
1 addition, 1 deletion
examples/CoolingRates/README
examples/CoolingRates/cooling_rates.yml
+0
-42
0 additions, 42 deletions
examples/CoolingRates/cooling_rates.yml
with
1 addition
and
43 deletions
examples/CoolingRates/README
+
1
−
1
View file @
eb8ca81b
...
...
@@ -15,4 +15,4 @@ is the base 10 logarithm of the hydrogen number density. Different
metallicities may be specified in testCooling.yml
Running with -z 3 -d -4 should reproduce the Fig.4 of Wiersma+09 with
the added Compton cooling contribution.
\ No newline at end of file
the added Compton cooling contribution.
This diff is collapsed.
Click to expand it.
examples/CoolingRates/cooling_rates.yml
+
0
−
42
View file @
eb8ca81b
...
...
@@ -15,48 +15,6 @@ Cosmology:
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
# Parameters governing the snapshots
Snapshots
:
basename
:
eagle
# Common part of the name of output files
scale_factor_first
:
0.92
# Scale-factor of the first snaphot (cosmological run)
time_first
:
0.01
# Time of the first output (non-cosmological run) (in internal units)
delta_time
:
1.10
# Time difference between consecutive outputs (in internal units)
compression
:
1
# Parameters governing the conserved quantities statistics
Statistics
:
scale_factor_first
:
0.92
# Scale-factor of the first stat dump (cosmological run)
time_first
:
0.01
# Time of the first stat dump (non-cosmological run) (in internal units)
delta_time
:
1.05
# Time between statistics output
# Parameters for the self-gravity scheme
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).
# Parameters for the hydrodynamics scheme
SPH
:
resolution_eta
:
1.2348
# Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel).
CFL_condition
:
0.1
# Courant-Friedrich-Levy condition for time integration.
minimal_temperature
:
100
# (internal units)
# Parameters related to the initial conditions
InitialConditions
:
file_name
:
./EAGLE_ICs_12.hdf5
# The file to read
cleanup_h_factors
:
1
# Remove the h-factors inherited from Gadget
EAGLEChemistry
:
InitMetallicity
:
0.014
InitAbundance_Hydrogen
:
0.70649785
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment