Determine and plot the superficial velocity

Hi,

I’m performing pressure driven flow in the horizontal pipe using OpenFOAM. As the case is pressure driven flow, it gives specific velocity of liquid based on pressure difference between upstream and downstream end of the pipe. Once the flow is developed, air is introduced from upstream end and this gives flow transition from stratified to slug flow on so on.

Now I can plot the velocity at any point using probe in paraView. But I’m interested in the plot of superficial velocity of gas Vs Superficial velocity of liquid, which are different than the velocity of gas and velocity of liquid.

Please find attached link for further details;

It would be great if some one can assist me on this.

Regards

Is the diameter of the pipe uniform? If so, you can use the Calculator filter to divide the specific velocity by the known cross sectional area of the pipe.

Hi, Thanks for the response.
Yes, pipe diameter is constant (say, 6" pipe). Could you please elaborate more?

  1. Load your data as you already are.
  2. Select the Calculator filter pqCalculator
    • It’s conveniently located on the third toolbar all the way to the left.
  3. In the properties panel, change the Result Array Name from “Result” to something meaningful (such as SuperficialV). (optional)
  4. Set an expression (in the text box right underneath the Result Array Name) to the math expression you want. For example, if your specific velocity is in a variable named SpecificV and the constant radius is 6, you might set the expression to be SpecificV / 6.
    • You can use the buttoms and scalar/vector combo boxes right below to help you build the expression.
  5. Hit Apply.

If you need more information, the calculator filter is featured in many ParaView tutorials.

Thanks.

I will get back to you after trying your suggested approach.

Regards