diff --git a/dumux/freeflow/stokes/stokesfluxvariables.hh b/dumux/freeflow/stokes/stokesfluxvariables.hh index ba5925fb84dd16f61b1f3dd8d3847f23ff23653c..145c1009f4fd2b7eea53271b04ac8e2469b891d3 100644 --- a/dumux/freeflow/stokes/stokesfluxvariables.hh +++ b/dumux/freeflow/stokes/stokesfluxvariables.hh @@ -229,14 +229,6 @@ public: const DimMatrix &velocityGrad() const { return velocityGrad_; } - /*! - * \brief Return the dynamic eddy viscosity - * \f$\mathrm{[Pa \cdot s]} = \mathrm{[N \cdot s/m^2]}\f$ (if implemented). - */ - DUNE_DEPRECATED_MSG("Function eddyViscosity() is deprecated, use dynamicEddyViscosity() instead.") - const Scalar eddyViscosity() const - { return dynamicEddyViscosity(); } - /*! * \brief Return the dynamic eddy viscosity * \f$\mathrm{[Pa \cdot s]} = \mathrm{[N \cdot s/m^2]}\f$ (if implemented). diff --git a/dumux/freeflow/stokesncni/stokesncnifluxvariables.hh b/dumux/freeflow/stokesncni/stokesncnifluxvariables.hh index 8477e9261807e8dca8798f0d25524a2bd9817db0..5a5a8da5f989ff0612f9f1c21442249bd409a4f3 100644 --- a/dumux/freeflow/stokesncni/stokesncnifluxvariables.hh +++ b/dumux/freeflow/stokesncni/stokesncnifluxvariables.hh @@ -95,13 +95,6 @@ public: const DimVector &temperatureGrad() const { return temperatureGrad_; } - /*! - * \brief Return the eddy conductivity (if implemented) \f$\mathrm{[W/(m*K)]}\f$. - */ - DUNE_DEPRECATED_MSG("Function eddyConductivity() is deprecated, use thermalEddyConductivity() instead.") - const Scalar eddyConductivity() const - { return thermalEddyConductivity(); } - /*! * \brief Return the thermal eddy conductivity \f$\mathrm{[W/(m*K)]}\f$ (if implemented). */