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:
objectThe class that does the actual triggering
- __dict__ = mappingproxy({'__module__': 'PyFoam.Applications.CommonLibFunctionTrigger', '__doc__': ' The class that does the actual triggering\n ', 'addOptions': <function CommonLibFunctionTrigger.addOptions>, 'addLibFunctionTrigger': <function CommonLibFunctionTrigger.addLibFunctionTrigger>, '__dict__': <attribute '__dict__' of 'CommonLibFunctionTrigger' objects>, '__weakref__': <attribute '__weakref__' of 'CommonLibFunctionTrigger' objects>, '__annotations__': {}})
- __module__ = 'PyFoam.Applications.CommonLibFunctionTrigger'
- __weakref__
list of weak references to the object (if defined)
- class PyFoam.Applications.CommonLibFunctionTrigger.LibFunctionTrigger(sol, libs, funs)[source]
Bases:
object- __dict__ = mappingproxy({'__module__': 'PyFoam.Applications.CommonLibFunctionTrigger', '__init__': <function LibFunctionTrigger.__init__>, 'resetIt': <function LibFunctionTrigger.resetIt>, '__dict__': <attribute '__dict__' of 'LibFunctionTrigger' objects>, '__weakref__': <attribute '__weakref__' of 'LibFunctionTrigger' objects>, '__doc__': None, '__annotations__': {}})
- __module__ = 'PyFoam.Applications.CommonLibFunctionTrigger'
- __weakref__
list of weak references to the object (if defined)