Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
SWIFTsim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Milestones
Merge Requests
13
Merge Requests
13
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SWIFT
SWIFTsim
Commits
d595e994
Commit
d595e994
authored
Mar 09, 2020
by
Matthieu Schaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the correct starting redshift and make the code generate gas in the ICs for the new QLA example
parent
8c0a0745
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
examples/QuickLymanAlpha/L050N0752/qla_50.yml
examples/QuickLymanAlpha/L050N0752/qla_50.yml
+13
-10
No files found.
examples/QuickLymanAlpha/L050N0752/qla_50.yml
View file @
d595e994
# Define some meta-data about the simulation
MetaData
:
run_name
:
L0050N0752-Quick-Lyman-alpha
...
...
@@ -12,21 +13,12 @@ InternalUnitSystem:
# Cosmological parameters
Cosmology
:
h
:
0.6777
# Reduced Hubble constant
a_begin
:
0.
9090909
# Initial scale-factor of the simulation
a_begin
:
0.
0078125
# 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.0482519
# Baryon density parameter
Scheduler
:
max_top_level_cells
:
32
tasks_per_cell
:
5
cell_split_size
:
200
Restarts
:
onexit
:
1
delta_hours
:
2.0
# Parameters governing the time integration
TimeIntegration
:
dt_min
:
1e-10
# The minimal time-step size of the simulation (in internal units).
...
...
@@ -63,12 +55,23 @@ SPH:
minimal_temperature
:
100
# (internal units)
initial_temperature
:
268.7
# (internal units)
Scheduler
:
max_top_level_cells
:
32
tasks_per_cell
:
5
cell_split_size
:
200
Restarts
:
onexit
:
1
delta_hours
:
2.0
# Parameters related to the initial conditions
InitialConditions
:
file_name
:
EAGLE_L0050N0752_ICs.hdf5
# The file to read
periodic
:
1
cleanup_h_factors
:
1
# Remove the h-factors inherited from Gadget
cleanup_velocity_factors
:
1
# Remove the sqrt(a) factor in the velocities inherited from Gadget
generate_gas_in_ics
:
1
# Generate gas particles from the DM-only ICs
cleanup_smoothing_lengths
:
1
# Since we generate gas, make use of the (expensive) cleaning-up procedure.
# Quick Lyman-alpha cooling (EAGLE with fixed primoridal Z)
QLACooling
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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