92 template<
class BasicMomentumTransportModel>
135 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
136 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
137 typedef typename BasicMomentumTransportModel::transportModel
transportModel;
149 const alphaField&
alpha,
154 const transportModel& transport,
BasicMomentumTransportModel::alphaField alphaField
tmp< volSymmTensorField > DREff() const
Return the effective diffusivity for R.
TypeName("SSG")
Runtime type information.
tmp< volSymmTensorField > DepsilonEff() const
Return the effective diffusivity for epsilon.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
Speziale, Sarkar and Gatski Reynolds-stress turbulence model for incompressible and compressible flow...
virtual void correct()
Solve the turbulence equations and correct eddy-Viscosity and.
SSG(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &type=typeName)
Construct from components.
void operator=(const SSG &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
A class for handling words, derived from string.
BasicMomentumTransportModel::transportModel transportModel
virtual bool read()
Read model coefficients if they have changed.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
BasicMomentumTransportModel::rhoField rhoField
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
A class for managing temporary objects.
virtual tmp< fvScalarMatrix > epsilonSource() const
Source term for the epsilon equation.
virtual void correctNut()
Update the eddy-viscosity.
virtual ~SSG()
Destructor.
Reynolds-stress turbulence model base class.