14.7.5.6 BlockedWellboreRepresentation

Topic Version1Published09/11/2015
For StandardRESQML v2.0.1
Stereotypes:XSDcomplexType,XSDtopLevelElement

The information that allows you to locate, on one or several grids (existing or planned), the intersection of volume (cells) and surface (faces) elements with a wellbore trajectory (existing or planned).

Table 14.7.5.6-1 Attributes

Name

Data Type

Notes

CellCount

nonNegativeInteger

The number of non-null entries in the grid indices array.

CellIndices

AbstractIntegerArray

The grid cell index for each blocked well cell.

BUSINESS RULE: Array length must equal cell count.

GridIndices

AbstractIntegerArray

Size of array = IntervalCount.

Null values of -1 signify that that interval is not within a grid.

BUSINESS RULE: The cell count must equal the number of non-null entries in this array.

LocalFacePairPerCellIndices

AbstractIntegerArray

For each cell, these are the entry and exit faces of the trajectory. Use null (-1), for example, at TD when there is only one intersection. The local face-per-cell index is used because a global face index need not have been defined on the grid.

BUSINESS RULE: The array dimensions must equal 2 x CellCount.

Derived From: WellboreFrameRepresentation

Derived Classes: (none)

Table 14.7.5.6-2 Relationships

Role

Class

Cardinality

Grid

AbstractGridRepresentation

1..*