Home | Trees | Index | Help |
---|
Package PyFoam :: Package Basics :: Module Utilities :: Class Utilities |
|
FileBasis
,
LAMMachine
,
SolutionDirectory
Class with utility methods
Can be inherited without side effects by classes that need these methodsMethod Summary | |
---|---|
__init__(self)
| |
Execute the command cmd | |
Lists the files in a directory, but excludes certain names and files with certain endings | |
Writes a dummy header so OpenFOAM accepts the file as a dictionary |
Class Variable Summary | |
---|---|
list |
excludeNames = ['^.svn$', '~$']
|
Method Details |
---|
execute(self, cmd, debug=False)Execute the command cmd Currently no error-handling is done
|
listDirectory(self, d)Lists the files in a directory, but excludes certain names and files with certain endings
|
writeDictionaryHeader(self, f)Writes a dummy header so OpenFOAM accepts the file as a dictionary
|
Class Variable Details |
---|
excludeNames
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 | http://epydoc.sf.net |