When the command is run the output is copied to a LogFile and
(optionally) standard-out
The argument list assumes for the first three elements the
OpenFOAM-convention:
|
__init__(self,
argv=None,
silent=False,
logname="PyFoam",
lam=None,
server=False,
restart=False)
|
|
start(self)
starts the command and stays with it till the end
|
|
runOK(self)
checks whether the run was successful
|
|
startHandle(self)
to be called before the program is started
|
|
stopGracefully(self)
Tells the runner to stop at the next convenient time
|
|
writeResults(self)
Writes the next possible time-step
|
|
stopHandle(self)
called after the program has stopped
|
|
lineHandle(self,
line)
called every time a new line is read
|
|
logName(self)
Get the name of the logfiles
|
PyFoam.RunDictionary.SolutionDirectory
|
getSolutionDirectory(self,
archive=None)
|
|
addEndTrigger(self,
f)
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|