OpenFOAMReader.all_patch_arrays_status#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import examples
>>> filename = examples.download_cavity(load=False)
>>> reader = pv.OpenFOAMReader(filename)
>>> reader.all_patch_arrays_status
{'internalMesh': True, 'patch/movingWall': True, 'patch/fixedWalls': True,
'patch/frontAndBack': True}