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({'__init__': <function LagrangianCloudData.__init__>, '__weakref__': <attribute '__weakref__' of 'LagrangianCloudData' objects>, '__module__': 'PyFoam.RunDictionary.LagrangianCloudData', '__dict__': <attribute '__dict__' of 'LagrangianCloudData' objects>, '__doc__': 'Read the cloud data from a time-step (serial or parallel)'})¶
-
__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({'__init__': <function LagrangianCloudDataDirectory.__init__>, '__weakref__': <attribute '__weakref__' of 'LagrangianCloudDataDirectory' objects>, '__module__': 'PyFoam.RunDictionary.LagrangianCloudData', '__dict__': <attribute '__dict__' of 'LagrangianCloudDataDirectory' objects>, '__doc__': 'Read all the cloud data in a directory and put it in a Pandas dataframe'})¶
-
__module__
= 'PyFoam.RunDictionary.LagrangianCloudData'¶
-
__weakref__
¶ list of weak references to the object (if defined)
-