SootLib
|
Lee (O2) + Neoh (OH) Oxidation model
Definition at line 14 of file oxidationModel_LEE_NEOH.h.
#include <oxidationModel_LEE_NEOH.h>
Public Member Functions | |
double | getOxidationSootRate (const state &state) const override |
oxidationModel_LEE_NEOH () | |
~oxidationModel_LEE_NEOH () override=default | |
![]() | |
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 | |
![]() | |
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_LEE_NEOH::oxidationModel_LEE_NEOH | ( | ) |
Definition at line 8 of file oxidationModel_LEE_NEOH.cc.
|
overridedefault |
|
overridevirtual |
Oxidation by Lee et al. + Neoh
Rates from Lee et al. (1962) Comb. & Flame 6:137-145 and Neoh (1981) "Soot oxidation in flames" in Particulate Carbon Formation During Combustion book C + 0.5 O2 --> CO C + OH --> CO + H
state | input: gas and soot state, set by user. |
Implements soot::oxidationModel.
Definition at line 38 of file oxidationModel_LEE_NEOH.cc.