PyFoam.RunDictionary.LagrangianCloudData module

Read a directory of lagrangian cloud data

class PyFoam.RunDictionary.LagrangianCloudData.LagrangianCloudData(caseName, cloudName, timeName, parallel=False)[source]

Bases: object

Read the cloud data from a time-step (serial or parallel)

__dict__ = mappingproxy({'__dict__': <attribute '__dict__' of 'LagrangianCloudData' objects>, '__module__': 'PyFoam.RunDictionary.LagrangianCloudData', '__init__': <function LagrangianCloudData.__init__>, '__doc__': 'Read the cloud data from a time-step (serial or parallel)', '__weakref__': <attribute '__weakref__' of 'LagrangianCloudData' objects>})
__init__(caseName, cloudName, timeName, parallel=False)[source]
__module__ = 'PyFoam.RunDictionary.LagrangianCloudData'
__weakref__

list of weak references to the object (if defined)

class PyFoam.RunDictionary.LagrangianCloudData.LagrangianCloudDataDirectory(dirPath)[source]

Bases: object

Read all the cloud data in a directory and put it in a Pandas dataframe

__dict__ = mappingproxy({'__dict__': <attribute '__dict__' of 'LagrangianCloudDataDirectory' objects>, '__module__': 'PyFoam.RunDictionary.LagrangianCloudData', '__init__': <function LagrangianCloudDataDirectory.__init__>, '__doc__': 'Read all the cloud data in a directory and put it in a Pandas dataframe', '__weakref__': <attribute '__weakref__' of 'LagrangianCloudDataDirectory' objects>})
__init__(dirPath)[source]
__module__ = 'PyFoam.RunDictionary.LagrangianCloudData'
__weakref__

list of weak references to the object (if defined)