Loading...
Searching...
No Matches
FresnelLaser Class Reference

Modified Fresnel reflection model. More...

#include <FresnelLaser.H>

Inheritance diagram for FresnelLaser:
Collaboration diagram for FresnelLaser:

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< reflectionModelNew (const dictionary &dict, const fvMesh &mesh)
Protected Attributes inherited from reflectionModel
const fvMeshmesh_
 Reference to the fvMesh.

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 54 of file FresnelLaser.H.

Constructor & Destructor Documentation

◆ FresnelLaser()

FresnelLaser ( const dictionary & dict,
const fvMesh & mesh )

Construct from components.

References dict, and mesh.

◆ ~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.

References n.

◆ 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:
  • applications/solvers/multiphase/icoReactingMultiphaseInterFoam/laserDTRM/reflectionModel/FresnelLaser/FresnelLaser.H