Go to the documentation of this file.
40 multiBandSolidTransmissivity,
56 coeffsDict_(
dict.subDict(typeName +
"Coeffs")),
60 coeffsDict_.lookup(
"transmissivity") >> tauCoeffs_;
61 nBands_ = tauCoeffs_.size();
83 mesh_.time().timeName(),
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
A class for managing temporary objects.
tmp< volScalarField > tauEff(const label bandI) const
Transmissivity coefficient.
virtual ~multiBandSolidTransmissivity()
Destructor.
Base class for radiation scattering.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
defineTypeNameAndDebug(cloudAbsorptionEmission, 0)
multiBandSolidTransmissivity(const dictionary &dict, const fvMesh &mesh)
Construct from components.
Generic GeometricField class.
addToRunTimeSelectionTable(absorptionEmissionModel, cloudAbsorptionEmission, dictionary)