mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3089 Non-Darcy longitudinal : Add support for longitudinal fractures
- move non-darcy data from template to fracture, as this data is now depending of fracutre - compute weighted average of stimplan width and conductivity based on fracture perforation length - use referringPtrFields() to find fractures using this fracture template
This commit is contained in:
@@ -41,6 +41,11 @@ public:
|
||||
double hlength;
|
||||
double vlength;
|
||||
int endpointCount;
|
||||
|
||||
double computeLength() const
|
||||
{
|
||||
return cvf::Math::sqrt(hlength * hlength + vlength * vlength);
|
||||
}
|
||||
};
|
||||
|
||||
RigWellPathStimplanIntersector(const RigWellPath* wellpathGeom, const RimFracture* rimFracture);
|
||||
|
||||
Reference in New Issue
Block a user