|
__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,
hardcopy=False,
hardcopyFormat=' png ' ,
hardcopyPrefix=None,
writeFiles=False,
server=False,
lam=None,
raiseit=False,
steady=False,
progress=False,
restart=False,
logname=None,
compressLog=False,
noLog=False,
logTail=None,
singleFile=False,
writePickled=True,
plottingImplementation=None,
remark=None,
parameters=None,
jobId=None)
TODO: Docu |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
|
|
timeChanged(self)
React to a change of the simulation time in the log |
source code
|
|
|
|
|
|
|
createPlots(self,
persist=None,
raiseit=False,
splitThres=2048,
plotLinear=True,
plotCont=True,
plotBound=True,
plotIterations=True,
plotCourant=True,
plotExecution=True,
plotDeltaT=True,
start=None,
end=None,
writeFiles=False,
customRegexp=None,
plottingImplementation=' dummy ' ) |
source code
|
|
|
|
|
getDirname(self)
Get the name of the directory where the data is written to |
source code
|
|
|
|
|
|
|
|
|
picklePlots(self,
wait=False)
Writes the necessary information for the plots permanently to disc,
so that it doesn't have to be generated again |
source code
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
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
|
|