Go to the documentation of this file.
37 #ifndef multiBandSolidTransmissivity_H
38 #define multiBandSolidTransmissivity_H
82 TypeName(
"multiBandSolidTransmissivity");
108 inline bool isGrey()
const
bool isGrey() const
Is Grey.
A class for managing temporary objects.
tmp< volScalarField > tauEff(const label bandI) const
Transmissivity coefficient.
multiBandSolidTransmissivity radiation transmissivity for solids.
virtual ~multiBandSolidTransmissivity()
Destructor.
static const label maxBands_
Maximum number of bands.
dictionary coeffsDict_
Absorption model dictionary.
Base class for radiation scattering.
TypeName("multiBandSolidTransmissivity")
Runtime type information.
label nBands() const
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.
scalarList tauCoeffs_
Absorption coefficients.
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...
multiBandSolidTransmissivity(const dictionary &dict, const fvMesh &mesh)
Construct from components.