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
f09e34b4
Commit
f09e34b4
authored
6 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Added YAML parameter file for the P-Millennium 384^3 cosmological box
parent
b56ac320
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!604
Parallel mesh assignment and simplification of M2L kernel
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/PMillennium-384/p-mill-384.yml
+50
-0
50 additions, 0 deletions
examples/PMillennium-384/p-mill-384.yml
with
50 additions
and
0 deletions
examples/PMillennium-384/p-mill-384.yml
0 → 100644
+
50
−
0
View file @
f09e34b4
# Define the system of units to use internally.
InternalUnitSystem
:
UnitMass_in_cgs
:
1.989e43
# 10^10 M_sun
UnitLength_in_cgs
:
3.085678e24
# 1 Mpc
UnitVelocity_in_cgs
:
1e5
# 1 km/s
UnitCurrent_in_cgs
:
1
# Amperes
UnitTemp_in_cgs
:
1
# Kelvin
# Planck-13 cosmology
Cosmology
:
h
:
0.6777
a_begin
:
0.02
# z_ini = 49
a_end
:
1.0
# z_end = 0
Omega_m
:
0.307
Omega_lambda
:
0.693
Omega_b
:
0.0455
# Parameters governing the time integration
TimeIntegration
:
dt_min
:
1e-6
dt_max
:
1e-2
Scheduler
:
max_top_level_cells
:
16
cell_split_size
:
100
# Parameters governing the snapshots
Snapshots
:
basename
:
PMill
delta_time
:
1.02
scale_factor_first
:
0.02
# Parameters governing the conserved quantities statistics
Statistics
:
delta_time
:
1.02
scale_factor_first
:
0.02
# Parameters for the self-gravity scheme
Gravity
:
eta
:
0.025
theta
:
0.5
comoving_softening
:
0.08333
# 83.333 kpc = 1/25 mean inter-particle separation
max_physical_softening
:
0.08333
# 83.333 kpc = 1/25 mean inter-particle separation
mesh_side_length
:
128
# Parameters related to the initial conditions
InitialConditions
:
file_name
:
ics.hdf5
cleanup_h_factors
:
1
cleanup_velocity_factors
:
1
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