#include <noSoot.H>


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. | |
| noSoot (const dictionary &dict, const fvMesh &mesh, const word &modelType) | |
| Construct from components. | |
| virtual | ~noSoot ()=default |
| Destructor. | |
| void | correct () |
| Main update/correction routine. | |
| const volScalarField & | soot () const |
| Return Ysoot. Not implemented. | |
| Public Member Functions inherited from sootModel | |
| 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. | |
| sootModel (const dictionary &dict, const fvMesh &mesh, const word &modelType) | |
| Construct from components. | |
| virtual | ~sootModel () |
| Destructor. | |
| const fvMesh & | mesh () const |
| Reference to the mesh. | |
| const dictionary & | dict () const |
| Reference to the dictionary. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from sootModel | |
| static autoPtr< sootModel > | New (const dictionary &dict, const fvMesh &mesh) |
| Selector. | |
| Protected Attributes inherited from sootModel | |
| const dictionary | dict_ |
| Radiation model dictionary. | |
| const fvMesh & | mesh_ |
| Reference to the fvMesh. | |
| noSoot | ( | const dictionary & | dict, |
| const fvMesh & | mesh, | ||
| const word & | modelType ) |
Construct from components.
Definition at line 43 of file noSoot.C.
References sootModel::dict(), sootModel::mesh(), and sootModel::sootModel().

|
virtualdefault |
Destructor.
| TypeName | ( | "none" | ) |
Runtime type information.
References sootModel::dict(), and sootModel::mesh().

|
virtual |
|
virtual |
Return Ysoot. Not implemented.
Implements sootModel.
Definition at line 60 of file noSoot.C.
References NotImplemented, and GeometricField< scalar, fvPatchField, volMesh >::null().
