diff --git a/src/TurbulenceModels/turbulenceModels/eddyViscosity/eddyViscosity.H b/src/TurbulenceModels/turbulenceModels/eddyViscosity/eddyViscosity.H index ec92c7ba1..e46543864 100644 --- a/src/TurbulenceModels/turbulenceModels/eddyViscosity/eddyViscosity.H +++ b/src/TurbulenceModels/turbulenceModels/eddyViscosity/eddyViscosity.H @@ -102,6 +102,13 @@ public: //- Re-read model coefficients if they have changed virtual bool read() = 0; + //- Return non-const access to the turbulence viscosity + // to allow modification by means other than derivation + volScalarField& evNut() + { + return nut_; + } + //- Return the turbulence viscosity virtual tmp nut() const {