#10916 Create derived result used to identify NNC cells

This commit is contained in:
Magne Sjaastad
2023-12-06 15:06:01 +01:00
parent 30807438d1
commit 81ab903151
7 changed files with 155 additions and 0 deletions

View File

@@ -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";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -56,6 +56,8 @@ QString riMultYResultName();
QString riMultZResultName();
QString combinedRiMultResultName();
QString riNncCells();
QString riAreaNormTranXResultName();
QString riAreaNormTranYResultName();
QString riAreaNormTranZResultName();