92 template<
class BasicMomentumTransportModel>
135 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
136 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
148 const alphaField&
alpha,
BasicMomentumTransportModel::alphaField alphaField
tmp< volSymmTensorField > DREff() const
Return the effective diffusivity for R.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
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))
wordList types() const
Return a list of the patch field types.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
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.
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.
SSG(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Construct from components.
virtual bool read()
Read model coefficients if they have changed.
Abstract base class for all fluid physical properties.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
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.