From 6e4bfaf2c3a9955fb867b61576a67e5c45face31 Mon Sep 17 00:00:00 2001 From: Kristian Bendiksen Date: Thu, 20 Aug 2020 14:02:22 +0200 Subject: [PATCH] #6301 Normalize results for FG calculation based on stress --- .../RigFemPartResultCalculatorMudWeightWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultCalculatorMudWeightWindow.cpp b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultCalculatorMudWeightWindow.cpp index c3434cdf99..e807daa2cb 100644 --- a/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultCalculatorMudWeightWindow.cpp +++ b/ApplicationCode/GeoMech/GeoMechDataModel/RigFemPartResultCalculatorMudWeightWindow.cpp @@ -329,7 +329,7 @@ RigFemScalarResultFrames* RigFemPartResultCalculatorMudWeightWindow::calculate( } else { - upperLimit = stressFrameData[elmNodResIdx] * shMultiplier; + upperLimit = stressFrameData[elmNodResIdx] * shMultiplier / cellCenterHydroStaticPressure; } }