Skip to content

Commit

Permalink
Incorporate Mike's recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranEiden committed Feb 13, 2024
1 parent 03daa09 commit a944b3e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Docs/source/Hydrodynamics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,7 @@ Source Terms
We now compute explicit source terms for each variable in :math:`\Qb` and
:math:`\Ub`. The primitive variable source terms will be used to construct
time-centered fluxes. The conserved variable source will be used to
advance the solution. To reduce memory usage, we do not include source terms
for the advected quantities, species, and auxiliary variables in the conserved
state vector by default. If your application needs external source terms for
these variables, set `USE_SPECIES_SOURCES=TRUE` when compiling so that space
will be allocated for them. We neglect reaction source terms since they are
advance the solution. We neglect reaction source terms since they are
accounted for in **Steps 1** and **6**. The source terms are:

.. math::
Expand Down Expand Up @@ -346,6 +342,14 @@ accounted for in **Steps 1** and **6**. The source terms are:
S_{{\rm ext},\rho Y_k}
\end{array}\right)^n.
.. index:: USE_SPECIES_SOURCES

.. note:: To reduce memory usage, we do not include source terms for the
advected quantities, species, and auxiliary variables in the conserved
state vector by default. If your application needs external source terms for
these variables, set `USE_SPECIES_SOURCES=TRUE` when compiling so that space
will be allocated for them.

Primitive Forms
===============

Expand Down

0 comments on commit a944b3e

Please sign in to comment.