From bdfcd8aaa1d8c3c9ef6cbcffd6441b98c2fa8a93 Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Tue, 11 Dec 2012 08:18:29 +0000
Subject: [PATCH] implicit branch: output velocity for 1p2c test problem.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9795 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 test/implicit/1p2c/1p2coutflowproblem.hh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/test/implicit/1p2c/1p2coutflowproblem.hh b/test/implicit/1p2c/1p2coutflowproblem.hh
index ea0239884b..3e7074121c 100644
--- a/test/implicit/1p2c/1p2coutflowproblem.hh
+++ b/test/implicit/1p2c/1p2coutflowproblem.hh
@@ -78,9 +78,12 @@ SET_TYPE_PROP(OnePTwoCOutflowProblem,
               SpatialParams,
               Dumux::OnePTwoCOutflowSpatialParams<TypeTag>);
 
-//Define whether mole(true) or mass (false) fractions are used
+// Define whether mole(true) or mass (false) fractions are used
 SET_BOOL_PROP(OnePTwoCOutflowProblem, UseMoles, false);
 
+// Enable velocity output
+SET_BOOL_PROP(OnePTwoCOutflowProblem, VtkAddVelocity, true);
+
 // Disable gravity
 SET_BOOL_PROP(OnePTwoCOutflowProblem, ProblemEnableGravity, false);
 }
-- 
GitLab