Go to the documentation of this file.
37 #ifndef multiBandSolidAbsorptionEmission_H
38 #define multiBandSolidAbsorptionEmission_H
85 TypeName(
"multiBandSolidAbsorptionEmission");
124 inline bool isGrey()
const
static const int maxBands_
Maximum number of bands.
const dictionary & dict() const
Reference to the dictionary.
A class for managing temporary objects.
const fvMesh & mesh() const
Reference to the mesh.
tmp< volScalarField > aCont(const label bandI) const
Absorption coefficient.
multiBandSolidAbsorptionEmission(const dictionary &dict, const fvMesh &mesh)
Construct from components.
scalarList emiCoeffs_
Emissivity coefficients.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
tmp< volScalarField > ECont(const label bandI) const
Emission contribution.
scalarList absCoeffs_
Absorption coefficients.
tmp< volScalarField > eCont(const label bandI) const
Emission coefficient.
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.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
bool isGrey() const
Flag for whether the absorption/emission is for a grey gas.
multiBandSolidAbsorptionEmission radiation absorption/emission for solids.
Model to supply absorption and emission coefficients for radiation modelling.
virtual ~multiBandSolidAbsorptionEmission()
Destructor.
dictionary coeffsDict_
Absorption model dictionary.
label nBands() const
Number of bands.
TypeName("multiBandSolidAbsorptionEmission")
Runtime type information.