Loading...
Searching...
No Matches

noSoot More...

#include <noSoot.H>

Inheritance diagram for noSoot:
Collaboration diagram for noSoot:

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 volScalarFieldsoot () 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 fvMeshmesh () const
 Reference to the mesh.
const dictionarydict () const
 Reference to the dictionary.

Additional Inherited Members

Static Public Member Functions inherited from sootModel
static autoPtr< sootModelNew (const dictionary &dict, const fvMesh &mesh)
 Selector.
Protected Attributes inherited from sootModel
const dictionary dict_
 Radiation model dictionary.
const fvMeshmesh_
 Reference to the fvMesh.

Detailed Description

noSoot

Source files

Definition at line 50 of file noSoot.H.

Constructor & Destructor Documentation

◆ noSoot()

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

Here is the call graph for this function:

◆ ~noSoot()

virtual ~noSoot ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "none" )

Runtime type information.

References sootModel::dict(), and sootModel::mesh().

Here is the call graph for this function:

◆ correct()

void correct ( )
virtual

Main update/correction routine.

Implements sootModel.

Definition at line 56 of file noSoot.C.

◆ soot()

const Foam::volScalarField & soot ( ) const
virtual

Return Ysoot. Not implemented.

Implements sootModel.

Definition at line 60 of file noSoot.C.

References NotImplemented, and GeometricField< scalar, fvPatchField, volMesh >::null().

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/thermophysicalModels/radiation/submodels/sootModel/noSoot/noSoot.H
  • src/thermophysicalModels/radiation/submodels/sootModel/noSoot/noSoot.C