Skip to content
Snippets Groups Projects
Commit c66b17b2 authored by Timo Koch's avatar Timo Koch
Browse files

[cleanup] Remove deprecated thermalcond law interfaces

parent 3613bf99
No related branches found
No related tags found
1 merge request!1879Cleanup/remove deprecated
...@@ -36,20 +36,6 @@ template<class Scalar> ...@@ -36,20 +36,6 @@ template<class Scalar>
class ThermalConductivityAverage class ThermalConductivityAverage
{ {
public: public:
/*!
* \brief effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$
*/
template<class VolumeVariables, class SpatialParams, class Element, class FVGeometry>
[[deprecated("Signature deprecated. Use signature with volume variables only!")]]
static Scalar effectiveThermalConductivity(const VolumeVariables& volVars,
const SpatialParams& spatialParams,
const Element& element,
const FVGeometry& fvGeometry,
const typename FVGeometry::SubControlVolume& scv)
{
return effectiveThermalConductivity(volVars);
}
/*! /*!
* \brief Relation for a simple effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$ * \brief Relation for a simple effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$
* *
......
...@@ -65,20 +65,6 @@ template<class Scalar, class Indices = JohansenIndices> ...@@ -65,20 +65,6 @@ template<class Scalar, class Indices = JohansenIndices>
class ThermalConductivityJohansen class ThermalConductivityJohansen
{ {
public: public:
/*!
* \brief effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$ after Johansen (1975) \cite johansen1977 <BR>
*/
template<class VolumeVariables, class SpatialParams, class Element, class FVGeometry>
[[deprecated("Signature deprecated. Use signature with volume variables only!")]]
static Scalar effectiveThermalConductivity(const VolumeVariables& volVars,
const SpatialParams& spatialParams,
const Element& element,
const FVGeometry& fvGeometry,
const typename FVGeometry::SubControlVolume& scv)
{
return effectiveThermalConductivity(volVars);
}
/*! /*!
* \brief Returns the effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$ after Johansen (1975) \cite johansen1977 . * \brief Returns the effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$ after Johansen (1975) \cite johansen1977 .
* *
......
...@@ -39,20 +39,6 @@ class ThermalConductivitySimpleFluidLumping ...@@ -39,20 +39,6 @@ class ThermalConductivitySimpleFluidLumping
{ {
public: public:
/*!
* \brief effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$
*/
template<class VolumeVariables, class SpatialParams, class Element, class FVGeometry>
[[deprecated("Signature deprecated. Use signature with volume variables only!")]]
static Scalar effectiveThermalConductivity(const VolumeVariables& volVars,
const SpatialParams& spatialParams,
const Element& element,
const FVGeometry& fvGeometry,
const typename FVGeometry::SubControlVolume& scv)
{
return effectiveThermalConductivity(volVars);
}
/*! /*!
* \brief Effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$ * \brief Effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$
* *
......
...@@ -59,20 +59,6 @@ template<class Scalar> ...@@ -59,20 +59,6 @@ template<class Scalar>
class ThermalConductivitySomerton class ThermalConductivitySomerton
{ {
public: public:
/*!
* \brief effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$ after Somerton (1974) \cite somerton1974 <BR>
*/
template<class VolumeVariables, class SpatialParams, class Element, class FVGeometry>
[[deprecated("Signature deprecated. Use signature with volume variables only!")]]
static Scalar effectiveThermalConductivity(const VolumeVariables& volVars,
const SpatialParams& spatialParams,
const Element& element,
const FVGeometry& fvGeometry,
const typename FVGeometry::SubControlVolume& scv)
{
return effectiveThermalConductivity(volVars);
}
/*! /*!
* \brief effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$ after Somerton (1974) \cite somerton1974 <BR> * \brief effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$ after Somerton (1974) \cite somerton1974 <BR>
* *
......
...@@ -64,20 +64,6 @@ template<class Scalar> ...@@ -64,20 +64,6 @@ template<class Scalar>
class ThermalConductivitySomerton class ThermalConductivitySomerton
{ {
public: public:
/*!
* \brief effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$ after Somerton (1974) extended for a three phase system
*/
template<class VolumeVariables, class SpatialParams, class Element, class FVGeometry>
[[deprecated("Signature deprecated. Use signature with volume variables only!")]]
static Scalar effectiveThermalConductivity(const VolumeVariables& volVars,
const SpatialParams& spatialParams,
const Element& element,
const FVGeometry& fvGeometry,
const typename FVGeometry::SubControlVolume& scv)
{
return effectiveThermalConductivity(volVars);
}
/*! /*!
* \brief effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$ after Somerton (1974) extended for a three phase system * \brief effective thermal conductivity \f$\mathrm{[W/(m K)]}\f$ after Somerton (1974) extended for a three phase system
* *
......
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