PyFoam.Applications.CommonSafeTrigger module¶
Implements a trigger that sets and resets ‘safer’ settings for Steady runs
-
class
PyFoam.Applications.CommonSafeTrigger.CommonSafeTrigger[source]¶ Bases:
objectThe class that does the actual triggering
-
__dict__= mappingproxy({'__weakref__': <attribute '__weakref__' of 'CommonSafeTrigger' objects>, '__module__': 'PyFoam.Applications.CommonSafeTrigger', 'addSafeTrigger': <function CommonSafeTrigger.addSafeTrigger>, '__dict__': <attribute '__dict__' of 'CommonSafeTrigger' objects>, 'addOptions': <function CommonSafeTrigger.addOptions>, '__doc__': ' The class that does the actual triggering\n '})¶
-
__module__= 'PyFoam.Applications.CommonSafeTrigger'¶
-
__weakref__¶ list of weak references to the object (if defined)
-
-
class
PyFoam.Applications.CommonSafeTrigger.SafeTrigger(sol, factor)[source]¶ Bases:
object-
__dict__= mappingproxy({'__init__': <function SafeTrigger.__init__>, '__weakref__': <attribute '__weakref__' of 'SafeTrigger' objects>, 'resetIt': <function SafeTrigger.resetIt>, '__module__': 'PyFoam.Applications.CommonSafeTrigger', '__dict__': <attribute '__dict__' of 'SafeTrigger' objects>, '__doc__': None})¶
-
__module__= 'PyFoam.Applications.CommonSafeTrigger'¶
-
__weakref__¶ list of weak references to the object (if defined)
-