#11354 Fix FG_MK_MIN/FG_MK_EXP calculations

Was not using Kirsch at all due to misunderstanding.

Fixes #11354.
This commit is contained in:
Kristian Bendiksen
2024-04-11 09:53:30 +02:00
parent 869a2430ae
commit 9dc5e99be0
2 changed files with 86 additions and 106 deletions

View File

@@ -133,8 +133,6 @@ private:
void wellBoreFGDerivedFromK0FG( const QString& ppResult, int timeStepIndex, int frameIndex, std::vector<double>* values, bool onlyForPPReservoir );
void wellBoreFG_MatthewsKelly( const RigWbsParameter& parameter, int timeStepIndex, int frameIndex, std::vector<double>* values );
template <typename T>
T interpolateGridResultValue( RigFemResultPosEnum resultPosType, const std::vector<T>& gridResultValues, int64_t intersectionIdx ) const;
size_t gridResultIndexFace( size_t elementIdx, cvf::StructGridInterface::FaceType cellFace, int faceLocalNodeIdx ) const;