85 #ifndef greyMeanAbsorptionEmission_H 86 #define greyMeanAbsorptionEmission_H 140 const scalar EhrrCoeff_;
149 TypeName(
"greyMeanAbsorptionEmission");
186 inline bool isGrey()
const intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
tmp< volScalarField > ECont(const label bandI=0) const
Emission contribution for continuous phase.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const fvMesh & mesh() const
Reference to the mesh.
const dictionary & dict() const
Reference to the dictionary.
greyMeanAbsorptionEmission radiation absorption and emission coefficients for continuous phase ...
Model to supply absorption and emission coefficients for radiation modelling.
tmp< volScalarField > aCont(const label bandI=0) const
Absorption coefficient for continuous phase.
Fundamental fluid thermodynamic properties.
tmp< volScalarField > eCont(const label bandI=0) const
Emission coefficient for continuous phase.
greyMeanAbsorptionEmission(const dictionary &dict, const fvMesh &mesh)
Construct from components.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
static const int nSpecies_
absorptionCoeffs coeffs_[nSpecies_]
Mesh data needed to do the Finite Volume discretisation.
TypeName("greyMeanAbsorptionEmission")
Runtime type information.
bool isGrey() const
Flag for whether the absorption/emission is for a grey gas.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
virtual ~greyMeanAbsorptionEmission()
Destructor.
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))