Loading...
Searching...
No Matches
reflectionModel Class Referenceabstract

Base class for radiation scattering. More...

#include <reflectionModel.H>

Inheritance diagram for reflectionModel:
Collaboration diagram for reflectionModel:

Public Member Functions

 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.
virtual vector R (const vector &incident, const vector &n) const =0
 Return reflected direction.
virtual scalar rho (const scalar incidentAngle) const =0
 Return reflectivity from medium1 to medium2 and a incident angle.

Static Public Member Functions

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

Protected Attributes

const fvMeshmesh_
 Reference to the fvMesh.

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 )

Construct from components.

References dict, and mesh.

Referenced by declareRunTimeSelectionTable().

Here is the caller graph for this function:

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

References dict, mesh, and reflectionModel().

Here is the call graph for this function:

◆ New()

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

References dict, and mesh.

◆ R()

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

Return reflected direction.

Implemented in Fresnel, FresnelLaser, and noReflection.

References n.

◆ 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 57 of file reflectionModel.H.


The documentation for this class was generated from the following file:
  • applications/solvers/multiphase/icoReactingMultiphaseInterFoam/laserDTRM/reflectionModel/reflectionModel/reflectionModel.H