Skip to content

Commit

Permalink
Fix typos in mole reactor pages and add preconditioning discussion.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-walker authored and speth committed Aug 4, 2023
1 parent 21b3543 commit c7cdebd
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 98 deletions.
8 changes: 4 additions & 4 deletions pages/science/reactors/constpresmolereactor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Constant Pressure Mole Reactor
For this reactor model, the pressure is held constant. The energy equation is
defined by the total enthalpy.

A Constant Pressure Reactor is defined by the two state variables:
A Constant Pressure Mole Reactor is defined by the two state variables:

- :math:`H`, the total enthalpy of the reactor's contents (in J)

Expand Down Expand Up @@ -55,15 +55,15 @@ The moles of each species in the reactor's contents changes as a result of flow
the reactor's inlets and outlets, and production of homogeneous gas phase species and reactions on the reactor :py:class:`Wall`.
The rate of moles of species :math:`k` generated through homogeneous phase
reactions is :math:`V \dot{\omega}_k`, and the total rate at which moles of species
:math:`k` is generated is:
:math:`k` changes is:

.. math::
\frac{dn_k}{dt} = V \dot{\omega}_k + \sum_{in} \dot{n}_{in} - \sum_{out} \dot{n}_{out} + \dot{n}_{wall}
\frac{dn_k}{dt} = V \dot{\omega}_k + \sum_{in} \dot{n}_{k, in} - \sum_{out} \dot{n}_{k, out} + \dot{n}_{k, wall}
\tag{2}
Where the subscripts *in* and *out* refer to the sum of the superscripted property
over all inlets and outlets respectively. A dot above a variable signifies a time
derivative. Reactor *Walls* are defined `here. <{{% ct_docs sphinx/html/cython/zerodim.html#cantera.Wall %}}>`__

Equations 1-2 are the governing equations for a Constant Pressure Reactor.
Equations 1-2 are the governing equations for a Constant Pressure Mole Reactor.
Loading

0 comments on commit c7cdebd

Please sign in to comment.