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