PyFoam.RunDictionary.ListFile module
File that contains only a list (for instance points)
- class PyFoam.RunDictionary.ListFile.ListFile(place, name)[source]
Bases:
SolutionFileRepresents a OpenFOAM file with only a list
- __annotations__ = {}
- __init__(place, name)[source]
- Parameters:
place – directory of the file
name – The name of the list file
- __module__ = 'PyFoam.RunDictionary.ListFile'