|
__init__(self,
argv,
thread)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
|
|
appendTailLine(self,
line)
Append lines to the tail of the log |
source code
|
|
PyFoam.RunDictionary.SolutionDirectory
|
|
|
|
|
runOK(self)
checks whether the run was successful |
source code
|
|
|
start(self)
starts the command and stays with it till the end |
source code
|
|
|
startHandle(self)
to be called before the program is started |
source code
|
|
|
stopGracefully(self)
Tells the runner to stop at the next convenient time |
source code
|
|
|
stopHandle(self)
called after the program has stopped |
source code
|
|
|
|
|
|
|
writeResults(self)
Writes the next possible time-step |
source code
|
|
|
writeStartTime(self)
Write the real time the run was started at |
source code
|
|
|
writeTailLog(self)
Write the last lines to the log |
source code
|
|
|
writeTheState(self,
state,
always=True)
Write the current state the run is in |
source code
|
|
|
writeToStateFile(self,
fName,
message)
Write a message to a state file |
source code
|
|