#1114 WIP: Moved pipe radius, and well head position calculations to RimEclipseWell as preparation for well pair lines.

This commit is contained in:
Jacob Støren
2017-03-14 19:17:14 +01:00
parent ef32c8bdc5
commit d4c14d0f53
4 changed files with 103 additions and 60 deletions

View File

@@ -84,9 +84,7 @@ void RivSimWellPipesPartMgr::buildWellPipeParts()
m_rimWell->calculateWellPipeStaticCenterLine(m_pipeBranchesCLCoords, pipeBranchesCellIds);
double characteristicCellSize = m_rimReservoirView->mainGrid()->characteristicIJCellSize();
double pipeRadius = m_rimReservoirView->wellCollection()->pipeScaleFactor() * m_rimWell->pipeScaleFactor() * characteristicCellSize;
double pipeRadius = m_rimWell->pipeRadius();
for (size_t brIdx = 0; brIdx < pipeBranchesCellIds.size(); ++brIdx)
{