44 namespace radiationModels
81 (dict, mesh, modelType)
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("sootModel")
Runtime type information.
virtual ~sootModel()
Destructor.
const fvMesh & mesh_
Reference to the fvMesh.
A class for handling words, derived from string.
sootModel(const dictionary &dict, const fvMesh &mesh, const word &modelType)
Construct from components.
const dictionary dict_
Radiation model dictionary.
virtual void correct()=0
Main update/correction routine.
declareRunTimeSelectionTable(autoPtr, sootModel, dictionary,(const dictionary &dict, const fvMesh &mesh, const word &modelType),(dict, mesh, modelType))
Declare runtime constructor selection table.
virtual const volScalarField & soot() const =0
Return const reference to soot.
static autoPtr< sootModel > New(const dictionary &dict, const fvMesh &mesh)
Selector.
Mesh data needed to do the Finite Volume discretisation.
Base class for soot models.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
const fvMesh & mesh() const
Reference to the mesh.
const dictionary & dict() const
Reference to the dictionary.