PyFoam.RunDictionary.LagrangianCloudData module
Read a directory of lagrangian cloud data
- class PyFoam.RunDictionary.LagrangianCloudData.LagrangianCloudData(caseName, cloudName, timeName, parallel=False)[source]
Bases:
objectRead the cloud data from a time-step (serial or parallel)
- __dict__ = mappingproxy({'__module__': 'PyFoam.RunDictionary.LagrangianCloudData', '__doc__': 'Read the cloud data from a time-step (serial or parallel)', '__init__': <function LagrangianCloudData.__init__>, '__dict__': <attribute '__dict__' of 'LagrangianCloudData' objects>, '__weakref__': <attribute '__weakref__' of 'LagrangianCloudData' objects>, '__annotations__': {}})
- __module__ = 'PyFoam.RunDictionary.LagrangianCloudData'
- __weakref__
list of weak references to the object (if defined)
- class PyFoam.RunDictionary.LagrangianCloudData.LagrangianCloudDataDirectory(dirPath)[source]
Bases:
objectRead all the cloud data in a directory and put it in a Pandas dataframe
- __dict__ = mappingproxy({'__module__': 'PyFoam.RunDictionary.LagrangianCloudData', '__doc__': 'Read all the cloud data in a directory and put it in a Pandas dataframe', '__init__': <function LagrangianCloudDataDirectory.__init__>, '__dict__': <attribute '__dict__' of 'LagrangianCloudDataDirectory' objects>, '__weakref__': <attribute '__weakref__' of 'LagrangianCloudDataDirectory' objects>, '__annotations__': {}})
- __module__ = 'PyFoam.RunDictionary.LagrangianCloudData'
- __weakref__
list of weak references to the object (if defined)