GRDECLReader#
- class GRDECLReader(*args, **kwargs)[source]#
GRDECLReaderfor .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()
Inheritance#
Inherited members are documented on BaseReader, _FileIOBase.
See them all under Inherited Attributes and Inherited Methods.
Attributes#
Convert depths to elevations and flip grid along Z axis. |
|
Additional keywords to read. |
Inherited Attributes#
Return mapping from regex pattern matching associated with this class. |
|
Return the file extensions associated with this class. |
|
Return or set the filename or directory of the reader. |
|
Return the vtk Reader object. |
Inherited Methods#
Hide the progress bar when loading the file. |
|
Read data in file. |
|
Show a progress bar when loading the file. |