Modified Fresnel reflection model. More...
#include <FresnelLaser.H>


Public Member Functions | |
| TypeName ("FresnelLaser") | |
| Runtime type information. | |
| FresnelLaser (const dictionary &dict, const fvMesh &mesh) | |
| Construct from components. | |
| virtual | ~FresnelLaser ()=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. | |
Modified Fresnel reflection model.
Implementation of real-time multiple reflection and Fresnel absorption of FresnelLaser beam in keyhole. J. Phys. D: Appl. Phys. 39 (2006) 5372-5378
Definition at line 54 of file FresnelLaser.H.
| FresnelLaser | ( | const dictionary & | dict, |
| const fvMesh & | mesh ) |
|
virtualdefault |
Destructor.
| TypeName | ( | "FresnelLaser" | ) |
Runtime type information.
|
virtual |
Return reflectivity from medium1 to medium2 and a incident angle.
nk1 = (n1 - i k1) from medium 1.
Implements reflectionModel.