Skip to content

Commit

Permalink
fixed wrong variable names (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMReX-Fusion authored May 31, 2022
1 parent e16fef1 commit a30f95a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Docs/source/Hydrodynamics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,29 +199,29 @@ several main data structures that hold the state.
+-----------------------+-----------------------+-----------------------+
| **variable** | **quantity** | **note** |
+=======================+=======================+=======================+
| ``QGDRHO`` | :math:`\rho` | |
| ``GDRHO`` | :math:`\rho` | |
+-----------------------+-----------------------+-----------------------+
| ``QDU`` | :math:`u` | |
| ``GDU`` | :math:`u` | |
+-----------------------+-----------------------+-----------------------+
| ``QDV`` | :math:`v` | |
| ``GDV`` | :math:`v` | |
+-----------------------+-----------------------+-----------------------+
| ``QDW`` | :math:`w` | |
| ``GDW`` | :math:`w` | |
+-----------------------+-----------------------+-----------------------+
| ``QDPRES`` | :math:`p` | regardless of whether |
| ``GDPRES`` | :math:`p` | regardless of whether |
| | | ``RADIATION`` is |
| | | defined, |
| | | this is always just |
| | | the gas pressure |
+-----------------------+-----------------------+-----------------------+
| ``QDLAMS`` | :math:`{\lambda_f}` | the starting index |
| ``GDLAMS`` | :math:`{\lambda_f}` | the starting index |
| | | for the flux |
| | | limiter—there are |
| | | ngroups components |
| | | (defined only if |
| | | ``RADIATION`` is |
| | | defined) |
+-----------------------+-----------------------+-----------------------+
| ``QDERADS`` | :math:`E_r` | the starting index |
| ``GDERADS`` | :math:`E_r` | the starting index |
| | | for the radiation |
| | | energy—there are |
| | | ngroups components |
Expand Down

0 comments on commit a30f95a

Please sign in to comment.