Skip to content

Commit

Permalink
Updates to documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Ingmar Schoegl <ischoegl@lsu.edu>
  • Loading branch information
anthony-walker and ischoegl committed Sep 9, 2022
1 parent 862945b commit 214c2b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/cantera/zeroD/ConstPressureMoleReactor.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace Cantera
/*!
* ConstPressureMoleReactor is a class for constant-pressure reactors
* which use a state of moles.
* @SInCE New in Cantera 3.0
*/
class ConstPressureMoleReactor : public MoleReactor
{
Expand Down
2 changes: 2 additions & 0 deletions interfaces/cython/cantera/reactor.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ cdef class MoleReactor(Reactor):
they are closed (no inlets or outlets), have fixed volume, and have adiabatic,
chemically-inert walls. These properties may all be changed by adding
appropriate components such as `Wall`, `MassFlowController` and `Valve`.
.. versionadded:: 3.0
"""
reactor_type = "MoleReactor"

Expand Down

0 comments on commit 214c2b0

Please sign in to comment.