77template<
class BasicTurbulenceModel>
80 public LESeddyViscosity<BasicTurbulenceModel>
111 typedef typename BasicTurbulenceModel::alphaField
alphaField;
112 typedef typename BasicTurbulenceModel::rhoField
rhoField;
113 typedef typename BasicTurbulenceModel::transportModel
transportModel;
137 virtual ~kEqn() =
default;
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
kEqn(const kEqn &)=delete
No copy construct.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
virtual ~kEqn()=default
Destructor.
virtual void correct()
Correct eddy-Viscosity and related properties.
kEqn(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
Constructor from components.
void operator=(const kEqn &)=delete
No copy assignment.
virtual void correctNut()
virtual tmp< fvScalarMatrix > kSource() const
TypeName("kEqn")
Runtime type information.
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
virtual bool read()
Read model coefficients if they have changed.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
A class for managing temporary objects.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from Foam::string.
Namespace for LES SGS models.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.