DualSPHysics / DesignSPHysics

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

Pressure Sensor. Is that added in Pre-Processing or Post Processing? #188

Closed SohailAusgur closed 5 months ago

SohailAusgur commented 5 months ago

image See, this image with the Pressure Sensor. I want to know, is this added in the xml files in pre-processing or is it done in Paraview for Post Processing? Many Thanks.

jmdalonso commented 5 months ago

An example can be found in the full DualSPHysics package (download from https://dual.sphysics.org/downloads/). In examples/main/05_SloshingTank/CaseSloshingAcc pressure is measured at a point in a fixed tank. In examples/main/05_SloshingTank/CaseSloshingMotion pressure is measured at a point in a moving tank. Best regards.

SohailAusgur commented 5 months ago

Thank you for the reply.

So I want to conduct measure pressure in a moving tank for multiphase. I transferred the motion file from examples/main/05_SloshingTank/CaseSloshingMotion into the multiphase simulation and the simulation runs fine.

However the pressure point when measuring does not move as it does in the single phase simulation. Would you know why that is? Is there a parameter I am missing in the .dat file? or the .xml file?