mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6086 Use mD as unit for permeability.
This commit is contained in:
@@ -828,6 +828,10 @@ QString RimGeoMechResultDefinition::currentResultUnits() const
|
||||
{
|
||||
return "1/GPa";
|
||||
}
|
||||
else if ( this->resultFieldName() == "POROSITY-PERMEABILITY" && this->resultComponentName() == "PERM" )
|
||||
{
|
||||
return "mD";
|
||||
}
|
||||
else
|
||||
{
|
||||
for ( auto resultName : RiaDefines::wbsDerivedResultNames() )
|
||||
|
||||
Reference in New Issue
Block a user