32 #ifndef scatterModel_H 33 #define scatterModel_H 44 namespace radiationModels
static autoPtr< scatterModel > New(const dictionary &dict, const fvMesh &mesh)
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~scatterModel()
Destructor.
declareRunTimeSelectionTable(autoPtr, scatterModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh))
virtual tmp< volScalarField > sigmaEff() const =0
Return scatter coefficient.
Base class for radiation scattering.
scatterModel(const dictionary &dict, const fvMesh &mesh)
Construct from components.
const fvMesh & mesh_
Reference to the fvMesh.
Mesh data needed to do the Finite Volume discretisation.
TypeName("scatterModel")
Runtime type information.
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.
A class for managing temporary objects.