40#ifndef radiation_Fresnel_H
41#define radiation_Fresnel_H
91 virtual scalar
rho(
const scalar incidentAngle)
const;
#define R(A, B, C, D, E, F, K, M)
An ordered pair of two objects of type <T> with first() and second() elements.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
virtual ~Fresnel()=default
Destructor.
Fresnel(const dictionary &dict, const fvMesh &mesh)
Construct from components.
virtual scalar rho(const scalar incidentAngle) const
Return reflectivity from medium1 to medium2 and a incident angle.
virtual vector R(const vector &incident, const vector &n) const
Return reflected direction.
TypeName("Fresnel")
Runtime type information.
reflectionModel(const dictionary &dict, const fvMesh &mesh)
Construct from components.
Namespace for radiation modelling.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.