General Fresnel reflection model bewtween a dialectric and an absorbing medium. More...
#include <Fresnel.H>


Public Member Functions | |
| TypeName ("Fresnel") | |
| Runtime type information. | |
| Fresnel (const dictionary &dict, const fvMesh &mesh) | |
| Construct from components. | |
| virtual | ~Fresnel ()=default |
| Destructor. | |
| virtual vector | R (const vector &incident, const vector &n) const |
| Return reflected direction. | |
| virtual scalar | rho (const scalar incidentAngle) const |
| Return reflectivity from medium1 to medium2 and a incident angle. | |
| Public Member Functions inherited from reflectionModel | |
| 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. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from reflectionModel | |
| static autoPtr< reflectionModel > | New (const dictionary &dict, const fvMesh &mesh) |
| Protected Attributes inherited from reflectionModel | |
| const fvMesh & | mesh_ |
| Reference to the fvMesh. | |
General Fresnel reflection model bewtween a dialectric and an absorbing medium.
Radiative heat transfer. Micheal Modest. 3dr Edition. Chapter 2.5
| Fresnel | ( | const dictionary & | dict, |
| const fvMesh & | mesh ) |
|
virtualdefault |
Destructor.
| TypeName | ( | "Fresnel" | ) |
Runtime type information.
|
virtual |
Return reflectivity from medium1 to medium2 and a incident angle.
nk1 = (n1 - i k1) from medium 1.
Implements reflectionModel.