Package PyFoam :: Package Applications :: Module SteadyRunner :: Class SteadyRunner
[hide private]
[frames] | no frames]

Class SteadyRunner

source code

                                 object --+    
                                          |    
        PyFoamApplication.PyFoamApplication --+
                                              |
                                 object --+   |
                                          |   |
            CommonPlotLines.CommonPlotLines --+
                                              |
                                 object --+   |
                                          |   |
        CommonSafeTrigger.CommonSafeTrigger --+
                                              |
                                 object --+   |
                                          |   |
CommonWriteAllTrigger.CommonWriteAllTrigger --+
                                              |
                                 object --+   |
                                          |   |
            CommonClearCase.CommonClearCase --+
                                              |
                                 object --+   |
                                          |   |
                  CommonServer.CommonServer --+
                                              |
                                 object --+   |
                                          |   |
        CommonReportUsage.CommonReportUsage --+
                                              |
                                 object --+   |
                                          |   |
              CommonParallel.CommonParallel --+
                                              |
                                 object --+   |
                                          |   |
                CommonRestart.CommonRestart --+
                                              |
                                 object --+   |
                                          |   |
  CommonStandardOutput.CommonStandardOutput --+
                                              |
                                             SteadyRunner

Instance Methods [hide private]
 
__init__(self, args=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
addOptions(self)
Add options to the parser
source code
 
run(self)
Run the real application
source code

Inherited from PyFoamApplication.PyFoamApplication: addLocalConfig, addToCaseLog, checkCase, ensureGeneralOptions, error, silent, warning

Inherited from CommonPlotLines.CommonPlotLines: addFileRegexps, addPlotLine, addPlotLines, plotLines, processPlotLineOptions

Inherited from CommonSafeTrigger.CommonSafeTrigger: addSafeTrigger

Inherited from CommonWriteAllTrigger.CommonWriteAllTrigger: addWriteAllTrigger

Inherited from CommonClearCase.CommonClearCase: clearCase

Inherited from CommonReportUsage.CommonReportUsage: reportUsage

Inherited from CommonParallel.CommonParallel: getParallel

Inherited from CommonStandardOutput.CommonStandardOutput: setLogname

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, args=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • description - description of the command
  • usage - Usage
  • interspersed - Is the command line allowed to be interspersed (options after the arguments)
  • args - Command line arguments when using the Application as a 'class' from a script
  • nr - Number of required arguments
  • changeVersion - May this application change the version of OF used?
  • exactNr - Must not have more than the required number of arguments
Overrides: object.__init__
(inherited documentation)

addOptions(self)

source code 

Add options to the parser

Overrides: CommonStandardOutput.CommonStandardOutput.addOptions

run(self)

source code 

Run the real application

Overrides: PyFoamApplication.PyFoamApplication.run
(inherited documentation)