Public Types | |
typedef std::vector< double > | VectorType |
![]() | |
enum | FipId { FIP_AQUA = Opm::Water, FIP_LIQUID = Opm::Oil, FIP_VAPOUR = Opm::Gas, FIP_DISSOLVED_GAS = 3, FIP_VAPORIZED_OIL = 4, FIP_PV = 5, FIP_WEIGHTED_PRESSURE = 6 } |
Public Member Functions | |
template<class V > | |
FIPData (const std::array< V, fipValues > &otherFip) | |
Public Attributes | |
std::array< VectorType, fipValues > | fip |
Additional Inherited Members | |
![]() | |
static const int | fipValues = FIP_WEIGHTED_PRESSURE + 1 |