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

Class NoTouchSolutionDirectory

source code

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

Convenience class that makes sure that nothing new is created

Instance Methods [hide private]
 
__init__(self, name, region=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
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]

Inherited from Basics.Utilities.Utilities: excludeNames

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, region=None)
(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)