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