Radiation boundary model for opaque reflective walls. It requires to specify a wallAbsorptionEmissionModel and the reflected fraction in boundaryRadiationProperties file fd is the diffusive reflected fraction. 0 all the incoming flux is specularly reflected and 1 all is diffusive reflected. fd is used in the calculation of the specular reflection (rSpec) and the diffusive reflection (rDiff). Absorptivity and emissivity are independent of fd. More...
#include <opaqueReflective.H>


Public Member Functions | |
| TypeName ("opaqueReflective") | |
| Runtime type information. | |
| opaqueReflective (const dictionary &dict, const polyPatch &pp) | |
| Construct from components. | |
| virtual | ~opaqueReflective ()=default |
| Destructor. | |
| virtual tmp< scalarField > | e (const label bandI, const vectorField *incomingDirection, const scalarField *T) const |
| Return emissivity. | |
| virtual scalar | e (const label faceI, const label bandI, const vector &dir, const scalar T) const |
| Return emissivity on face. | |
| virtual tmp< scalarField > | a (const label bandI, const vectorField *incomingDirection, const scalarField *T) const |
| Return absorptivity on patch. | |
| virtual scalar | a (const label faceI, const label bandI, const vector &dir, const scalar T) const |
| Return absorptivity on face. | |
| virtual tmp< scalarField > | t (const label bandI, const vectorField *incomingDirection, const scalarField *T) const |
| Return transmissivity on patch. | |
| virtual scalar | t (const label faceI, const label bandI, const vector &dir, const scalar T) const |
| Return transmissivity on face. | |
| virtual tmp< scalarField > | rSpec (const label bandI, const vectorField *incomingDirection, const scalarField *T) const |
| Return specular reflectivity on patch. | |
| virtual scalar | rSpec (const label faceI, const label bandI, const vector &dir, const scalar T) const |
| Return specular reflectivity on face. | |
| virtual tmp< scalarField > | rDiff (const label bandI, const vectorField *incomingDirection, const scalarField *T) const |
| Return diffusive reflectivity on patch. | |
| virtual scalar | rDiff (const label faceI, const label bandI, const vector &dir, const scalar T) const |
| Return diffusive reflectivity on face. | |
| virtual bool | isGrey () const |
| Is Grey. | |
| virtual label | nBands () const |
| Number of bands. | |
| Public Member Functions inherited from boundaryRadiationPropertiesPatch | |
| TypeName ("boundaryRadiationPropertiesPatch") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, boundaryRadiationPropertiesPatch, dictionary,(const dictionary &dict, const polyPatch &pp),(dict, pp)) | |
| boundaryRadiationPropertiesPatch (const dictionary &, const polyPatch &) | |
| Construct from patch, internal field and dictionary. | |
| virtual | ~boundaryRadiationPropertiesPatch ()=default |
| Destructor. | |
| const wallAbsorptionEmissionModel & | absorptionEmission () const |
| Return absorptionEmissionModel. | |
| const wallTransmissivityModel & | transmissiveModel () const |
| Return transmissivityModel. | |
| virtual void | write (Ostream &) const |
| Write. | |
Protected Attributes | |
| const polyPatch & | pp_ |
| Reference to the polyPatch. | |
| const scalar | fd_ |
| Diffuse fraction. | |
| Protected Attributes inherited from boundaryRadiationPropertiesPatch | |
| autoPtr< wallAbsorptionEmissionModel > | absorptionEmission_ |
| Absorption/emission model. | |
| autoPtr< wallTransmissivityModel > | transmissivity_ |
| Transmissivity model. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from boundaryRadiationPropertiesPatch | |
| static autoPtr< boundaryRadiationPropertiesPatch > | New (const dictionary &dict, const polyPatch &pp) |
| Selector. | |
Radiation boundary model for opaque reflective walls. It requires to specify a wallAbsorptionEmissionModel and the reflected fraction in boundaryRadiationProperties file fd is the diffusive reflected fraction. 0 all the incoming flux is specularly reflected and 1 all is diffusive reflected. fd is used in the calculation of the specular reflection (rSpec) and the diffusive reflection (rDiff). Absorptivity and emissivity are independent of fd.
type opaqueReflective;
fd 0.0;
wallAbsorptionEmissionModel
{
type multiBandAbsorption;
absorptivity (0.3 0.7);
emissivity (0.3 0.7);
};
Definition at line 66 of file opaqueReflective.H.
| opaqueReflective | ( | const dictionary & | dict, |
| const polyPatch & | pp ) |
Construct from components.
Definition at line 43 of file opaqueReflective.C.
References boundaryRadiationPropertiesPatch::absorptionEmission_, boundaryRadiationPropertiesPatch::boundaryRadiationPropertiesPatch(), dict, fd_, wallAbsorptionEmissionModel::New(), pp(), and pp_.

|
virtualdefault |
| TypeName | ( | "opaqueReflective" | ) |
|
virtual |
Return emissivity.
Implements boundaryRadiationPropertiesPatch.
Definition at line 65 of file opaqueReflective.C.
References boundaryRadiationPropertiesPatch::absorptionEmission_, and Foam::T().

|
virtual |
Return emissivity on face.
Implements boundaryRadiationPropertiesPatch.
Definition at line 76 of file opaqueReflective.C.
References boundaryRadiationPropertiesPatch::absorptionEmission_, and Foam::T().

|
virtual |
Return absorptivity on patch.
Implements boundaryRadiationPropertiesPatch.
Definition at line 88 of file opaqueReflective.C.
References boundaryRadiationPropertiesPatch::absorptionEmission_, and Foam::T().
Referenced by rDiff(), rDiff(), rSpec(), and rSpec().


|
virtual |
Return absorptivity on face.
Implements boundaryRadiationPropertiesPatch.
Definition at line 99 of file opaqueReflective.C.
References boundaryRadiationPropertiesPatch::absorptionEmission_, and Foam::T().

|
virtual |
Return transmissivity on patch.
Implements boundaryRadiationPropertiesPatch.
Definition at line 111 of file opaqueReflective.C.
References tmp< T >::New(), pp_, Foam::T(), and Foam::Zero.

|
virtual |
Return transmissivity on face.
Implements boundaryRadiationPropertiesPatch.
Definition at line 122 of file opaqueReflective.C.
References Foam::T(), and Foam::Zero.

|
virtual |
Return specular reflectivity on patch.
Implements boundaryRadiationPropertiesPatch.
Definition at line 134 of file opaqueReflective.C.
References a(), fd_, and Foam::T().

|
virtual |
Return specular reflectivity on face.
Implements boundaryRadiationPropertiesPatch.
Definition at line 145 of file opaqueReflective.C.
References a(), fd_, and Foam::T().

|
virtual |
Return diffusive reflectivity on patch.
Implements boundaryRadiationPropertiesPatch.
Definition at line 157 of file opaqueReflective.C.
References a(), fd_, and Foam::T().

|
virtual |
Return diffusive reflectivity on face.
Implements boundaryRadiationPropertiesPatch.
Definition at line 168 of file opaqueReflective.C.
References a(), fd_, and Foam::T().

|
virtual |
Is Grey.
Implements boundaryRadiationPropertiesPatch.
Definition at line 180 of file opaqueReflective.C.
References boundaryRadiationPropertiesPatch::absorptionEmission_.
|
virtual |
Number of bands.
Implements boundaryRadiationPropertiesPatch.
Definition at line 186 of file opaqueReflective.C.
References boundaryRadiationPropertiesPatch::absorptionEmission_.
|
protected |
Reference to the polyPatch.
Definition at line 78 of file opaqueReflective.H.
Referenced by opaqueReflective(), and t().
|
protected |
Diffuse fraction.
Definition at line 83 of file opaqueReflective.H.
Referenced by opaqueReflective(), rDiff(), rDiff(), rSpec(), and rSpec().