PyFoam.Basics.OutFileCollection module¶
Collections of output files
-
class
PyFoam.Basics.OutFileCollection.
OutFileCollection
(basename, titles=[], singleFile=False)[source]¶ Bases:
object
Collection of output files
The files are stored in a common directory and are created on first access
Each file can be identified by a unique name. If a file is accessed a second time at the same simulation-time a file with the ending _2 is created (incrementing with each access)
-
addToOpenList
(name)[source]¶ Adds a file to the list of open files. Closes another file if limit is reached
-
maxOpenFiles
= 100¶
-