Skip to content
Snippets Groups Projects
Commit f309af23 authored by Benjamin Faigle's avatar Benjamin Faigle
Browse files

make simpleH20 available

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4595 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 26eee736
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@
#include <dumux/material/components/oil.hh>
#include <dumux/material/components/n2.hh>
#include <dumux/material/components/h2o.hh>
#include <dumux/material/components/simpleh2o.hh>
#include <dumux/material/components/brine.hh>
#include <dumux/material/components/tabulatedcomponent.hh>
......@@ -62,6 +63,7 @@ public:
typedef Dumux::H2<Scalar> H2;
typedef Dumux::CH4<Scalar> CH4;
typedef Dumux::SimpleCO2<Scalar> SimpleCO2;
typedef Dumux::SimpleH2O<Scalar> SimpleH2O;
typedef Dumux::Brine<Scalar, H2O> Brine;
static void init()
......
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