|
__init__(self,
run=None,
master=None,
lines=100)
|
|
_insertLine(self,
line)
Inserts a new line, not to be called via XMLRPC
|
|
isFoamServer(self)
This is a Foam-Server (True by default)
|
|
isLiving(self)
The calculation still generates output and therefor seems to be
living
|
|
_kill(self)
Interrupts the FOAM-process
|
|
stop(self)
Stops the run gracefully (after writing the last time-step to
disk)
|
|
argv(self)
Argument vector with which the runner was called
|
|
usedArgv(self)
Argument vector with which the runner started the run
|
|
isParallel(self)
Is it a parallel run?
|
|
procNr(self)
How many processors are used?
|
|
nrWarnings(self)
Number of warnings the executable emitted
|
|
commandLine(self)
The command line
|
|
actualCommandLine(self)
The actual command line used
|
|
scriptName(self)
Name of the Python-Script that runs the show
|
|
lastLine(self)
|
|
tail(self)
|
|
elapsedTime(self)
|
|
getEnviron(self,
name)
|
|
mpi(self)
|
|
foamVersion(self)
Version number of the Foam-Version
|
|
pyFoamVersion(self)
|
|
uname(self)
|
|
ip(self)
|
|
hostname(self)
|
|
configuration(self)
|
|
cwd(self)
|
|
pid(self)
|
|
user(self)
|
|
id(self)
|
|
time(self)
|
|
createTime(self)
|
|
_readParameter(self,
name)
Reads a parametr from the controlDict
|
|
startTime(self)
|
|
endTime(self)
|
|
deltaT(self)
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|