Base class for radiation scattering. More...
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< reflectionModel > | New (const dictionary &dict, const fvMesh &mesh) |
Protected Attributes | |
const fvMesh & | mesh_ |
reflectionModel | ( | const dictionary & | dict, |
const fvMesh & | mesh | ||
) |
|
virtualdefault |
TypeName | ( | "reflectionModel" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
reflectionModel | , | ||
dictionary | , | ||
(const dictionary &dict, const fvMesh &mesh) | , | ||
(dict, mesh) | |||
) |
|
static |
Implemented in Fresnel, FresnelLaser, and noReflection.
|
pure virtual |
Implemented in Fresnel, FresnelLaser, and noReflection.
|
protected |
Definition at line 55 of file reflectionModel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.