IrregularCartesian#
- class reservoirflow.grids.IrregularCartesian(**kwargs)#
Bases:
Grid
IrregularCartesian grid class.
Caution
This class is not available.
- Returns:
Grid object.
- Return type:
Construct grid 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.
unify (bool, optional) – unify shape to be always tuple of 3 when set to True. When set to False, shape includes only the number of girds in flow direction as tuple. This option is only relevant in case of 1D or 2D flow. This option may be required to make 1D and 2D shapes shapes of this class more consistent with each other or with 3D shape.
verbose (bool, optional) – print information for debugging.
Attributes
Returns class factors.
Returns class name.
Returns class unit.
Returns class units.
Methods
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 ⚖.