WIP in creating the julia three component system.
This commit is contained in:
parent
e685864c1f
commit
61e2f5817d
@ -0,0 +1,18 @@
|
|||||||
|
#ifndef OPM_JULIATHREECOMPONENTFLUIDSYSTEM_HH
|
||||||
|
#define OPM_JULIATHREECOMPONENTFLUIDSYSTEM_HH
|
||||||
|
|
||||||
|
#include <opm/material/fluidsystems/BaseFluidSystem.hpp>
|
||||||
|
|
||||||
|
namespace Opm {
|
||||||
|
/*!
|
||||||
|
* \ingroup FluidSystem
|
||||||
|
*
|
||||||
|
* \brief A two phase three component fluid system from the Julia test
|
||||||
|
*/
|
||||||
|
|
||||||
|
template <class Scalar>
|
||||||
|
class JuliaThreeComponentFluidSystem
|
||||||
|
: public Opm::BaseFluidSystem<Scalar, JuliaThreeComponentFluidSystem<Scalar> > {
|
||||||
|
|
||||||
|
}
|
||||||
|
#endif //OPM_JULIATHREECOMPONENTFLUIDSYSTEM_HH
|
Loading…
Reference in New Issue
Block a user