#6185 Fracture Model Plot: compute stress at bottom of zone using gradient.

This commit is contained in:
Kristian Bendiksen
2020-07-06 19:23:35 +02:00
parent 6cdb341295
commit 3b662904e2
2 changed files with 37 additions and 1 deletions

View File

@@ -60,6 +60,10 @@ protected:
void performDataExtraction( bool* isUsingPseudoLength ) override;
static void addDatapointsForBottomOfLayers( std::vector<double>& tvDepthValues,
std::vector<double>& stress,
const std::vector<double>& stressGradients );
caf::PdmPtrField<RimFractureModel*> m_fractureModel;
caf::PdmField<caf::AppEnum<RiaDefines::CurveProperty>> m_curveProperty;
};