PyFoam.Applications.CommonWriteAllTrigger module

Implements a trigger that manipulates the controlDict in such a way that every time-step is written to disk

class PyFoam.Applications.CommonWriteAllTrigger.CommonWriteAllTrigger[source]

Bases: object

The class that does the actual triggering

__dict__ = dict_proxy({'__module__': 'PyFoam.Applications.CommonWriteAllTrigger', 'addOptions': <function addOptions>, 'addWriteAllTrigger': <function addWriteAllTrigger>, '__dict__': <attribute '__dict__' of 'CommonWriteAllTrigger' objects>, '__weakref__': <attribute '__weakref__' of 'CommonWriteAllTrigger' objects>, '__doc__': ' The class that does the actual triggering\n '})
__module__ = 'PyFoam.Applications.CommonWriteAllTrigger'
__weakref__

list of weak references to the object (if defined)

addOptions()[source]
addWriteAllTrigger(run, sol)[source]
class PyFoam.Applications.CommonWriteAllTrigger.WriteAllTrigger(sol, writeAll, purge, until)[source]
__init__(sol, writeAll, purge, until)[source]
__module__ = 'PyFoam.Applications.CommonWriteAllTrigger'
resetIt()[source]