PyFoam.RunDictionary.RegionCases module¶
Pseudo-Cases for Regions, built from symlinks
-
class
PyFoam.RunDictionary.RegionCases.
RegionCases
(sol, clean=False, processorDirs=True)[source]¶ Builds pseudocases for the regions
-
__init__
(sol, clean=False, processorDirs=True)[source]¶ Parameters: - sol – solution directory
- clean – Remove old pseudo-cases
-
__module__
= 'PyFoam.RunDictionary.RegionCases'¶
-
_mklink
(master, region, name, prefix='', postfix='')[source]¶ Makes a link from the master case to the pseudo-case :param master: Name of the master directory :param region: Name of one region :param name: Name of the directory to link :param prefix: A prefix to the path :param postfix: An actual file to the path
-