30 #ifndef SIMPLEFLUID2PWRAPPINGPROPS_HPP
31 #define SIMPLEFLUID2PWRAPPINGPROPS_HPP
33 #include <opm/core/props/IncompPropertiesInterface.hpp>
42 double density(
int phase)
const;
48 void mobility(
int c,
const Sat& s, Mob& mob, DMob& dmob)
const;
54 void pc(
int c,
const Sat& s, Pcap& pcap, DPcap& dpcap)
const;
56 double s_min(
int c)
const;
59 double s_max(
int c)
const;
64 std::vector<double> smin_;
65 std::vector<double> smax_;
69 #include <opm/core/transport/implicit/SimpleFluid2pWrappingProps_impl.hpp>
70 #endif // SIMPLEFLUID2PWRAPPINGPROPS_HPP
Definition: SimpleFluid2pWrappingProps.hpp:37
Abstract base class for incompressible fluid and reservoir properties.
Definition: IncompPropertiesInterface.hpp:35