noReflection Class Reference

Dummy scatter model for 'none'. More...

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

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noReflection (const dictionary &dict, const fvMesh &mesh)
 Construct from components. More...
 
virtual ~noReflection ()=default
 Destructor. More...
 
virtual scalar rho (const scalar incidentAngle) const
 Return reflectivity from medium1 to medium2 and a incident angle. More...
 
virtual vector R (const vector &incident, const vector &n) const
 Return reflected direction. More...
 
- Public Member Functions inherited from reflectionModel
 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...
 

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

Detailed Description

Dummy scatter model for 'none'.

Source files

Definition at line 52 of file noReflection.H.

Constructor & Destructor Documentation

◆ noReflection()

noReflection ( const dictionary dict,
const fvMesh mesh 
)

Construct from components.

◆ ~noReflection()

virtual ~noReflection ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ rho()

virtual scalar rho ( const scalar  incidentAngle) const
virtual

Return reflectivity from medium1 to medium2 and a incident angle.

Implements reflectionModel.

◆ R()

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

Return reflected direction.

Implements reflectionModel.


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