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, const vectorField *incomingDirection=nullptr, const 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, const vectorField *incomingDirection=nullptr, const 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... | |
Public Member Functions inherited from wallAbsorptionEmissionModel | |
| 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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from wallAbsorptionEmissionModel | |
| static autoPtr< wallAbsorptionEmissionModel > | New (const dictionary &dict, const polyPatch &pp) |
Protected Attributes inherited from wallAbsorptionEmissionModel | |
| 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 62 of file solidAbsorption.H.
| solidAbsorption | ( | const dictionary & | dict, |
| const polyPatch & | pp | ||
| ) |
Construct from components.
Definition at line 64 of file solidAbsorption.C.
References Foam::abort(), FatalErrorInFunction, Foam::FatalIOError, and pp().

|
virtual |
Destructor.
Definition at line 84 of file solidAbsorption.C.
| TypeName | ( | "solidAbsorption" | ) |
Runtime type information.
|
virtual |
absorptivity coefficient
Implements wallAbsorptionEmissionModel.
Definition at line 91 of file solidAbsorption.C.
References mappedPatchBase::distribute(), UPstream::incrMsgType(), objectRegistry::lookupObject(), UPstream::msgType(), tmp< T >::New(), and radiation().

|
virtual |
Return absorptivity on face.
Implements wallAbsorptionEmissionModel.
Definition at line 131 of file solidAbsorption.C.
|
virtual |
Return emission coefficient.
Implements wallAbsorptionEmissionModel.
Definition at line 142 of file solidAbsorption.C.
References mappedPatchBase::distribute(), UPstream::incrMsgType(), objectRegistry::lookupObject(), UPstream::msgType(), tmp< T >::New(), and radiation().

|
virtual |
Return emission coefficient.
Implements wallAbsorptionEmissionModel.
Definition at line 183 of file solidAbsorption.C.
References Foam::constant::electromagnetic::e.
|
inlinevirtual |
|
inlinevirtual |
Number of bands.
Implements wallAbsorptionEmissionModel.
Definition at line 194 of file solidAbsorption.C.
References objectRegistry::lookupObject(), and radiation().
