36 #ifndef constantAbsorptionEmission_H
37 #define constantAbsorptionEmission_H
45 namespace radiationModels
47 namespace absorptionEmissionModels
113 inline bool isGrey()
const
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.
Model to supply absorption and emission coefficients for radiation modelling.
const dictionary & dict() const
Reference to the dictionary.
const fvMesh & mesh() const
Reference to the mesh.
Constant radiation absorption and emission coefficients for continuous phase.
bool isGrey() const
Flag for whether the absorption/emission is for a grey gas.
constant(const dictionary &dict, const fvMesh &mesh)
Construct from components.
tmp< volScalarField > eCont(const label bandI=0) const
Emission coefficient for continuous phase.
TypeName("constant")
Runtime type information.
tmp< volScalarField > aCont(const label bandI=0) const
Absorption coefficient for continuous phase.
virtual ~constant()
Destructor.
tmp< volScalarField > ECont(const label bandI=0) const
Emission contribution for continuous phase.
A class for managing temporary objects.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.