Home | Trees | Index | Help |
---|
Package PyFoam :: Package RunDictionary :: Module SolutionDirectory :: Class ChemkinSolutionDirectory |
|
Utilities
--+ |SolutionDirectory
--+ | ChemkinSolutionDirectory
Method Summary | |
---|---|
| |
str |
Return the directory with the Chemkin-Files |
Inherited from SolutionDirectory | |
add file to list of files that are to be copied to the archive | |
add directory to the list that is needed to clone this case | |
str |
Return the name of the blockMeshDict if it exists. |
remove all time-directories after a certain time. | |
SolutionDirectory or correct
subclass
|
create a clone of this case directory. |
str |
Return the name of the constant -directory |
str |
Return the name of the controlDict |
str |
Return the last time for which a solution exists |
Return list of all the available times | |
str |
Return the name of the first time-directory (==initial conditions |
copy the last solution (plus the backup-files to the archive) | |
str |
Return the name of the first last-directory (==simulation results) |
BasicFile
|
create a file in the solution directory and return a corresponding BasicFile-object |
str |
Return the name of the polyMesh |
Rescan the directory for the time directories | |
Sort function for the solution files | |
str |
Return the name of the system -directory |
Inherited from Utilities | |
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 | |
---|---|
str |
chemkinName = 'chemkin'
|
Inherited from Utilities | |
list |
excludeNames = ['^.svn$', '~$']
|
Method Details |
---|
__init__(self,
name,
archive='ArchiveDir')
|
chemkinDir(self)
|
Class Variable Details |
---|
chemkinName
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 | http://epydoc.sf.net |