SootLib
Loading...
Searching...
No Matches
soot::oxidationModel_LEE_NEOH Class Reference

Detailed Description

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
 
- 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
sootModelSM
 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...
 

Constructor & Destructor Documentation

◆ oxidationModel_LEE_NEOH()

oxidationModel_LEE_NEOH::oxidationModel_LEE_NEOH ( )

Definition at line 8 of file oxidationModel_LEE_NEOH.cc.

◆ ~oxidationModel_LEE_NEOH()

soot::oxidationModel_LEE_NEOH::~oxidationModel_LEE_NEOH ( )
overridedefault

Member Function Documentation

◆ getOxidationSootRate()

double oxidationModel_LEE_NEOH::getOxidationSootRate ( const state state) const
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

Parameters
stateinput: gas and soot state, set by user.
Returns
soot oxidation rate (kg/m2*s)

Implements soot::oxidationModel.

Definition at line 38 of file oxidationModel_LEE_NEOH.cc.


The documentation for this class was generated from the following files: