38#ifndef transportModel_H
39#define transportModel_H
94 virtual bool read() = 0;
A class for managing temporary objects.
Base-class for all transport models used by the incompressible turbulence models.
virtual ~transportModel()
Destructor.
virtual tmp< volScalarField > nu() const =0
Return the laminar viscosity.
virtual tmp< scalarField > nu(const label patchi) const =0
Return the laminar viscosity for patch.
transportModel()
Construct from components.
virtual bool read()=0
Read transportProperties dictionary.
virtual void correct()=0
Correct the laminar viscosity.
TypeName("transportModel")
Runtime type information.
Forward declarations of the specialisations of Field<T> for scalar, vector and tensor.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.