36 #ifndef transportModel_H 37 #define transportModel_H 86 virtual bool read() = 0;
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
transportModel()
Construct from components.
void operator=(const transportModel &)=delete
Disallow default bitwise assignment.
Forward declarations of the specialisations of Field<T> for scalar, vector and tensor.
virtual void correct()=0
Correct the laminar viscosity.
TypeName("transportModel")
Runtime type information.
virtual ~transportModel()
Destructor.
virtual tmp< volScalarField > nu() const =0
Return the laminar viscosity.
Base-class for all transport models used by the incompressible turbulence models. ...
virtual bool read()=0
Read transportProperties dictionary.
A class for managing temporary objects.