mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-10 08:03:05 -06:00
pre-proto - Rename
This commit is contained in:
parent
53e7d99652
commit
10bb3a834d
@ -76,7 +76,7 @@ void RimSimWellFracture::setAzimuth(RimEllipseFractureTemplate::FracOrientationE
|
||||
if (orientation == RimEllipseFractureTemplate::ALONG_WELL_PATH || orientation== RimEllipseFractureTemplate::TRANSVERSE_WELL_PATH)
|
||||
{
|
||||
updateBranchGeometry();
|
||||
double simWellAzimuth = m_branchCenterLines[m_branchIndex].wellPathAzimuthAngle(fracturePosition());
|
||||
double simWellAzimuth = m_branchCenterLines[m_branchIndex].simWellAzimuthAngle(fracturePosition());
|
||||
if (orientation == RimEllipseFractureTemplate::TRANSVERSE_WELL_PATH )
|
||||
{
|
||||
azimuth = simWellAzimuth;
|
||||
|
@ -134,7 +134,7 @@ size_t RigSimulationWellCoordsAndMD::findClosestIndex(const cvf::Vec3d& position
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
double RigSimulationWellCoordsAndMD::wellPathAzimuthAngle(const cvf::Vec3d& position) const
|
||||
double RigSimulationWellCoordsAndMD::simWellAzimuthAngle(const cvf::Vec3d& position) const
|
||||
{
|
||||
size_t closestIndex = findClosestIndex(position);
|
||||
|
||||
|
@ -43,7 +43,7 @@ public:
|
||||
|
||||
size_t findClosestIndex(const cvf::Vec3d& position) const;
|
||||
|
||||
double wellPathAzimuthAngle(const cvf::Vec3d& position) const;
|
||||
double simWellAzimuthAngle(const cvf::Vec3d& position) const;
|
||||
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user