Radiation absorptivity-emissivity model to be used on walls on inter-region patches when the solid opaque radiation model is used in the solid and the wall emissivity and absorptivity are taken from the solid radiation properties. More...
Public Member Functions | |
TypeName ("solidAbsorption") | |
Runtime type information. More... | |
solidAbsorption (const dictionary &dict, const polyPatch &pp) | |
Construct from components. More... | |
virtual | ~solidAbsorption () |
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... | |
Additional Inherited Members | |
![]() | |
static autoPtr< wallAbsorptionEmissionModel > | New (const dictionary &dict, const polyPatch &pp) |
![]() | |
const polyPatch & | pp_ |
Reference to the polyPatch. More... | |
Radiation absorptivity-emissivity model to be used on walls on inter-region patches when the solid opaque radiation model is used in the solid and the wall emissivity and absorptivity are taken from the solid radiation properties.
wallAbsorptionEmissionModel { type solidAbsorption; };
Definition at line 67 of file solidAbsorption.H.
solidAbsorption | ( | const dictionary & | dict, |
const polyPatch & | pp | ||
) |
Construct from components.
Definition at line 70 of file solidAbsorption.C.
References Foam::abort(), FatalErrorInFunction, Foam::FatalIOError, patchIdentifier::name(), and ensightPTraits< Type >::typeName.
|
virtual |
Destructor.
Definition at line 91 of file solidAbsorption.C.
TypeName | ( | "solidAbsorption" | ) |
Runtime type information.
|
virtual |
absorptivity coefficient
Implements wallAbsorptionEmissionModel.
Definition at line 97 of file solidAbsorption.C.
References mappedPatchBase::distribute(), objectRegistry::lookupObject(), UPstream::msgType(), Time::New(), and radiation().
|
virtual |
Return absorptivity on face.
Implements wallAbsorptionEmissionModel.
Definition at line 139 of file solidAbsorption.C.
|
virtual |
Return emission coefficient.
Implements wallAbsorptionEmissionModel.
Definition at line 150 of file solidAbsorption.C.
References mappedPatchBase::distribute(), objectRegistry::lookupObject(), UPstream::msgType(), Time::New(), and radiation().
|
virtual |
Return emission coefficient.
Implements wallAbsorptionEmissionModel.
Definition at line 193 of file solidAbsorption.C.
References e.
|
inlinevirtual |
|
inlinevirtual |
Number of bands.
Implements wallAbsorptionEmissionModel.
Definition at line 205 of file solidAbsorption.C.
References objectRegistry::lookupObject(), and radiation().