mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#3038 Fracture Completion Summary : Add some derived properties to stimplan template
This commit is contained in:
@@ -80,6 +80,10 @@ public:
|
||||
bool hasConductivity() const;
|
||||
double resultValueAtIJ(const QString& uiResultName, const QString& unitName, size_t timeStepIndex, size_t i, size_t j);
|
||||
|
||||
double areaWeightedWidth() const;
|
||||
double areaWeightedConductivity() const;
|
||||
double longestYRange() const;
|
||||
|
||||
void appendDataToResultStatistics(const QString& uiResultName,
|
||||
const QString& unit,
|
||||
MinMaxAccumulator& minMaxAccumulator,
|
||||
@@ -109,6 +113,8 @@ private:
|
||||
|
||||
virtual FractureWidthAndConductivity widthAndConductivityAtWellPathIntersection() const override;
|
||||
|
||||
std::pair<QString, QString> widthParameterNameAndUnit() const;
|
||||
|
||||
private:
|
||||
caf::PdmField<int> m_activeTimeStepIndex;
|
||||
caf::PdmField<QString> m_conductivityResultNameOnFile;
|
||||
@@ -121,5 +127,9 @@ private:
|
||||
cvf::ref<RigFractureGrid> m_fractureGrid;
|
||||
bool m_readError;
|
||||
|
||||
double m_areaWeightedConductivity;
|
||||
double m_areaWeightedWidth;
|
||||
double m_longestYRangeAboveConductivityThreshold;
|
||||
|
||||
caf::PdmField<bool> m_showStimPlanMesh_OBSOLETE;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user