FresnelLaser Class Reference

Modified Fresnel reflection model. More...

Inheritance diagram for FresnelLaser:
[legend]
Collaboration diagram for FresnelLaser:
[legend]

Public Member Functions

 TypeName ("FresnelLaser")
 Runtime type information. More...
 
 FresnelLaser (const dictionary &dict, const fvMesh &mesh)
 Construct from components. More...
 
virtual ~FresnelLaser ()=default
 Destructor. More...
 
virtual vector R (const vector &incident, const vector &n) const
 Return reflected direction. More...
 
virtual scalar rho (const scalar incidentAngle) const
 Return reflectivity from medium1 to medium2 and a incident angle. More...
 
- Public Member Functions inherited from reflectionModel
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from reflectionModel
static autoPtr< reflectionModelNew (const dictionary &dict, const fvMesh &mesh)
 
- Protected Attributes inherited from reflectionModel
const fvMeshmesh_
 Reference to the fvMesh. More...
 

Detailed Description

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
Source files

Definition at line 58 of file FresnelLaser.H.

Constructor & Destructor Documentation

◆ FresnelLaser()

FresnelLaser ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

◆ ~FresnelLaser()

virtual ~FresnelLaser ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "FresnelLaser"  )

Runtime type information.

◆ R()

virtual vector R ( const vector incident,
const vector n 
) const
virtual

Return reflected direction.

Implements reflectionModel.

◆ rho()

virtual scalar rho ( const scalar  incidentAngle) const
virtual

Return reflectivity from medium1 to medium2 and a incident angle.

nk1 = (n1 - i k1) from medium 1.

Implements reflectionModel.


The documentation for this class was generated from the following file: