Package PyFoam :: Package RunDictionary :: Module SolutionDirectory :: Class ChemkinSolutionDirectory
[hide private]
[frames] | no frames]

Class ChemkinSolutionDirectory

source code

                object --+        
                         |        
Basics.Utilities.Utilities --+    
                             |    
             SolutionDirectory --+
                                 |
                                ChemkinSolutionDirectory

Solution directory with a directory for the Chemkin-files

Instance Methods [hide private]
 
__init__(self, name, archive="ArchiveDir")
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
str
chemkinDir(self)
Returns: The directory with the Chemkin-Files
source code

Inherited from SolutionDirectory: __contains__, __delitem__, __getitem__, __iter__, __len__, __setitem__, addBackup, addLocalConfig, addToClone, addToHistory, addToTar, blockMesh, boundaryDict, clear, clearOther, clearPattern, clearResults, cloneCase, constantDir, controlDict, fullPath, getDictionaryContents, getDictionaryText, getFirst, getLast, getParallelTimes, getRegions, getTimes, initialDir, isValid, lastToArchive, latestDir, listFiles, makeFile, missingFiles, nrProcs, packCase, polyMeshDir, processorDirs, reread, setToParallel, sorttimes, systemDir, timeIndex, timeName, writeDictionaryContents, writeDictionaryText

Inherited from Basics.Utilities.Utilities: execute, listDirectory, writeDictionaryHeader

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  chemkinName = "chemkin"

Inherited from Basics.Utilities.Utilities: excludeNames

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, archive="ArchiveDir")
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • name - Name of the solution directory
  • archive - name of the directory where the lastToArchive-method should copy files, if None no archive is created
  • paraviewLink - Create a symbolic link controlDict.foam for paraview
  • parallel - use the first processor-subdirectory for the authorative information
  • region - Mesh region for multi-region cases
Overrides: object.__init__
(inherited documentation)

chemkinDir(self)

source code 
Returns: str
The directory with the Chemkin-Files