50#ifndef Foam_radiation_solidAbsorption_H
51#define Foam_radiation_solidAbsorption_H
75 const fvMesh& nbrRegion()
const;
78 label nbrPatchIndex()
const;
101 const label bandI = 0,
110 const label bandI = 0,
118 const label bandI = 0,
127 const label bandI = 0,
134 inline bool isGrey()
const
140 inline label
nBands()
const;
uindirectPrimitivePatch pp(UIndirectList< face >(mesh.faces(), faceLabels), mesh.points())
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
A patch is a list of labels that address the faces in the global face list.
bool isGrey() const
Is Grey.
TypeName("solidAbsorption")
Runtime type information.
tmp< scalarField > a(const label bandI=0, const vectorField *incomingDirection=nullptr, const scalarField *T=nullptr) const
absorptivity coefficient
virtual ~solidAbsorption()
Destructor.
label nBands() const
Number of bands.
solidAbsorption(const dictionary &dict, const polyPatch &pp)
Construct from components.
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.