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