multiBandAbsorption radiation transmissivity for solids. More...
Public Member Functions | |
TypeName ("multiBandAbsorption") | |
Runtime type information. More... | |
multiBandAbsorption (const dictionary &dict, const polyPatch &pp) | |
Construct from components. More... | |
virtual | ~multiBandAbsorption () |
Destructor. More... | |
tmp< scalarField > | a (const label bandI=0, vectorField *incomingDirection=nullptr, scalarField *T=nullptr) const |
absorptivity coefficient More... | |
scalar | a (const label faceI, const label bandI=0, const vector dir=Zero, const scalar T=0) const |
Return absorptivity on face. More... | |
tmp< scalarField > | e (const label bandI=0, vectorField *incomingDirection=nullptr, scalarField *T=nullptr) const |
Return emission coefficient. More... | |
scalar | e (const label faceI, const label bandI=0, const vector dir=Zero, const scalar T=0) const |
Return emission coefficient. More... | |
bool | isGrey () const |
Is Grey. More... | |
label | nBands () const |
Number of bands. More... | |
![]() | |
TypeName ("wallAbsorptionEmissionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, wallAbsorptionEmissionModel, dictionary,(const dictionary &dict, const polyPatch &pp),(dict, pp)) | |
wallAbsorptionEmissionModel (const dictionary &dict, const polyPatch &pp) | |
Construct from components. More... | |
virtual | ~wallAbsorptionEmissionModel () |
Destructor. More... | |
virtual tmp< scalarField > | e (const label bandI=0, vectorField *incomingDirection=nullptr, scalarField *T=nullptr) const =0 |
Return emissivity on patch. More... | |
virtual scalar | e (const label faceI, const label bandI=0, const vector dir=Zero, const scalar T=0) const =0 |
Return emissivity on face. More... | |
virtual tmp< scalarField > | a (const label bandI=0, vectorField *incomingDirection=nullptr, scalarField *T=nullptr) const =0 |
Return absorptivity on patch. More... | |
virtual scalar | a (const label faceI, const label bandI=0, const vector dir=Zero, const scalar T=0) const =0 |
Return absorptivity on face. More... | |
virtual bool | isGrey () const =0 |
Is Grey. More... | |
virtual label | nBands () const =0 |
Number of bands. More... | |
Static Public Attributes | |
static const label | maxBands_ = 5 |
Maximum number of bands. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< wallAbsorptionEmissionModel > | New (const dictionary &dict, const polyPatch &pp) |
![]() | |
const polyPatch & | pp_ |
Reference to the polyPatch. More... | |
multiBandAbsorption radiation transmissivity for solids.
wallAbsorptionEmissionModel { type multiBandAbsorption; absorptivity (0.3 0.7); emissivity (0.3 0.7); };
Definition at line 67 of file multiBandAbsorption.H.
multiBandAbsorption | ( | const dictionary & | dict, |
const polyPatch & | pp | ||
) |
Construct from components.
Definition at line 51 of file multiBandAbsorption.C.
References dictionary::readEntry(), and UList< T >::size().
|
virtual |
Destructor.
Definition at line 71 of file multiBandAbsorption.C.
TypeName | ( | "multiBandAbsorption" | ) |
Runtime type information.
|
virtual |
absorptivity coefficient
Implements wallAbsorptionEmissionModel.
Definition at line 78 of file multiBandAbsorption.C.
|
virtual |
Return absorptivity on face.
Implements wallAbsorptionEmissionModel.
Definition at line 88 of file multiBandAbsorption.C.
|
virtual |
Return emission coefficient.
Implements wallAbsorptionEmissionModel.
Definition at line 100 of file multiBandAbsorption.C.
|
virtual |
Return emission coefficient.
Implements wallAbsorptionEmissionModel.
Definition at line 111 of file multiBandAbsorption.C.
|
inlinevirtual |
Is Grey.
Implements wallAbsorptionEmissionModel.
Definition at line 155 of file multiBandAbsorption.H.
|
inlinevirtual |
Number of bands.
Implements wallAbsorptionEmissionModel.
Definition at line 161 of file multiBandAbsorption.H.
|
static |
Maximum number of bands.
Definition at line 76 of file multiBandAbsorption.H.