Public Member Functions | List of all members
Fresnel Class Reference

General Fresnel reflection model bewtween a dialectric and an absorbing medium. More...

Inheritance diagram for Fresnel:
Inheritance graph
[legend]
Collaboration diagram for Fresnel:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("Fresnel")
 
 Fresnel (const dictionary &dict, const fvMesh &mesh)
 
virtual ~Fresnel ()=default
 
virtual vector R (const vector &incident, const vector &n) const
 
virtual scalar rho (const scalar incidentAngle) const
 
- Public Member Functions inherited from reflectionModel
 TypeName ("reflectionModel")
 
 declareRunTimeSelectionTable (autoPtr, reflectionModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh))
 
 reflectionModel (const dictionary &dict, const fvMesh &mesh)
 
virtual ~reflectionModel ()=default
 

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_
 

Detailed Description

General Fresnel reflection model bewtween a dialectric and an absorbing medium.

Radiative heat transfer. Micheal Modest. 3dr Edition. Chapter 2.5

Source files

Definition at line 51 of file Fresnel.H.

Constructor & Destructor Documentation

◆ Fresnel()

Fresnel ( const dictionary dict,
const fvMesh mesh 
)

◆ ~Fresnel()

virtual ~Fresnel ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "Fresnel"  )

◆ R()

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

Implements reflectionModel.

◆ rho()

virtual scalar rho ( const scalar  incidentAngle) const
virtual

Implements reflectionModel.


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