Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added abar to derived variables in docs and rearranged enuc #2785

Merged
merged 2 commits into from
Mar 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Docs/source/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ Derived variables
+-----------------------------------+---------------------------------------------------+-----------------------------+-----------------------------------------+
| variable name | description | derive routine | units |
+===================================+===================================================+=============================+=========================================+
| ``abar`` | Mean atomic mass | ``derabar`` | :math:`\amu` |
zingale marked this conversation as resolved.
Show resolved Hide resolved
+-----------------------------------+---------------------------------------------------+-----------------------------+-----------------------------------------+
| ``angular_momentum_x``, | Angular momentum / volume in the x, y, or z dir | ``derangmomx``, | :math:`{\rm g~cm^{-1}~s^{-1}}` |
| ``angular_momentum_y``, | computed as :math:`[(\rho \ub) \times {\bf r}]_n` | ``derangmomy``, | |
| ``angular_momentum_z`` | where :math:`{\bf r}` is the distance from | ``derangmomz`` | |
Expand All @@ -328,6 +330,8 @@ Derived variables
| | :math:`s = s(\rho, e, X_k)`, where `e` is | | |
| | computed from :math:`(\rho e)` | | |
+-----------------------------------+---------------------------------------------------+-----------------------------+-----------------------------------------+
| ``enuc`` | Nuclear energy generation rate / gram | ``derenuc`` | :math:`{\rm erg~g^{-1}~s^{-1}}` |
+-----------------------------------+---------------------------------------------------+-----------------------------+-----------------------------------------+
| ``Ertot`` | Total radiation energy density | ``derertot`` | |
| | (for multigroup radiation problems) | | |
+-----------------------------------+---------------------------------------------------+-----------------------------+-----------------------------------------+
Expand Down Expand Up @@ -391,8 +395,6 @@ Derived variables
| ``y_velocity``, | :math:`\ub = (\rho \ub)/\rho` | | |
| ``z_velocity`` | | | |
+-----------------------------------+---------------------------------------------------+-----------------------------+-----------------------------------------+
| ``enuc`` | Nuclear energy generation rate / gram | ``derenuc`` | :math:`{\rm erg~g^{-1}~s^{-1}}` |
+-----------------------------------+---------------------------------------------------+-----------------------------+-----------------------------------------+

problem-specific plotfile variables
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down