Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
reflectionModel Class Referenceabstract

Base class for radiation scattering. More...

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

Public Member Functions

 TypeName ("reflectionModel")
 
 declareRunTimeSelectionTable (autoPtr, reflectionModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh))
 
 reflectionModel (const dictionary &dict, const fvMesh &mesh)
 
virtual ~reflectionModel ()=default
 
virtual vector R (const vector &incident, const vector &n) const =0
 
virtual scalar rho (const scalar incidentAngle) const =0
 

Static Public Member Functions

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

Protected Attributes

const fvMeshmesh_
 

Detailed Description

Base class for radiation scattering.

Definition at line 47 of file reflectionModel.H.

Constructor & Destructor Documentation

◆ reflectionModel()

reflectionModel ( const dictionary dict,
const fvMesh mesh 
)

◆ ~reflectionModel()

virtual ~reflectionModel ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "reflectionModel"  )

◆ 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

Implemented in Fresnel, FresnelLaser, and noReflection.

◆ rho()

virtual scalar rho ( const scalar  incidentAngle) const
pure virtual

Implemented in Fresnel, FresnelLaser, and noReflection.

Member Data Documentation

◆ mesh_

const fvMesh& mesh_
protected

Definition at line 55 of file reflectionModel.H.


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