114 namespace radiationModels
116 namespace absorptionEmissionModels
186 const word& modelName=typeName
206 inline bool isGrey()
const 220 return iBands_[bandi];
tmp< volScalarField > aCont(const label bandi=0) const
Absorption coefficient for continuous phase.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
FixedList< Vector2D< scalar >, maxBands_ > iBands_
Bands.
FixedList< label, nSpecies_ > specieIndex_
Indices of species in the look-up table.
A 1D vector of objects of type <T> with a fixed size <Size>.
A list of keyword definitions, which are a keyword followed by any number of values (e...
autoPtr< interpolationLookUpTable > lookUpTablePtr_
Look-up table of species related to ft.
virtual ~wideBand()
Destructor.
const Vector2D< scalar > & bands(const label bandi) const
Lower and upper limit of band i.
wideBand(const dictionary &dict, const fvMesh &mesh, const word &modelName=typeName)
Construct from components.
HashTable< label > speciesNames_
Hash table with species names.
void correct(volScalarField &a, PtrList< volScalarField > &aLambda) const
Correct rays.
bool isGrey() const
Flag for whether the absorption/emission is for a grey gas.
virtual tmp< volScalarField > a(const label bandI=0) const
Absorption coefficient (net)
static const int maxBands_
Maximum number of bands.
A class for handling words, derived from string.
Base-class for fluid thermodynamic properties.
dictionary coeffsDict_
Absorption model dictionary.
label nBands() const
Number of bands.
tmp< volScalarField > eCont(const label bandi=0) const
Emission 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...
UPtrList< volScalarField > Yj_
Pointer list of species being solved involved in the absorption.
const fluidThermo & thermo_
Thermo package.
TypeName("wideBand")
Runtime type information.
FixedList< FixedList< absorptionCoeffs, nSpecies_ >, maxBands_ > coeffs_
Absorption coefficients.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const
Reference to the mesh.
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 contribution for continuous phase.
Model to supply absorption and emission coefficients for radiation modelling.
A class for managing temporary objects.
const dictionary & dict() const
Reference to the dictionary.
static const int nSpecies_
Maximum number of species considered for absorptivity.