Hi,
I would like to use DUMUX to simulate a non-isothermal two phase flow
(Brine-co2 problem)
As a beginner of DUMUX, I started working on the tutorial examples.
However, I had a problem that I couldn't find any solution.
My problem is with Exercise 1 d) changing Fluids (page 22 of DUMUX handbook).
I tried to change water with brine.
I made these changes in the tutorialproblem_coupled.hh :
first :
#include <dumux/material/components/brine.hh>
then :
// Set the wetting phase
SET_PROP(TutorialProblemCoupled, WettingPhase)
/*@\label{tutorial-coupled:2p-system-start}@*/
{
private: typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
public: typedef Dumux::LiquidPhase<Scalar, Dumux::Brine<Scalar,H2O>> type;
/*@\label{tutorial-coupled:wettingPhase}@*/
};
I followed exactly the instructions given in the tutorial, however, it didn't
work.
I wanted to know if I made any mistake or I should take something else into
account. I tried with other fluids and I didn't have any problem (such as
simple co2).
Thank you very much for your consideration, and I look forward to hearing from
you.
Bests,
Ali NOWAMOOZ
_______________________________________________
Dumux mailing list
[email protected]
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux