mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add result calculator for PORV*SOIL, PORV*SGAS, and PORV*(SOIL+SGAS).
This commit is contained in:
@@ -325,6 +325,30 @@ QString RiaResultNames::riOilVolumeResultName()
|
||||
return "riOILVOLUME";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiaResultNames::riPorvSoil()
|
||||
{
|
||||
return "riPORV*SOIL";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiaResultNames::riPorvSgas()
|
||||
{
|
||||
return "riPORV*SGAS";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiaResultNames::riPorvSoilSgas()
|
||||
{
|
||||
return "riPORV*(SOIL+SGAS)";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user