|
SootLib
|
Oxidation by Leung, Lindstedt, and Jones (1991)
Definition at line 14 of file oxidationModel_LL.h.
#include <oxidationModel_LL.h>
Public Member Functions | |
| double | getOxidationSootRate (const state &state) const override |
| oxidationModel_LL () | |
| ~oxidationModel_LL () override=default | |
Public Member Functions inherited from soot::oxidationModel | |
| virtual double | getOxidationSootRate (const state &state) const =0 |
| void | getOxidationGasRates (const double &msootDotOxid, std::vector< double > &gasSourcesOxid) const |
| oxidationModel () | |
| virtual | ~oxidationModel ()=default |
Additional Inherited Members | |
Public Attributes inherited from soot::oxidationModel | |
| sootModel * | SM |
| back pointer to soot model More... | |
| oxidationMech | mechType |
| identity of the type of oxidation (child) More... | |
| std::vector< double > | oxidationRxnRatios |
| mole ratios for gas species rate coupling More... | |
| oxidationModel_LL::oxidationModel_LL | ( | ) |
Definition at line 9 of file oxidationModel_LL.cc.
|
overridedefault |
|
overridevirtual |
Oxidation by Leung_Lindstedt (1991)
Rate from Leung & Lindstedt (1991), Comb. & Flame 87:289-305. Returns chemical soot oxidation rate in kg/m2*s.
C + 0.5 O2 --> CO
| state | input: gas and soot state, set by user. |
Implements soot::oxidationModel.
Definition at line 32 of file oxidationModel_LL.cc.