PyFoam.Applications.CommonLibFunctionTrigger module

Implements a trigger that removes the libs and/or function entry from the controlDict

class PyFoam.Applications.CommonLibFunctionTrigger.CommonLibFunctionTrigger[source]

Bases: object

The class that does the actual triggering

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

list of weak references to the object (if defined)

addLibFunctionTrigger(run, sol)[source]
addOptions()[source]
class PyFoam.Applications.CommonLibFunctionTrigger.LibFunctionTrigger(sol, libs, funs)[source]
__init__(sol, libs, funs)[source]
__module__ = 'PyFoam.Applications.CommonLibFunctionTrigger'
resetIt()[source]