reservoirflow.models.BlackOil.get_cell_trans#

BlackOil.get_cell_trans(cell_id=None, cell_coords=None, boundary: bool = False)#

Returns transmissibility (T) at all cell faces.

Parameters:
  • id (int, iterable of int) – cell id based on natural order as int.

  • coords (iterable of int) – cell coordinates (i,j,k) as a tuple of int.

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

Returns:

array of G based on dir argument.

Return type:

ndarray