Pressure unit in 2D box
Hi,
I have a case of rectangular box and I need to compute the pressure on the left boundary of the box.
I created the ascii file with this instruction:
%partvtk% -dirin %dirout% -savevtk %dirout%/PartMoving -onlytype:-all,+moving -vars:+press -saveascii %dirout%/PartMoving
I read, in PartMoving_ijkl.asc, for each particles the values of PressxPos, PressyPos, PresszPos, PressxNeg, PressyNeg, PresszNeg.
How can I plot the pressure values along the height of the wall?
Regards
I have a case of rectangular box and I need to compute the pressure on the left boundary of the box.
I created the ascii file with this instruction:
%partvtk% -dirin %dirout% -savevtk %dirout%/PartMoving -onlytype:-all,+moving -vars:+press -saveascii %dirout%/PartMoving
I read, in PartMoving_ijkl.asc, for each particles the values of PressxPos, PressyPos, PresszPos, PressxNeg, PressyNeg, PresszNeg.
How can I plot the pressure values along the height of the wall?
Regards
Comments
However to compute pressure at given locations you should use MeasureTool code.
Regards