mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7026 Make well path/fracture intersection available for ellipse.
This commit is contained in:
committed by
Magne Sjaastad
parent
7ebca64050
commit
635ada7297
@@ -136,6 +136,7 @@ public:
|
||||
FracConductivityEnum conductivityType() const;
|
||||
double perforationLength() const;
|
||||
|
||||
double wellPathDepthAtFracture() const;
|
||||
virtual std::pair<double, double> wellPathDepthAtFractureRange() const = 0;
|
||||
|
||||
virtual void fractureTriangleGeometry( std::vector<cvf::Vec3f>* nodeCoords,
|
||||
@@ -214,6 +215,8 @@ protected:
|
||||
caf::PdmField<caf::AppEnum<FracConductivityEnum>> m_conductivityType;
|
||||
caf::PdmChildField<RimFractureContainment*> m_fractureContainment;
|
||||
|
||||
caf::PdmField<double> m_wellPathDepthAtFracture;
|
||||
|
||||
caf::PdmField<caf::AppEnum<NonDarcyFlowEnum>> m_nonDarcyFlowType;
|
||||
caf::PdmField<double> m_userDefinedDFactor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user