diff --git a/src/TurbulenceModels/turbulenceModels/LES/eddyViscosity/LESeddyViscosity.H b/src/TurbulenceModels/turbulenceModels/LES/eddyViscosity/LESeddyViscosity.H index 3907de8e82..780aaea85c 100644 --- a/src/TurbulenceModels/turbulenceModels/LES/eddyViscosity/LESeddyViscosity.H +++ b/src/TurbulenceModels/turbulenceModels/LES/eddyViscosity/LESeddyViscosity.H @@ -71,11 +71,6 @@ protected: dimensionedScalar Ce_; - // Protected Member Functions - - virtual void correctNut() = 0; - - public: typedef typename BasicTurbulenceModel::alphaField alphaField; @@ -83,10 +78,6 @@ public: typedef typename BasicTurbulenceModel::transportModel transportModel; - //- Runtime type information - TypeName("LESeddyViscosity"); - - // Constructors //- Construct from components @@ -115,9 +106,6 @@ public: //- Return sub-grid disipation rate virtual tmp epsilon() const; - - //- Correct Eddy-Viscosity and related properties - virtual void correct() = 0; };