40#ifndef Foam_radiation_constantAbsorption_H
41#define Foam_radiation_constantAbsorption_H
95 const label bandI = 0,
104 const label bandI = 0,
112 const label bandI = 0,
121 const label bandI = 0,
127 inline bool isGrey()
const
133 inline label
nBands()
const
uindirectPrimitivePatch pp(UIndirectList< face >(mesh.faces(), faceLabels), mesh.points())
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A patch is a list of labels that address the faces in the global face list.
bool isGrey() const
Is Grey.
constantAbsorption(const dictionary &dict, const polyPatch &pp)
Construct from components.
label nBands() const
Number of bands.
tmp< scalarField > a(const label bandI=0, const vectorField *incomingDirection=nullptr, const scalarField *T=nullptr) const
absorptivity coefficient
TypeName("constantAbsorption")
Runtime type information.
virtual ~constantAbsorption()=default
Destructor.
wallAbsorptionEmissionModel(const dictionary &dict, const polyPatch &pp)
Construct from components.
A class for managing temporary objects.
Namespace for radiation modelling.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Field< vector > vectorField
Specialisation of Field<T> for vector.
static constexpr const zero Zero
Global zero (0).
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.