104#ifndef wideBandAbsorptionEmission_H
105#define wideBandAbsorptionEmission_H
174 scalar totalWaveLength_;
180 TypeName(
"wideBandAbsorptionEmission");
205 inline bool isGrey()
const
211 inline label
nBands()
const
219 return iBands_[bandi];
226 PtrList<volScalarField>& aLambda
A 1D vector of objects of type <T> with a fixed length <N>.
A HashTable similar to std::unordered_map.
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
Templated 2D Vector derived from VectorSpace adding construction from 2 components,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Fundamental fluid thermodynamic properties.
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< volScalarField > a(const label bandI=0) const
Absorption coefficient (net).
const fvMesh & mesh() const
Reference to the mesh.
absorptionEmissionModel(const dictionary &dict, const fvMesh &mesh)
Construct from components.
const dictionary & dict() const
Reference to the dictionary.
static const int maxBands_
Maximum number of bands.
bool isGrey() const
Flag for whether the absorption/emission is for a grey gas.
const Vector2D< scalar > & bands(const label bandi) const
Lower and upper limit of band i.
FixedList< FixedList< absorptionCoeffs, nSpecies_ >, maxBands_ > coeffs_
Absorption coefficients.
tmp< volScalarField > aCont(const label bandi=0) const
Absorption coefficient for continuous phase.
label nBands() const
Number of bands.
wideBandAbsorptionEmission(const dictionary &dict, const fvMesh &mesh)
Construct from components.
static const int nSpecies_
Maximum number of species considered for absorptivity.
tmp< volScalarField > ECont(const label bandi=0) const
Emission contribution for continuous phase.
virtual ~wideBandAbsorptionEmission()
Destructor.
tmp< volScalarField > eCont(const label bandi=0) const
Emission coefficient for continuous phase.
TypeName("wideBandAbsorptionEmission")
Runtime type information.
A class for managing temporary objects.
Namespace for radiation modelling.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.