Go to the documentation of this file.
85 #ifndef greyMeanAbsorptionEmission_H
86 #define greyMeanAbsorptionEmission_H
149 TypeName(
"greyMeanAbsorptionEmission");
186 inline bool isGrey()
const
HashTable< label > speciesNames_
Hash table of species names.
TypeName("greyMeanAbsorptionEmission")
Runtime type information.
virtual ~greyMeanAbsorptionEmission()
Destructor.
const dictionary & dict() const
Reference to the dictionary.
A class for managing temporary objects.
const fvMesh & mesh() const
Reference to the mesh.
Fundamental fluid thermodynamic properties.
const scalar EhrrCoeff_
Emission constant coefficient.
FixedList< label, nSpecies_ > specieIndex_
Indices of species in the look-up table.
static const int nSpecies_
tmp< volScalarField > ECont(const label bandI=0) const
Emission contribution for continuous phase.
const fluidThermo & thermo_
SLG thermo package.
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 > aCont(const label bandI=0) const
Absorption coefficient for continuous phase.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
bool isGrey() const
Flag for whether the absorption/emission is for a grey gas.
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.
autoPtr< interpolationLookUpTable< scalar > > lookUpTablePtr_
Look-up table of species related to ft.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
tmp< volScalarField > eCont(const label bandI=0) const
Emission coefficient for continuous phase.
greyMeanAbsorptionEmission(const dictionary &dict, const fvMesh &mesh)
Construct from components.
greyMeanAbsorptionEmission radiation absorption and emission coefficients for continuous phase
Model to supply absorption and emission coefficients for radiation modelling.
dictionary coeffsDict_
Absorption model dictionary.
absorptionCoeffs coeffs_[nSpecies_]
UPtrList< volScalarField > Yj_
Pointer list of species in the registry involved in the absorption.