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