PyFoam.Applications.CommonParallel module

Class that implements the common functionality for running cases in parallel

class PyFoam.Applications.CommonParallel.CommonParallel[source]

Bases: object

The class that defines options for parallel execution

__dict__ = mappingproxy({'__module__': 'PyFoam.Applications.CommonParallel', '__doc__': ' The class that defines options for parallel execution\n ', 'addOptions': <function CommonParallel.addOptions>, 'getParallel': <function CommonParallel.getParallel>, '__dict__': <attribute '__dict__' of 'CommonParallel' objects>, '__weakref__': <attribute '__weakref__' of 'CommonParallel' objects>})
__module__ = 'PyFoam.Applications.CommonParallel'
__weakref__

list of weak references to the object (if defined)

addOptions()[source]
getParallel(sol=None)[source]
Parameters

sol – SolutionDirectory for which the LAMMachine will be

constructed (with autosense)