MultiPhase#

class reservoirflow.fluids.MultiPhase(**kwargs)#

Bases: Fluid

MultiPhase fluid class.

Caution

This class is not available.

Returns:

Fluid object.

Return type:

Fluid

Construct fluid object.

Parameters:
  • unit (str ('field', 'metric', 'lab'), optional) – unit used in input and output. Both units and factors attributes will be updated based on the selected unit and can be accessed directly from this class.

  • dtype (str or np.dtype, optional) – data type used in all arrays. Numpy dtype such as np.single or np.double can be used.

  • verbose (bool, optional) – print information for debugging.

Attributes

factors

Returns class factors.

name

Returns class name.

unit

Returns class unit.

units

Returns class units.

Methods

allow_synonyms()

Allow full descriptions.

report([prop, showindex, ifmt])

Print class report.

set_comp(comp)

Set fluid compressibility.

set_units([unit])

Set object units.


Comments 💬#

Feel free to make a comment, ask a question, or share your opinion about this specific content. Please keep in mind the Commenting Guidelines ⚖.