Home | Trees | Indices | Help |
---|
|
1 # ICE Revision: $Id: StepAnalyzedRunner.py 10900 2009-09-28 13:04:35Z bgschaid $ 2 """An Analyzed Runner that does something at every time-step""" 3 4 from BasicRunner import BasicRunner 5 from StepAnalyzedCommon import StepAnalyzedCommon 68 """The output of a command is analyzed while being run. At every time-step a command is performed""" 93110 - def __init__(self, 11 analyzer, 12 argv=None, 13 silent=False, 14 logname="PyFoamSolve", 15 smallestFreq=0., 16 server=False, 17 remark=None, 18 jobId=None):19 """@param smallestFreq: the smallest intervall of real time (in seconds) that the time change is honored""" 20 BasicRunner.__init__(self, 21 argv, 22 silent, 23 logname, 24 server=server, 25 remark=remark, 26 jobId=jobId) 27 StepAnalyzedCommon.__init__(self, 28 logname, 29 analyzer, 30 smallestFreq=smallestFreq)
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Nov 10 16:40:11 2009 | http://epydoc.sourceforge.net |