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__ = dict_proxy({'__module__': 'PyFoam.Applications.CommonMultiRegion', 'addOptions': <function addOptions>, '__dict__': <attribute '__dict__' of 'CommonMultiRegion' objects>, 'buildRegionArgv': <function buildRegionArgv>, '__weakref__': <attribute '__weakref__' of 'CommonMultiRegion' objects>, '__doc__': ' The class that looks for multiple mesh regions\n '})
__module__ = 'PyFoam.Applications.CommonMultiRegion'
__weakref__

list of weak references to the object (if defined)

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