79template<
class BasicTurbulenceModel>
82 public LESeddyViscosity<BasicTurbulenceModel>
87 dynamicKEqn(
const dynamicKEqn&) =
delete;
90 void operator=(
const dynamicKEqn&) =
delete;
141 typedef typename BasicTurbulenceModel::alphaField
alphaField;
142 typedef typename BasicTurbulenceModel::rhoField
rhoField;
143 typedef typename BasicTurbulenceModel::transportModel
transportModel;
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::alphaField alphaField
volScalarField Ce() const
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::rhoField rhoField
volScalarField Ck(const volSymmTensorField &D, const volScalarField &KK) const
Calculate Ck by filtering the velocity field U.
virtual void correct()
Correct Eddy-Viscosity and related properties.
simpleFilter simpleFilter_
void correctNut(const volSymmTensorField &D, const volScalarField &KK)
Update sub-grid eddy-viscosity.
TypeName("dynamicKEqn")
Runtime type information.
virtual ~dynamicKEqn()=default
Destructor.
virtual void correctNut()
virtual tmp< fvScalarMatrix > kSource() const
Foam::EddyDiffusivity< Foam::fluidThermoCompressibleTurbulenceModel >::transportModel transportModel
dynamicKEqn(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)
Construct from components.
volScalarField Ce(const volSymmTensorField &D, const volScalarField &KK) const
Calculate Ce by filtering the velocity field U.
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
autoPtr< LESfilter > filterPtr_
virtual bool read()
Read model coefficients if they have changed.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
Abstract class for LES filters.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Simple top-hat filter used in dynamic LES models.
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")
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
const dimensionedScalar & D
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.