reservoirflow.models.BlackOil.plot#
- BlackOil.plot(prop: str = 'pressures', id: int = None, tstep: int = None)#
Show values in a cartesian plot.
- Parameters:
prop (str, optional) – property name from [“rates”, “pressures”].
id (int, optional) – cell id. If None, all cells are selected.
tstep (int, optional) – time step. If None, the last time step is selected.