SootLib
|
Oxidation: no model
Definition at line 14 of file oxidationModel_NONE.h.
#include <oxidationModel_NONE.h>
Public Member Functions | |
double | getOxidationSootRate (const state &state) const override |
oxidationModel_NONE () | |
~oxidationModel_NONE () 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... | |
|
inline |
Definition at line 30 of file oxidationModel_NONE.h.
|
overridedefault |
|
inlineoverridevirtual |
Implements soot::oxidationModel.
Definition at line 24 of file oxidationModel_NONE.h.