From b9ffa399add04ced00a4292ad6f891c6dff1f11b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Wed, 27 Jun 2018 15:51:47 +0200
Subject: [PATCH] [nacl] nacl does not implement liquid properties

---
 dumux/material/components/nacl.hh | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dumux/material/components/nacl.hh b/dumux/material/components/nacl.hh
index 4fd0e1071d..038c2e1df9 100644
--- a/dumux/material/components/nacl.hh
+++ b/dumux/material/components/nacl.hh
@@ -43,7 +43,6 @@ namespace Components {
 template <class Scalar>
 class NaCl
 : public Components::Base<Scalar, NaCl<Scalar> >
-, public Components::Liquid<Scalar, NaCl<Scalar> >
 , public Components::Solid<Scalar, NaCl<Scalar> >
 {
 public:
@@ -63,16 +62,6 @@ public:
         return 58.4428e-3 ;
     }
 
-    /*!
-     * \brief The diffusion Coefficient \f$\mathrm{[m^2/s]}\f$ of NaCl in water.
-     * \param temperature absolute temperature in \f$\mathrm{[K]}\f$
-     * \param pressure of the phase in \f$\mathrm{[Pa]}\f$
-     */
-    static Scalar liquidDiffCoeff(Scalar temperature, Scalar pressure)
-    {
-        return 2e-9;
-    }
-
     /*!
      * \brief The mass density \f$\mathrm{[kg/m^3]}\f$ of NaCl.
      */
@@ -105,8 +94,6 @@ public:
     {
         return 6.49;
     }
-
-
 };
 
 } // end namespace Components
-- 
GitLab