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
381f3490
Commit
381f3490
authored
7 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Added cosmological parameters to the EAGLE_12 example.
parent
3f1ca83b
No related branches found
No related tags found
1 merge request
!509
Cosmological time integration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/EAGLE_12/eagle_12.yml
+10
-1
10 additions, 1 deletion
examples/EAGLE_12/eagle_12.yml
with
10 additions
and
1 deletion
examples/EAGLE_12/eagle_12.yml
+
10
−
1
View file @
381f3490
...
...
@@ -13,13 +13,22 @@ TimeIntegration:
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
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
:
15
# Parameters governing the snapshots
Snapshots
:
basename
:
eagle
# Common part of the name of output files
time_first
:
0
.
# Time of the first output (in internal units)
time_first
:
1
.
# Time of the first output (in internal units)
delta_time
:
1e-3
# Time difference between consecutive outputs (in internal units)
# Parameters governing the conserved quantities statistics
...
...
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