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

__init__(args=None, **kwargs)[source]
__module__ = 'PyFoam.Applications.PotentialRunner'
addOptions()[source]
run()[source]
class PyFoam.Applications.PotentialRunner.PotentialTrigger(sol, correctors, tolerance, relTol, pRefValue=None, pRefCell=None, removeLibs=False, removeFunctions=False)[source]

Bases: object

__dict__ = mappingproxy({'__weakref__': <attribute '__weakref__' of 'PotentialTrigger' objects>, '__init__': <function PotentialTrigger.__init__>, '__doc__': None, '__dict__': <attribute '__dict__' of 'PotentialTrigger' objects>, '__module__': 'PyFoam.Applications.PotentialRunner', 'resetIt': <function PotentialTrigger.resetIt>})
__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)

resetIt()[source]