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