PyFoam.Applications.CommonRestart module

Class that implements the common functionality for restarting cases

class PyFoam.Applications.CommonRestart.CommonRestart[source]

Bases: object

The class that restarts the case

__dict__ = mappingproxy({'__module__': 'PyFoam.Applications.CommonRestart', '__doc__': ' The class that restarts the case\n ', 'addOptions': <function CommonRestart.addOptions>, '__dict__': <attribute '__dict__' of 'CommonRestart' objects>, '__weakref__': <attribute '__weakref__' of 'CommonRestart' objects>})
__module__ = 'PyFoam.Applications.CommonRestart'
__weakref__

list of weak references to the object (if defined)

addOptions()[source]