Go to the documentation of this file.
32 #ifndef transmissivityModel_H
33 #define transmissivityModel_H
106 virtual bool isGrey()
const = 0;
A class for managing temporary objects.
static autoPtr< transmissivityModel > New(const dictionary &dict, const fvMesh &mesh)
Base class for radiation scattering.
transmissivityModel(const dictionary &dict, const fvMesh &mesh)
Construct from components.
virtual label nBands() const =0
Number of bands.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual ~transmissivityModel()
Destructor.
virtual bool isGrey() const =0
Is Grey.
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
const fvMesh & mesh_
Reference to the fvMesh.
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.
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.
declareRunTimeSelectionTable(autoPtr, transmissivityModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh))
TypeName("transmissivityModel")
Runtime type information.
virtual tmp< volScalarField > tauEff(const label bandI=0) const =0
Return scatter coefficient.