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({'__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>})
__init__(caseName, cloudName, timeName, parallel=False)[source]

Initialize self. See help(type(self)) for accurate signature.

__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({'__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>})
__init__(dirPath)[source]

Initialize self. See help(type(self)) for accurate signature.

__module__ = 'PyFoam.RunDictionary.LagrangianCloudData'
__weakref__

list of weak references to the object (if defined)