Go to the documentation of this file.
34 #ifndef radiation_reflectionModel_H
35 #define radiation_reflectionModel_H
110 virtual scalar
rho(
const scalar incidentAngle)
const = 0;
virtual scalar rho(const scalar incidentAngle) const =0
virtual ~reflectionModel()=default
virtual vector R(const vector &incident, const vector &n) const =0
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
TypeName("reflectionModel")
Mesh data needed to do the Finite Volume discretisation.
declareRunTimeSelectionTable(autoPtr, reflectionModel, dictionary,(const dictionary &dict, const fvMesh &mesh),(dict, mesh))
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
static autoPtr< reflectionModel > New(const dictionary &dict, const fvMesh &mesh)
Base class for radiation scattering.
reflectionModel(const dictionary &dict, const fvMesh &mesh)