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 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 radiation scattering.
const fvMesh & mesh_
Reference to the fvMesh.
scatterModel(const fvMesh &mesh)
Construct from mesh.
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))
A class for managing temporary objects.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
Macros to ease declaration of run-time selection tables.