mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1450 Use Y-AXIS as default lateral direction for near-vertical wells
This commit is contained in:
@@ -81,8 +81,8 @@ void RigFisbonesGeometry::computeLateralPositionAndOrientation(size_t subIndex,
|
||||
|
||||
if (RigFisbonesGeometry::closestMainAxis(alongWellPath) == cvf::Vec3d::Z_AXIS)
|
||||
{
|
||||
// Use x-axis if well path is heading close to z-axis
|
||||
lateralInitialDirection = cvf::Vec3d::X_AXIS;
|
||||
// Use Y-AXIS if well path is heading close to Z-AXIS
|
||||
lateralInitialDirection = cvf::Vec3d::Y_AXIS;
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user