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

addOptions()[source]
addWriteAllTrigger(run, sol)[source]
class PyFoam.Applications.CommonWriteAllTrigger.WriteAllTrigger(sol, writeAll, purge, until)[source]

Bases: object

resetIt()[source]