34#ifndef Foam_radiation_scatterModel_H
35#define Foam_radiation_scatterModel_H
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh_
Reference to the fvMesh.
TypeName("scatterModel")
Runtime type information.
virtual ~scatterModel()
Destructor.
virtual tmp< volScalarField > sigmaEff() const =0
Return scatter coefficient.
declareRunTimeSelectionTable(autoPtr, scatterModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh))
static autoPtr< scatterModel > New(const dictionary &dict, const fvMesh &mesh)
scatterModel(const dictionary &dict, const fvMesh &mesh)
Construct from components.
A class for managing temporary objects.
Namespace for radiation modelling.
Macros to ease declaration of run-time selection tables.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes).
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.