resqpy.well.blocked_well_frame.blocked_well_frame_contributions_list

resqpy.well.blocked_well_frame.blocked_well_frame_contributions_list(bw, wbf)[source]

Returns wellbore frame contributions to each cell of a blocked well.

Parameters
  • bw (BlockedWell) – the blocked well to map the wellbore frame onto

  • wbf (WellboreFrame) – the wellbore frame to map to the blocked well

Returns

list of list of (int, float, float) with one entry per blocked well cell, and each
entry being a list of (wellbore frame interval index,

fraction of wellbore frame interval in cell, fraction of cell’s wellbore interval in wellbore frame interval)