|
__init__(self,
args=None,
description=None,
usage=None,
interspersed=False,
nr=None,
changeVersion=True,
exactNr=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkCase(self,
name,
fatal=True,
verbose=True)
Check whether this is a valid OpenFOAM-case |
source code
|
|
|
addToCaseLog(self,
name,
*text)
Add information about the application that was run to the case-log |
source code
|
|
|
addLocalConfig(self,
directory=None)
Adds a local directory (assuming it is found) |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|