reservoirflow.grids.RegularCartesian.get_fshape#

RegularCartesian.get_fshape(boundary: bool = True, points=False)#

Returns flow shape (fshape) as tuple.

Parameters:
  • boundary (bool, optional) – include boundary cells.

  • points (bool, optional) – True for points (e.g. coords, icoords) and False for scaler values (e.g. id).

Returns:

number of grids at flow directions in z, y, x order.

Return type:

tuple