#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:
Gaute Lindkvist
2018-06-22 10:33:20 +02:00
parent 9fe1c7de6c
commit 6cd5ae9e22
3 changed files with 61 additions and 15 deletions

View File

@@ -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"];
}
}