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

Class GnuplotRunner

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


Method Summary
  __init__(self, argv, smallestFreq, persist, plotLinear, plotCont, plotBound, plotIterations, plotCourant, plotExecution, plotDeltaT, customRegexp, writeFiles, server)
    Inherited from GnuplotCommon
  stopHandle(self)
  timeHandle(self)
Handler that reacts to the change of time.
    Inherited from StepAnalyzedCommon
  timeChanged(self)
React to a change of the simulation time in the log
    Inherited from AnalyzedCommon
  addAnalyzer(self, name, analyzer)
  getAnalyzer(self, name)
  getDirname(self)
Get the name of the directory where the data is written to
  getTime(self)
Get the execution time
  lineHandle(self, line)
Not to be called: calls the analyzer for the current line
  reset(self)
reset the analyzer
  tearDown(self)
    Inherited from BasicRunner
PyFoam.RunDictionary.SolutionDirectory getSolutionDirectory(self, archive)
Return the directory of the case
  logName(self)
Get the name of the logfiles
  runOK(self)
checks whether the run was successful
  start(self)
starts the command and stays with it till the end
  startHandle(self)
to be called before the program is started

Method Details

__init__(self, argv=None, smallestFreq=0.0, persist=None, plotLinear=True, plotCont=True, plotBound=True, plotIterations=False, plotCourant=False, plotExecution=False, plotDeltaT=False, customRegexp=None, writeFiles=False, server=False)
(Constructor)

Parameters:
smallestFreq - smallest Frequency of output
persist - Gnuplot window persistst after run
Overrides:
PyFoam.Execution.GnuplotRunner.GnuplotCommon.__init__

Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 http://epydoc.sf.net