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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh data needed to do the Finite Volume discretisation.
Base class for soot models.
virtual ~sootModel()
Destructor.
const fvMesh & mesh_
Reference to the fvMesh.
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.
sootModel(const fvMesh &mesh, const word &modelType)
Construct from components.
A class for handling words, derived from string.
Macros to ease declaration of run-time selection tables.