Base class for soot models. More...


Public Member Functions | |
| TypeName ("sootModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, sootModel, dictionary,(const dictionary &dict, const fvMesh &mesh, const word &modelType),(dict, mesh, modelType)) | |
| Declare runtime constructor selection table. More... | |
| sootModel (const fvMesh &mesh, const word &modelType) | |
| Construct from components. More... | |
| virtual | ~sootModel () |
| Destructor. More... | |
| const fvMesh & | mesh () const |
| Reference to the mesh. More... | |
| virtual void | correct ()=0 |
| Main update/correction routine. More... | |
| virtual const volScalarField & | soot () const =0 |
| Return const reference to soot. More... | |
Static Public Member Functions | |
| static autoPtr< sootModel > | New (const dictionary &dict, const fvMesh &mesh) |
| Selector. More... | |
Protected Attributes | |
| const fvMesh & | mesh_ |
| Reference to the fvMesh. More... | |
Construct from components.
Definition at line 41 of file sootModel.C.
|
virtual |
Destructor.
Definition at line 53 of file sootModel.C.
| TypeName | ( | "sootModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| sootModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const fvMesh &mesh, const word &modelType) | , | ||
| (dict, mesh, modelType) | |||
| ) |
Declare runtime constructor selection table.
|
static |
Selector.
Definition at line 34 of file sootModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, sootModel::mesh(), Foam::nl, List< T >::size(), basicThermo::splitThermoName(), and WarningInFunction.

|
inline |
Reference to the mesh.
Definition at line 108 of file sootModel.H.
References sootModel::mesh_.
Referenced by mixtureFraction::mixtureFraction(), and sootModel::New().

|
pure virtual |
Main update/correction routine.
Implemented in noSoot, and mixtureFraction.
|
pure virtual |
Return const reference to soot.
Implemented in noSoot, and mixtureFraction.
|
protected |
Reference to the fvMesh.
Definition at line 57 of file sootModel.H.
Referenced by sootModel::mesh().