Assumes that the case is prepared to be set up with
=pyFoamRunParameterVariation.py= and automatically sets it up with this.
Needs one parameterfile and a variation-file
|
__init__(self,
basename,
parameterfile,
variationfile,
template=None,
**kwargs)
Initializes the Job |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
|
|
|
|
|
|
autoDecompose(self)
Automatically decomposes the grid with a metis-algorithm |
source code
|
|
|
autoReconstruct(self)
Default reconstruction of a parallel run |
source code
|
|
|
casedir(self)
Returns the actual directory of the case To be overridden if
appropriate |
source code
|
|
|
casename(self)
Returns just the name of the case |
source code
|
|
|
checkpointFile(self)
The file that makes the job write a checkpoint |
source code
|
|
|
|
|
|
|
|
|
foamRun(self,
application,
args=[ ] ,
foamArgs=[ ] ,
steady=False,
multiRegion=True,
progress=False,
compress=False,
noLog=False)
Runs a foam utility on the case. |
source code
|
|
|
fullJobId(self)
Return a string with the full job-ID |
source code
|
|
|
jobFile(self)
The file with the job information |
source code
|
|
|
|
|
|
|
|
|
|
|
stopFile(self)
The file that makes the job write a checkpoint and end |
source code
|
|
|
|
|
templateFile(self,
fileName)
Looks for a template file and evaluates the template using the usual
parameters |
source code
|
|
|
|