32 #ifndef scatterModel_H
33 #define scatterModel_H
44 namespace radiationModels
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 radiation scattering.
const fvMesh & mesh_
Reference to the fvMesh.
virtual tmp< volScalarField > sigmaEff() const =0
Return scatter coefficient.
TypeName("scatterModel")
Runtime type information.
virtual ~scatterModel()
Destructor.
static autoPtr< scatterModel > New(const dictionary &dict, const fvMesh &mesh)
declareRunTimeSelectionTable(autoPtr, scatterModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh))
scatterModel(const dictionary &dict, const fvMesh &mesh)
Construct from components.
A class for managing temporary objects.
Macros to ease declaration of run-time selection tables.