30 template<
class TransportModel>
35 const geometricOneField& alpha,
36 const geometricOneField& rho,
40 const TransportModel& transport
47 incompressibleMomentumTransportModel,
63 template<
class TransportModel>
69 const TransportModel& transport
79 incompressibleMomentumTransportModel,
96 template<
class TransportModel>
104 template<
class TransportModel>
115 template<
class TransportModel>
126 template<
class TransportModel>
136 return divDevSigma(U);
140 template<
class TransportModel>
151 return divDevSigma(U);
virtual tmp< fvVectorMatrix > divDevTau(volVectorField &U) const
Return the source term for the momentum equation.
static autoPtr< IncompressibleMomentumTransportModel > New(const volVectorField &U, const surfaceScalarField &phi, const TransportModel &transportModel)
Return a reference to the selected turbulence model.
virtual tmp< fvVectorMatrix > divDevSigma(volVectorField &U) const
Return the source term for the momentum equation.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
virtual tmp< volSymmTensorField > devTau() const
Return the effective stress tensor.
autoPtr< BasicCompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleMomentumTransportModel::transportModel &transport)
A class for handling words, derived from string.
IncompressibleMomentumTransportModel(const word &type, const geometricOneField &alpha, const geometricOneField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const TransportModel &transport)
Construct.
Templated abstract base class for single-phase incompressible turbulence models.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
Templated abstract base class for turbulence models.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
virtual tmp< volSymmTensorField > devSigma() const
Return the effective stress tensor.