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

Update unit test docs #1690

Merged
merged 10 commits into from
Jan 6, 2025
Merged
Prev Previous commit
update
  • Loading branch information
zingale committed Jan 6, 2025
commit 5987d7f58504ce547c41830cbb4518b374b67be3
5 changes: 3 additions & 2 deletions Docs/source/one_zone_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has the form:

\begin{align*}
\frac{dX_k}{dt} &= \dot{\omega}_k(\rho, X_k, T) \\
\frac{de}{dt} &= f(\rho, X_k, T)
\frac{de}{dt} &= \epsilon(\rho, X_k, T)
\end{align*}

with density held constant and the temperature found via the equation of state,
Expand All @@ -32,7 +32,8 @@ $T = T(\rho, X_k, e)$.
.. note::

Since the energy evolves due to the heat release (or loss)
from reactions, the temperature will change during the burn.
from reactions, the temperature will change during the burn
(unless ``integrator.call_eos_in_rhs=0`` is set).


Getting Started
Expand Down
Loading