mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#10916 Create derived result used to identify NNC cells
This commit is contained in:
@@ -251,6 +251,14 @@ QString RiaResultNames::combinedRiMultResultName()
|
||||
return "riMULTXYZ";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// Result containing 1 for cells with NNCs and 0 for cells without NNCs
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiaResultNames::riNncCells()
|
||||
{
|
||||
return "riNncCells";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -56,6 +56,8 @@ QString riMultYResultName();
|
||||
QString riMultZResultName();
|
||||
QString combinedRiMultResultName();
|
||||
|
||||
QString riNncCells();
|
||||
|
||||
QString riAreaNormTranXResultName();
|
||||
QString riAreaNormTranYResultName();
|
||||
QString riAreaNormTranZResultName();
|
||||
|
||||
Reference in New Issue
Block a user