45 namespace laminarModels
52 template<
class BasicMomentumTransportModel>
60 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
61 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
62 typedef typename BasicMomentumTransportModel::transportModel
transportModel;
74 const alphaField&
alpha,
79 const transportModel& transport
88 const alphaField&
alpha,
93 const transportModel& transport
virtual tmp< volSymmTensorField > sigma() const
Return the stress tensor [m^2/s^2], i.e. 0 for Stokes flow.
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...
virtual bool read()
Read momentumTransport dictionary.
Linear viscous stress turbulence model base class.
virtual const dictionary & coeffDict() const
Const access to the coefficients dictionary.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate,.
BasicMomentumTransportModel::rhoField rhoField
Stokes(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport)
Construct from components.
TypeName("Stokes")
Runtime type information.
BasicMomentumTransportModel::transportModel transportModel
virtual ~Stokes()
Destructor.
BasicMomentumTransportModel::alphaField alphaField
static autoPtr< Stokes > New(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport)
Return a reference to the selected turbulence model.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy, i.e. 0 for Stokes flow.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Turbulence model for Stokes flow.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
virtual void correct()
Correct the Stokes viscosity.
A class for managing temporary objects.
virtual tmp< volScalarField > nut() const
Return the turbulence viscosity, i.e. 0 for Stokes flow.