40#ifndef singlePhaseTransportModel_H
41#define singlePhaseTransportModel_H
58class singlePhaseTransportModel
71 singlePhaseTransportModel(
const singlePhaseTransportModel&) =
delete;
74 void operator=(
const singlePhaseTransportModel&) =
delete;
80 TypeName(
"singlePhaseTransportModel");
86 singlePhaseTransportModel
IOdictionary(const IOobject &io, const dictionary *fallback=nullptr)
Construct given an IOobject and optional fallback dictionary content.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual ~singlePhaseTransportModel()
Destructor.
TypeName("singlePhaseTransportModel")
Runtime type information.
virtual void correct()
Correct the laminar viscosity.
virtual tmp< volScalarField > nu() const
Return the laminar viscosity.
virtual bool read()
Read transportProperties dictionary.
A class for managing temporary objects.
An abstract base class for incompressible viscosityModels.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.