Go to the documentation of this file.
102 #ifndef wideBandAbsorptionEmission_H
103 #define wideBandAbsorptionEmission_H
178 TypeName(
"wideBandAbsorptionEmission");
213 inline bool isGrey()
const
const dictionary & dict() const
Reference to the dictionary.
A class for managing temporary objects.
wideBandAbsorptionEmission radiation absorption and emission coefficients for continuous phase.
tmp< volScalarField > eCont(const label bandI=0) const
Emission coefficient for continuous phase.
const fvMesh & mesh() const
Reference to the mesh.
tmp< volScalarField > aCont(const label bandI=0) const
Absorption coefficient for continuous phase.
static const int nSpecies_
Maximum number of species considered for absorptivity.
FixedList< Vector2D< scalar >, maxBands_ > iBands_
Bands.
Fundamental fluid thermodynamic properties.
void correct(volScalarField &a_, PtrList< volScalarField > &aLambda) const
Correct rays.
static const int maxBands_
Maximum number of bands.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
virtual ~wideBandAbsorptionEmission()
Destructor.
HashTable< label > speciesNames_
Hash table with species names.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
FixedList< scalar, maxBands_ > iEhrrCoeffs_
Proportion of the heat released rate emitted.
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
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.
FixedList< label, nSpecies_ > specieIndex_
Indices of species in the look-up table.
dictionary coeffsDict_
Absorption model dictionary.
wideBandAbsorptionEmission(const dictionary &dict, const fvMesh &mesh)
Construct from components.
const fluidThermo & thermo_
Thermo package.
A 1D vector of objects of type <T> with a fixed size <Size>.
const Vector2D< scalar > & bands(const label i) const
Lower and upper limit of band i.
tmp< volScalarField > ECont(const label bandI=0) const
Emission contribution for continuous phase.
label nBands() const
Number of bands.
UPtrList< volScalarField > Yj_
Pointer list of species being solved involved in the absorption.
Model to supply absorption and emission coefficients for radiation modelling.
bool isGrey() const
Flag for whether the absorption/emission is for a grey gas.
Generic GeometricField class.
TypeName("wideBandAbsorptionEmission")
Runtime type information.
interpolationLookUpTable< scalar > lookUpTable_
Lookup table of species related to ft.
FixedList< FixedList< absorptionCoeffs, nSpecies_ >, maxBands_ > coeffs_
Absorption coefficients.