From fe19297cfe665ad93082026348e72b3ba1d6bbe0 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 14:02:23 +0200
Subject: [PATCH] [liquidphase2c] fluid system is not miscible

---
 dumux/material/fluidsystems/liquidphase2c.hh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dumux/material/fluidsystems/liquidphase2c.hh b/dumux/material/fluidsystems/liquidphase2c.hh
index 956fa6acc3..60cf7298e3 100644
--- a/dumux/material/fluidsystems/liquidphase2c.hh
+++ b/dumux/material/fluidsystems/liquidphase2c.hh
@@ -80,9 +80,10 @@ public:
 
     /*!
      * \brief Returns whether the fluids are miscible
+     * \note There is only one phase, so miscibility makes no sense
      */
     static constexpr bool isMiscible()
-    { return true; }
+    { return false; }
 
     /*!
      * \brief A human readable name for the component.
-- 
GitLab