From a0f922d5943c482389377266f566a9f4b6d56929 Mon Sep 17 00:00:00 2001
From: Dominik Riesterer <thedom.89@googlemail.com>
Date: Fri, 20 Sep 2013 14:32:37 +0000
Subject: [PATCH] addded description of mass and mole ability

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11530 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 CHANGELOG | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 6116a55a94..0015961e78 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,12 @@ Differences Between DuMuX 2.3 and DuMuX 2.4
 ===================================================
 
 * IMPROVEMENTS and ENHANCEMENTS:
+  - All two-component models (1p2c, 2p2c, 2p2cni, co2, co2ni) can now be used 
+    with either mole or mass fractions. The property useMoles has to be set in 
+    the problem file and the boundary conditions have to be choosen accordingly.
+    . 1p2c, 2p2c, 2p2cni now use MOLE fractions by default.
+    . co2, co2ni still use MASS fractions by default.
+
   - Three geomechanics models have been added, thanks to the previous PhD work
     of Melanie Darcis. The models are located in dumux/geomechanics, a test for
     each model is provided in test/geomechanics:
-- 
GitLab