Skip to content

Commit

Permalink
Add documentation for USE_SPECIES_SOURCES flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranEiden committed Feb 5, 2024
1 parent cff7393 commit e613a93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Docs/source/Hydrodynamics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,11 @@ 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. We neglect reaction source terms since they are
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
accounted for in **Steps 1** and **6**. The source terms are:

.. math::
Expand Down

0 comments on commit e613a93

Please sign in to comment.