reservoirflow.fluids.MultiPhase.report#

MultiPhase.report(prop: str = None, showindex: bool = True, ifmt: int = 0)#

Print class report.

Parameters:
  • prop (str, by default None) – class property name. If None, all class properties will be printed.

  • showindex (bool, by default True) – show table index.

  • ifmt (int, by default 0) –

    integer format based on the following list:

    tablefmt = [
                "pipe",
                "plain",
                "simple",
                "fancy_grid",
                "presto",
                "orgtbl",
    ]