From 61e2f5817d50e274bfc7565dce558e925404a748 Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Wed, 1 Dec 2021 16:14:36 +0100 Subject: [PATCH] WIP in creating the julia three component system. --- .../chifluid/juliathreecomponentfluidsystem.hh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 opm/material/fluidsystems/chifluid/juliathreecomponentfluidsystem.hh diff --git a/opm/material/fluidsystems/chifluid/juliathreecomponentfluidsystem.hh b/opm/material/fluidsystems/chifluid/juliathreecomponentfluidsystem.hh new file mode 100644 index 000000000..beecf83c4 --- /dev/null +++ b/opm/material/fluidsystems/chifluid/juliathreecomponentfluidsystem.hh @@ -0,0 +1,18 @@ +#ifndef OPM_JULIATHREECOMPONENTFLUIDSYSTEM_HH +#define OPM_JULIATHREECOMPONENTFLUIDSYSTEM_HH + +#include + +namespace Opm { +/*! + * \ingroup FluidSystem + * + * \brief A two phase three component fluid system from the Julia test + */ + +template +class JuliaThreeComponentFluidSystem +: public Opm::BaseFluidSystem > { + +} +#endif //OPM_JULIATHREECOMPONENTFLUIDSYSTEM_HH \ No newline at end of file