Base class for radiation scattering. More...
#include <reflectionModel.H>


Public Member Functions | |
| TypeName ("reflectionModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, reflectionModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh)) | |
| reflectionModel (const dictionary &dict, const fvMesh &mesh) | |
| Construct from components. | |
| virtual | ~reflectionModel ()=default |
| Destructor. | |
| virtual vector | R (const vector &incident, const vector &n) const =0 |
| Return reflected direction. | |
| virtual scalar | rho (const scalar incidentAngle) const =0 |
| Return reflectivity from medium1 to medium2 and a incident angle. | |
Static Public Member Functions | |
| static autoPtr< reflectionModel > | New (const dictionary &dict, const fvMesh &mesh) |
Protected Attributes | |
| const fvMesh & | mesh_ |
| Reference to the fvMesh. | |
| reflectionModel | ( | const dictionary & | dict, |
| const fvMesh & | mesh ) |
Construct from components.
Referenced by declareRunTimeSelectionTable().

|
virtualdefault |
Destructor.
| TypeName | ( | "reflectionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| reflectionModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const fvMesh &mesh) | , | ||
| (dict, mesh) | ) |
|
static |
|
pure virtual |
Return reflectivity from medium1 to medium2 and a incident angle.
Implemented in Fresnel, FresnelLaser, and noReflection.
|
protected |
Reference to the fvMesh.
Definition at line 57 of file reflectionModel.H.