From ad390e37a818f6798829e2465c3e031e2568fedf Mon Sep 17 00:00:00 2001 From: Dominik Riesterer <thedom.89@googlemail.com> Date: Tue, 24 Sep 2013 09:55:00 +0000 Subject: [PATCH] Added missing Property useMoles. reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11555 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/implicit/1p2c/1p2coutflowproblem.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/implicit/1p2c/1p2coutflowproblem.hh b/test/implicit/1p2c/1p2coutflowproblem.hh index 77664eb8e1..285af9e3a4 100644 --- a/test/implicit/1p2c/1p2coutflowproblem.hh +++ b/test/implicit/1p2c/1p2coutflowproblem.hh @@ -152,6 +152,9 @@ class OnePTwoCOutflowProblem : public ImplicitPorousMediaProblem<TypeTag> typedef Dune::FieldVector<Scalar, dimWorld> GlobalPosition; + //! property that defines whether mole or mass fractions are used + static const bool useMoles = GET_PROP_VALUE(TypeTag, UseMoles); + public: OnePTwoCOutflowProblem(TimeManager &timeManager, const GridView &gridView) : ParentType(timeManager, gridView) -- GitLab