Go to the documentation of this file.
34 #ifndef wallTransmissivityModel_H
35 #define wallTransmissivityModel_H
108 const label bandI = 0,
117 const label bandI = 0,
123 virtual bool isGrey()
const = 0;
126 virtual label
nBands()
const = 0;
A class for managing temporary objects.
static constexpr const zero Zero
wallTransmissivityModel(const dictionary &dict, const polyPatch &pp)
Base class for wall transmissivity models.
Generic templated field type.
virtual tmp< scalarField > t(const label bandI=0, vectorField *incomingDirection=nullptr, scalarField *T=nullptr) const =0
A patch is a list of labels that address the faces in the global face list.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
static autoPtr< wallTransmissivityModel > New(const dictionary &dict, const polyPatch &pp)
virtual bool isGrey() const =0
TypeName("wallTransmissivityModel")
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
virtual label nBands() const =0
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual ~wallTransmissivityModel()=default
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
declareRunTimeSelectionTable(autoPtr, wallTransmissivityModel, dictionary,(const dictionary &dict, const polyPatch &pp),(dict, pp))