DualSPHysics / DesignSPHysics

Module for FreeCAD intended to use with DualSPHysics fluid simulator.
Other
111 stars 40 forks source link

Pressure measurement #152

Closed TShorlar closed 1 year ago

TShorlar commented 1 year ago

The tutorial on Post-Processing and Visualisation DualSPHysics Visualisation: Plotting Pressure chose pressure point at 0.4, 0.3, 0.1 (x, y, z pointlist) and i got result like the one in the tutorial. However, when I choose different point(s) the pressure returned 0. I'll be glad if i can get a guide on this.

Thanks

TShorlar commented 1 year ago
image

Pls i need help on this.

imestevez commented 1 year ago

Hello, it seems you are exporting the elevation at each point (PosX, PosY, PosZ). If you want to export the pressure you can take a look to the an example included in the release (01_DamBreak) to export the pressure in the post-processing stage using MeasureTool. In addition, if you download the full package of DualSPHysics (DualSPHysics_v5.2.0), you can follow the documentation available in DualSPHysics_v5.2/doc/guides/PostprocessingCalculations_v5.2.pdf

TShorlar commented 1 year ago

Thank you for the response.