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

Detailed Description

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
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_LL()

oxidationModel_LL::oxidationModel_LL ( )

Definition at line 9 of file oxidationModel_LL.cc.

◆ ~oxidationModel_LL()

soot::oxidationModel_LL::~oxidationModel_LL ( )
overridedefault

Member Function Documentation

◆ getOxidationSootRate()

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

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

Implements soot::oxidationModel.

Definition at line 32 of file oxidationModel_LL.cc.


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