Skip to content

Commit

Permalink
Added abar to derived variables in doc and rearranged enuc (#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
khanakbhargava authored Mar 29, 2024
1 parent 6b90dd1 commit cd731a3
Showing 1 changed file with 4 additions and 2 deletions.
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` |
+-----------------------------------+---------------------------------------------------+-----------------------------+-----------------------------------------+
| ``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

0 comments on commit cd731a3

Please sign in to comment.