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