GRDECLReader#
- class GRDECLReader(*args, **kwargs)[source]#
GRDECLReader for .grdecl files.
Uses
read_grdecl()internally.Added in version 0.49.
- Parameters:
- path
str|Path Path to the GRDECL file.
- path
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> reader = pv.get_reader('file.GRDECL')
>>> reader.elevation = False
>>> mesh = reader.read()
Methods#
Attributes#
Convert depths to elevations and flip grid along Z axis. |
|
Additional keywords to read. |