From e5075290197bcc75da5abf3489dd4d7e34687cac Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 16 Dec 2011 13:24:45 +0000 Subject: [PATCH] Added adapter to maintain usage of FluidSystem --- examples/tutorialproblem_coupled.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tutorialproblem_coupled.hh b/examples/tutorialproblem_coupled.hh index 67ae05a8e..a86aed85e 100644 --- a/examples/tutorialproblem_coupled.hh +++ b/examples/tutorialproblem_coupled.hh @@ -91,6 +91,7 @@ private: typedef typename GET_PROP_TYPE(TypeTag, PTAG(Scalar)) Scalar; public: typedef Dumux::LiquidPhase > type; /*@\label{tutorial-coupled:nonwettingPhase}@*/ }; /*@\label{tutorial-coupled:2p-system-end}@*/ +SET_TYPE_PROP(TutorialProblemCoupled, FluidSystem, Dumux::TwoPImmiscibleFluidSystem); // Disable gravity SET_BOOL_PROP(TutorialProblemCoupled, EnableGravity, false); /*@\label{tutorial-coupled:gravity}@*/ }