PyFoam.Applications.PotentialRunner module¶
Application class that implements pyFoamSteadyRunner
-
class
PyFoam.Applications.PotentialRunner.PotentialRunner(args=None, **kwargs)[source]¶ Bases:
PyFoam.Applications.PyFoamApplication.PyFoamApplication,PyFoam.Applications.CommonStandardOutput.CommonStandardOutput,PyFoam.Applications.CommonServer.CommonServer,PyFoam.Applications.CommonLibFunctionTrigger.CommonLibFunctionTrigger,PyFoam.Applications.CommonParallel.CommonParallel,PyFoam.Applications.CommonVCSCommit.CommonVCSCommit-
__module__= 'PyFoam.Applications.PotentialRunner'¶
-
-
class
PyFoam.Applications.PotentialRunner.PotentialTrigger(sol, correctors, tolerance, relTol, pRefValue=None, pRefCell=None, removeLibs=False, removeFunctions=False)[source]¶ Bases:
object-
__dict__= mappingproxy({'__init__': <function PotentialTrigger.__init__>, '__weakref__': <attribute '__weakref__' of 'PotentialTrigger' objects>, 'resetIt': <function PotentialTrigger.resetIt>, '__module__': 'PyFoam.Applications.PotentialRunner', '__dict__': <attribute '__dict__' of 'PotentialTrigger' objects>, '__doc__': None})¶
-
__init__(sol, correctors, tolerance, relTol, pRefValue=None, pRefCell=None, removeLibs=False, removeFunctions=False)[source]¶
-
__module__= 'PyFoam.Applications.PotentialRunner'¶
-
__weakref__¶ list of weak references to the object (if defined)
-