PyFoam.Applications.CommonMultiRegion module

Class that implements the common functionality for cases with multiple regions

class PyFoam.Applications.CommonMultiRegion.CommonMultiRegion[source]

Bases: object

The class that looks for multiple mesh regions

__dict__ = mappingproxy({'__module__': 'PyFoam.Applications.CommonMultiRegion', '__doc__': ' The class that looks for multiple mesh regions\n ', 'addOptions': <function CommonMultiRegion.addOptions>, 'buildRegionArgv': <function CommonMultiRegion.buildRegionArgv>, '__dict__': <attribute '__dict__' of 'CommonMultiRegion' objects>, '__weakref__': <attribute '__weakref__' of 'CommonMultiRegion' objects>})
__module__ = 'PyFoam.Applications.CommonMultiRegion'
__weakref__

list of weak references to the object (if defined)

addOptions()[source]
buildRegionArgv(case, region)[source]