Go to the documentation of this file.
41 wallAbsorptionEmissionModel,
63 coeffsDict_.
readEntry(
"absorptivity", aCoeffs_);
65 nBands_ = aCoeffs_.size();
96 return aCoeffs_[bandI];
119 return eCoeffs_[bandI];
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
A class for managing temporary objects.
virtual ~multiBandAbsorption()
tmp< scalarField > e(const label bandI=0, vectorField *incomingDirection=nullptr, scalarField *T=nullptr) const
Generic templated field type.
multiBandAbsorption(const dictionary &dict, const polyPatch &pp)
A patch is a list of labels that address the faces in the global face list.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
bool readEntry(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
Based class for wall absorption emission models.
defineTypeNameAndDebug(cloudAbsorptionEmission, 0)
tmp< scalarField > a(const label bandI=0, vectorField *incomingDirection=nullptr, scalarField *T=nullptr) const
addToRunTimeSelectionTable(absorptionEmissionModel, cloudAbsorptionEmission, dictionary)