Skip to content
Snippets Groups Projects
Commit ad390e37 authored by Dominik Riesterer's avatar Dominik Riesterer
Browse files

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
parent a6e9a635
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,9 @@ class OnePTwoCOutflowProblem : public ImplicitPorousMediaProblem<TypeTag> ...@@ -152,6 +152,9 @@ class OnePTwoCOutflowProblem : public ImplicitPorousMediaProblem<TypeTag>
typedef Dune::FieldVector<Scalar, dimWorld> GlobalPosition; 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: public:
OnePTwoCOutflowProblem(TimeManager &timeManager, const GridView &gridView) OnePTwoCOutflowProblem(TimeManager &timeManager, const GridView &gridView)
: ParentType(timeManager, gridView) : ParentType(timeManager, gridView)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment