PyFoam.RunDictionary.LagrangianPatchData module¶
Read files written by the Lagrangian function object that writes patch incidents and transforms the data into a NumPy-array
-
class
PyFoam.RunDictionary.LagrangianPatchData.LagrangianPatchData(fName)[source]¶ Bases:
objectClass to read lagrangian patch data and store it as a NumPy-array
-
__dict__= mappingproxy({'__dict__': <attribute '__dict__' of 'LagrangianPatchData' objects>, '__weakref__': <attribute '__weakref__' of 'LagrangianPatchData' objects>, 'pandas': <function LagrangianPatchData.pandas>, '__doc__': 'Class to read lagrangian patch data and store it as a NumPy-array', '__module__': 'PyFoam.RunDictionary.LagrangianPatchData', '__init__': <function LagrangianPatchData.__init__>})¶
-
__module__= 'PyFoam.RunDictionary.LagrangianPatchData'¶
-
__weakref__¶ list of weak references to the object (if defined)
-
-
class
PyFoam.RunDictionary.LagrangianPatchData.LagrangianPatchDataAll(cloudDirName)[source]¶ Bases:
objectRead the lagrangian patch data for a cloud for a whole cloud (all times)
-
__dict__= mappingproxy({'__dict__': <attribute '__dict__' of 'LagrangianPatchDataAll' objects>, '__weakref__': <attribute '__weakref__' of 'LagrangianPatchDataAll' objects>, 'pandas': <function LagrangianPatchDataAll.pandas>, '__doc__': 'Read the lagrangian patch data for a cloud for a whole cloud (all times)', '__module__': 'PyFoam.RunDictionary.LagrangianPatchData', '__init__': <function LagrangianPatchDataAll.__init__>})¶
-
__module__= 'PyFoam.RunDictionary.LagrangianPatchData'¶
-
__weakref__¶ list of weak references to the object (if defined)
-
-
class
PyFoam.RunDictionary.LagrangianPatchData.LagrangianPatchDataTime(timeDirName)[source]¶ Bases:
objectRead the lagrangian patch data from a whole timestep
-
__dict__= mappingproxy({'__dict__': <attribute '__dict__' of 'LagrangianPatchDataTime' objects>, '__weakref__': <attribute '__weakref__' of 'LagrangianPatchDataTime' objects>, 'pandas': <function LagrangianPatchDataTime.pandas>, '__doc__': 'Read the lagrangian patch data from a whole timestep', '__module__': 'PyFoam.RunDictionary.LagrangianPatchData', '__init__': <function LagrangianPatchDataTime.__init__>})¶
-
__module__= 'PyFoam.RunDictionary.LagrangianPatchData'¶
-
__weakref__¶ list of weak references to the object (if defined)
-