Base class for radiation scattering. More...


Public Member Functions | |
| TypeName ("reflectionModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, reflectionModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh)) | |
| reflectionModel (const dictionary &dict, const fvMesh &mesh) | |
| Construct from components. More... | |
| virtual | ~reflectionModel ()=default |
| Destructor. More... | |
| virtual vector | R (const vector &incident, const vector &n) const =0 |
| Return reflected direction. More... | |
| virtual scalar | rho (const scalar incidentAngle) const =0 |
| Return reflectivity from medium1 to medium2 and a incident angle. More... | |
Static Public Member Functions | |
| static autoPtr< reflectionModel > | New (const dictionary &dict, const fvMesh &mesh) |
Protected Attributes | |
| const fvMesh & | mesh_ |
| Reference to the fvMesh. More... | |
| reflectionModel | ( | const dictionary & | dict, |
| const fvMesh & | mesh | ||
| ) |
Construct from components.
|
virtualdefault |
Destructor.
| TypeName | ( | "reflectionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| reflectionModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const fvMesh &mesh) | , | ||
| (dict, mesh) | |||
| ) |
|
static |
Return reflected direction.
Implemented in Fresnel, FresnelLaser, and noReflection.
|
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.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.