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
7d9f4b30
Commit
7d9f4b30
authored
6 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Added description of the EAGLE tracers to the RTD.
parent
21f5b0c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/RTD/source/SubgridModels/EAGLE/index.rst
+19
-1
19 additions, 1 deletion
doc/RTD/source/SubgridModels/EAGLE/index.rst
with
19 additions
and
1 deletion
doc/RTD/source/SubgridModels/EAGLE/index.rst
+
19
−
1
View file @
7d9f4b30
...
@@ -255,7 +255,25 @@ Particle tracers
...
@@ -255,7 +255,25 @@ Particle tracers
Over the course of the simulation, the gas particles record some information
Over the course of the simulation, the gas particles record some information
about their evolution. These are updated for a given particle every time it is
about their evolution. These are updated for a given particle every time it is
active. The EAGLE tracers module is located in the directory
active. The EAGLE tracers module is located in the directory
``src/tracers/EAGLE``.
``src/tracers/EAGLE/``.
In the EAGLE model, we trace the maximal tempearature a particle has reached and
the time at which this happened. When a star is formed (see the section
:ref:`EAGLE_star_formation` below), it inherits all the tracer values of its parent
gas particle. There are no parameters to the model but two values are added to
the snapshots for each gas and star particle:
+----------------------------------------+---------------------------------------+-----------+-----------------------------+
| Name | Description | Units | Comments |
+========================================+=======================================+===========+=============================+
| | ``Maximal Temperature`` | | Mximal temperature reached by | | [U_T] | |
| | | this particle. | | |
+----------------------------------------+---------------------------------------+-----------+-----------------------------+
| | ``Maximal Temperature scale-factor`` | | Scale-factor (cosmological runs) | | [-] | |
| | OR | | or time (non-cosmological runs) at | | OR | |
| | ``Maximal Temperature time`` | | which the maximum value was reached.| | [U_t] | |
+----------------------------------------+---------------------------------------+-----------+-----------------------------+
.. _EAGLE_star_formation:
.. _EAGLE_star_formation:
...
...
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