mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5384 Make the WBS curves meet at water depth
This commit is contained in:
@@ -130,6 +130,7 @@ void RigGeoMechWellLogExtractor::curveData( const RigFemResultAddress& resAddr,
|
||||
wellBoreWallCurveData( resAddr, frameIndex, values );
|
||||
// Try to replace invalid values with Shale-values
|
||||
wellBoreFGShale( frameIndex, values );
|
||||
values->front() = 1.0;
|
||||
}
|
||||
else if ( resAddr.fieldName == RiaDefines::wbsSFGResult().toStdString() )
|
||||
{
|
||||
@@ -140,6 +141,7 @@ void RigGeoMechWellLogExtractor::curveData( const RigFemResultAddress& resAddr,
|
||||
resAddr.fieldName == RiaDefines::wbsSHResult().toStdString() )
|
||||
{
|
||||
wellPathScaledCurveData( resAddr, frameIndex, values );
|
||||
values->front() = 1.0;
|
||||
}
|
||||
else if ( resAddr.fieldName == RiaDefines::wbsAzimuthResult().toStdString() ||
|
||||
resAddr.fieldName == RiaDefines::wbsInclinationResult().toStdString() )
|
||||
@@ -149,6 +151,7 @@ void RigGeoMechWellLogExtractor::curveData( const RigFemResultAddress& resAddr,
|
||||
else if ( resAddr.fieldName == RiaDefines::wbsSHMkResult().toStdString() )
|
||||
{
|
||||
wellBoreSH_MatthewsKelly( frameIndex, values );
|
||||
values->front() = 1.0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user