102 namespace radiationModels
104 namespace absorptionEmissionModels
162 const word& modelName=typeName
182 inline bool isGrey()
const UPtrList< volScalarField > Yj_
Pointer list of species in the registry involved in the absorption.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
greyMean(const dictionary &dict, const fvMesh &mesh, const word &modelName=typeName)
Construct from components.
autoPtr< interpolationLookUpTable > lookUpTablePtr_
Look-up table of species related to ft.
TypeName("greyMean")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~greyMean()
Destructor.
dictionary coeffsDict_
Absorption model dictionary.
bool isGrey() const
Flag for whether the absorption/emission is for a grey gas.
A class for handling words, derived from string.
Base-class for fluid thermodynamic properties.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
tmp< volScalarField > ECont(const label bandI=0) const
Emission contribution for continuous phase.
Mesh data needed to do the Finite Volume discretisation.
absorptionCoeffs coeffs_[nSpecies_]
const fvMesh & mesh() const
Reference to the mesh.
tmp< volScalarField > aCont(const label bandI=0) const
Absorption coefficient for continuous phase.
FixedList< label, nSpecies_ > specieIndex_
Indices of species in the look-up table.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Model to supply absorption and emission coefficients for radiation modelling.
A class for managing temporary objects.
HashTable< label > speciesNames_
Hash table of species names.
const fluidThermo & thermo_
Thermo package.
static const int nSpecies_
tmp< volScalarField > eCont(const label bandI=0) const
Emission coefficient for continuous phase.
const dictionary & dict() const
Reference to the dictionary.