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__ = dict_proxy({'__module__': 'PyFoam.Applications.CommonParallel', 'addOptions': <function addOptions>, 'getParallel': <function getParallel>, '__dict__': <attribute '__dict__' of 'CommonParallel' objects>, '__weakref__': <attribute '__weakref__' of 'CommonParallel' objects>, '__doc__': ' The class that defines options for parallel execution\n '})
__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)