reflectionModel Class Referenceabstract

Base class for radiation scattering. More...

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

Public Member Functions

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

Static Public Member Functions

static autoPtr< reflectionModelNew (const dictionary &dict, const fvMesh &mesh)
 

Protected Attributes

const fvMeshmesh_
 Reference to the fvMesh. More...
 

Detailed Description

Base class for radiation scattering.

Definition at line 53 of file reflectionModel.H.

Constructor & Destructor Documentation

◆ reflectionModel()

reflectionModel ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

◆ ~reflectionModel()

virtual ~reflectionModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "reflectionModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
reflectionModel  ,
dictionary  ,
(const dictionary &dict, const fvMesh &mesh ,
(dict, mesh  
)

◆ New()

static autoPtr< reflectionModel > New ( const dictionary dict,
const fvMesh mesh 
)
static

◆ R()

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

Return reflected direction.

Implemented in Fresnel, FresnelLaser, and noReflection.

◆ rho()

virtual scalar rho ( const scalar  incidentAngle) const
pure virtual

Return reflectivity from medium1 to medium2 and a incident angle.

Implemented in Fresnel, FresnelLaser, and noReflection.

Member Data Documentation

◆ mesh_

const fvMesh& mesh_
protected

Reference to the fvMesh.

Definition at line 61 of file reflectionModel.H.


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