Skip to content
Snippets Groups Projects
Commit 59b98852 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[stokes] remove deprecated functions from flux variables

Reviewed by Thomas.



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13578 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 33be2327
No related branches found
No related tags found
No related merge requests found
...@@ -229,14 +229,6 @@ public: ...@@ -229,14 +229,6 @@ public:
const DimMatrix &velocityGrad() const const DimMatrix &velocityGrad() const
{ return velocityGrad_; } { 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 * \brief Return the dynamic eddy viscosity
* \f$\mathrm{[Pa \cdot s]} = \mathrm{[N \cdot s/m^2]}\f$ (if implemented). * \f$\mathrm{[Pa \cdot s]} = \mathrm{[N \cdot s/m^2]}\f$ (if implemented).
......
...@@ -95,13 +95,6 @@ public: ...@@ -95,13 +95,6 @@ public:
const DimVector &temperatureGrad() const const DimVector &temperatureGrad() const
{ return temperatureGrad_; } { 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). * \brief Return the thermal eddy conductivity \f$\mathrm{[W/(m*K)]}\f$ (if implemented).
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment