Added ternary saturation visualization

Ternary saturation available on top of dynamic results
Created visualization for ternary based on SOIL, SGAS and SWAT
This commit is contained in:
Magne Sjaastad
2014-04-04 10:59:21 +02:00
parent bf9ecc7c5f
commit d10177494e
6 changed files with 145 additions and 14 deletions

View File

@@ -55,6 +55,8 @@ public:
bool hasStaticResult() const;
bool hasDynamicResult() const;
bool hasResult() const;
bool isTernarySaturationSelected() const;
RimReservoirCellResultsStorage* currentGridCellResults() const;