mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6031 Convert values to SI in Pore Compressibility calculation.
Young's Modulus is expected to be GPa in the element property table, and the pore pressure is converted from Bar to Pascal. Output unit is 1/GPa.
This commit is contained in:
@@ -823,6 +823,11 @@ QString RimGeoMechResultDefinition::currentResultUnits() const
|
||||
{
|
||||
return "GPa";
|
||||
}
|
||||
else if ( this->resultFieldName() == "COMPRESSIBILITY" &&
|
||||
( this->resultComponentName() == "PORE" || this->resultComponentName() == "VERTICAL" ) )
|
||||
{
|
||||
return "1/GPa";
|
||||
}
|
||||
else
|
||||
{
|
||||
for ( auto resultName : RiaDefines::wbsDerivedResultNames() )
|
||||
|
||||
Reference in New Issue
Block a user