|
__init__(self,
args=None,
description=None,
**kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
|
|
__getitem__(self,
key)
Get application data |
source code
|
|
|
__iter__(self)
Iterate over the application data |
source code
|
|
|
|
|
addLocalConfig(self,
directory=None)
Adds a local directory (assuming it is found) |
source code
|
|
|
addToCaseLog(self,
name,
*text)
Add information about the application that was run to the case-log |
source code
|
|
|
checkCase(self,
name,
fatal=True,
verbose=True)
Check whether this is a valid OpenFOAM-case |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|