mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2235 RelPerm/PVT Plot: Added unit labels to relevant axes
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
Ident ident;
|
||||
std::string name;
|
||||
EpsMode epsMode;
|
||||
std::vector<double> xVals;
|
||||
std::vector<double> saturationVals;
|
||||
std::vector<double> yVals;
|
||||
};
|
||||
|
||||
@@ -96,9 +96,11 @@ public:
|
||||
struct PvtCurve
|
||||
{
|
||||
enum Phase { OIL, GAS };
|
||||
enum Ident { Unknown, Bo, Bg, Visc_o, Visc_g };
|
||||
|
||||
Ident ident;
|
||||
Phase phase;
|
||||
std::vector<double> xVals;
|
||||
std::vector<double> pressureVals;
|
||||
std::vector<double> yVals;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user