Package PyFoam :: Package Execution :: Module GnuplotRunner :: Class GnuplotRunner
[hide private]
[frames] | no frames]

Class GnuplotRunner

source code

                       object --+            
                                |            
    AnalyzedCommon.AnalyzedCommon --+        
                                    |        
StepAnalyzedCommon.StepAnalyzedCommon --+    
                                        |    
                            GnuplotCommon --+
                                            |
                               object --+   |
                                        |   |
                  BasicRunner.BasicRunner --+
                                            |
                                           GnuplotRunner

Instance Methods [hide private]
 
__init__(self, argv=None, smallestFreq=0., persist=None, plotLinear=True, plotCont=True, plotBound=True, plotIterations=False, plotCourant=False, plotExecution=False, plotDeltaT=False, customRegexp=None, hardcopy=False, hardcopyFormat="png", hardcopyPrefix=None, writeFiles=False, server=False, lam=None, raiseit=False, steady=False, progress=False, restart=False, logname=None, compressLog=False, noLog=False, singleFile=False, plottingImplementation=None, remark=None, jobId=None)
TODO: Docu
source code
 
lineHandle(self, line)
Not to be called: Stops the solver
source code
 
stopHandle(self)
Not to be called: Restores controlDict
source code

Inherited from GnuplotCommon: timeHandle

Inherited from StepAnalyzedCommon.StepAnalyzedCommon: timeChanged

Inherited from AnalyzedCommon.AnalyzedCommon: addAnalyzer, addTrigger, createPlots, getAnalyzer, getDirname, getTime, hasAnalyzer, listAnalyzers, picklePlots, reset, tearDown

Inherited from BasicRunner.BasicRunner: addEndTrigger, getSolutionDirectory, logName, runOK, start, startHandle, stopGracefully, writeResults

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, argv=None, smallestFreq=0., persist=None, plotLinear=True, plotCont=True, plotBound=True, plotIterations=False, plotCourant=False, plotExecution=False, plotDeltaT=False, customRegexp=None, hardcopy=False, hardcopyFormat="png", hardcopyPrefix=None, writeFiles=False, server=False, lam=None, raiseit=False, steady=False, progress=False, restart=False, logname=None, compressLog=False, noLog=False, singleFile=False, plottingImplementation=None, remark=None, jobId=None)
(Constructor)

source code 

TODO: Docu

Parameters:
  • smallestFreq - smallest Frequency of output
  • persist - Gnuplot window persistst after run
  • steady - Is it a steady run? Then stop it after convergence
Overrides: object.__init__

lineHandle(self, line)

source code 

Not to be called: Stops the solver

Overrides: BasicRunner.BasicRunner.lineHandle

stopHandle(self)

source code 

Not to be called: Restores controlDict

Overrides: BasicRunner.BasicRunner.stopHandle