Base class for soor models. More...
Public Member Functions | |
TypeName ("sootModel") | |
declareRunTimeSelectionTable (autoPtr, sootModel, dictionary,(const dictionary &dict, const fvMesh &mesh, const word &modelType),(dict, mesh, modelType)) | |
sootModel (const dictionary &dict, const fvMesh &mesh, const word &modelType) | |
virtual | ~sootModel () |
const fvMesh & | mesh () const |
const dictionary & | dict () const |
virtual void | correct ()=0 |
virtual const volScalarField & | soot () const =0 |
Static Public Member Functions | |
static autoPtr< sootModel > | New (const dictionary &dict, const fvMesh &mesh) |
Protected Attributes | |
const dictionary | dict_ |
const fvMesh & | mesh_ |
sootModel | ( | const dictionary & | dict, |
const fvMesh & | mesh, | ||
const word & | modelType | ||
) |
Definition at line 37 of file sootModel.C.
|
virtual |
Definition at line 50 of file sootModel.C.
TypeName | ( | "sootModel" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
sootModel | , | ||
dictionary | , | ||
(const dictionary &dict, const fvMesh &mesh, const word &modelType) | , | ||
(dict, mesh, modelType) | |||
) |
|
static |
Definition at line 29 of file sootModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and mesh.
|
inline |
Definition at line 112 of file sootModel.H.
References sootModel::mesh_.
|
inline |
Definition at line 118 of file sootModel.H.
References sootModel::dict_.
|
pure virtual |
Implemented in mixtureFractionSoot< ThermoType >, and noSoot.
|
pure virtual |
Implemented in mixtureFractionSoot< ThermoType >, and noSoot.
|
protected |
Definition at line 57 of file sootModel.H.
Referenced by sootModel::dict().
|
protected |
Definition at line 60 of file sootModel.H.
Referenced by sootModel::mesh().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.