mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3093 Implement Azimuth and inclination well path derived extraction curves.
* Needed improvement of tangent calculation. Take the tangent from the well path, not the two intersection points.
This commit is contained in:
@@ -484,7 +484,9 @@ std::map<std::string, std::vector<std::string> > RigFemPartResultsCollection::sc
|
||||
}
|
||||
else if (resPos == RIG_WELLPATH_DERIVED)
|
||||
{
|
||||
fieldCompNames["Azimuth"];
|
||||
fieldCompNames["FractureGradient"];
|
||||
fieldCompNames["Inclination"];
|
||||
fieldCompNames["ShearFailureGradient"];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user