Skip to content

Commit

Permalink
Fix density formula in pfr.rst
Browse files Browse the repository at this point in the history
rho=PM/(RT)
  • Loading branch information
imitrichev authored and speth committed Nov 14, 2023
1 parent 99cfab1 commit 3b1efcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/science/reactors/pfr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The fluid satisfies the ideal gas law:

.. math::
\rho = p \frac{R}{\overline{W}} T
\rho = \frac{p \overline{W}}{R T}
where :math:`R` is the universal gas constant and :math:`\overline{W}` is the mixture
molecular weight.
Expand Down

0 comments on commit 3b1efcb

Please sign in to comment.