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:
objectThe 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)
-