42#ifndef multiBandZoneAbsorptionEmission_H
43#define multiBandZoneAbsorptionEmission_H
100 TypeName(
"multiBandZoneAbsorptionEmission");
139 inline bool isGrey()
const
145 inline label
nBands()
const
A HashTable similar to std::unordered_map.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
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.
tmp< volScalarField > eCont(const label bandI) const
Emission coefficient.
tmp< volScalarField > ECont(const label bandI) const
Emission contribution.
multiBandZoneAbsorptionEmission(const dictionary &dict, const fvMesh &mesh)
Construct from components.
tmp< volScalarField > aCont(const label bandI) const
Absorption coefficient.
label nBands() const
Number of bands.
virtual ~multiBandZoneAbsorptionEmission()
Destructor.
TypeName("multiBandZoneAbsorptionEmission")
Runtime type information.
A class for managing temporary objects.
Namespace for radiation modelling.
List< label > labelList
A List of labels.
List< scalar > scalarList
List of scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.