37 namespace laminarModels
42 template<
class BasicMomentumTransportModel>
68 template<
class BasicMomentumTransportModel>
75 template<
class BasicMomentumTransportModel>
82 template<
class BasicMomentumTransportModel>
93 template<
class BasicMomentumTransportModel>
99 return this->nu(patchi);
103 template<
class BasicMomentumTransportModel>
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual tmp< volScalarField > nuEff() const
Return the effective viscosity, i.e. the Stokes viscosity.
A list of keyword definitions, which are a keyword followed by any number of values (e...
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
virtual bool read()
Read momentumTransport dictionary.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
Calculate the matrix for the laplacian of the field.
Linear viscous stress turbulence model base class.
virtual const dictionary & coeffDict() const
Const access to the coefficients dictionary.
BasicMomentumTransportModel::rhoField rhoField
BasicMomentumTransportModel::alphaField alphaField
BasicMomentumTransportModel::transportModel transportModel
Stokes(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport)
Construct from components.
Calculate the gradient of the given field.
static word groupName(Name name, const word &group)
static const dictionary null
Null dictionary.
Calculate the divergence of the given field.
virtual void correct()
Correct the laminar transport.
virtual void correct()
Correct the Stokes viscosity.
A class for managing temporary objects.