#3160 Use cell centre depth for well bore stability curves

This commit is contained in:
Gaute Lindkvist
2018-07-10 12:45:32 +02:00
parent 06e3ca238a
commit be63eb5aef
2 changed files with 25 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ private:
static caf::Ten3d transformTensorToWellPathOrientation(const cvf::Vec3d& wellPathTangent,
const caf::Ten3d& wellPathTensor);
static cvf::Vec3f cellCentroid(const int* elmNodeIndices, const std::vector<cvf::Vec3f>& nodeCoords);
cvf::ref<RigGeoMechCaseData> m_caseData;
double m_rkbDiff;
};