PyFoam.RunDictionary.MeshInformation module

Gets information about the mesh of a case. Makes no attempt to manipulate the mesh, because this is better left to the OpenFOAM-utilities

class PyFoam.RunDictionary.MeshInformation.MeshInformation(case, time='constant', processor=None, region=None)[source]

Bases: object

Reads Information about the mesh on demand

nrOfCells()[source]
nrOfFaces()[source]
nrOfPoints()[source]