How to Calculate the FlowRate and Plot it Over Time in ParaView -

Поділитися
Вставка
  • Опубліковано 14 лис 2024

КОМЕНТАРІ • 27

  • @alimokhtari8934
    @alimokhtari8934 2 роки тому +2

    Thank you so much for the video. I think it could be better to use Surface Normals and then compute (Velocity.Normals) and then integrate with Integrate variables and then calculate flowrate based on this.
    Using mag(U) to calculate the flow rate is not a general solution and works in specific cases

    • @CFDAsmaaHadane
      @CFDAsmaaHadane  2 роки тому +1

      Thanks for your contribution, your suggestion could be helpful for other users.

  • @coffeecritic5769
    @coffeecritic5769 3 роки тому +3

    Dear Ms Hadane. This was a very useful presentation. You have saved me hours. Thanks hugely. (One minor fluids correction: the volume flow would be the integrated normal component velocity through the surface, not the velocity magnitude. This would account for backflow through the surface).

  • @c45correa
    @c45correa 2 роки тому +1

    This video help me a lot. Thank you very much.

  • @MrTariq4me
    @MrTariq4me 2 роки тому

    This video helped me a lot. Thank you very much for making it.

  • @andresporras9973
    @andresporras9973 2 роки тому

    You are a life saver!

  • @DCRuhr
    @DCRuhr 3 роки тому +5

    Well ,mag(U) > integrateVariables gives wrong values if flow vector is not perpendicular to the surface. Besides the flow angle, it also neglects the direction of flow and does not calculate the net flux.

    • @CFDAsmaaHadane
      @CFDAsmaaHadane  3 роки тому +1

      True ! it is applicable is this case since the flow direction is perpendicular to the surface

  • @nikolaslymberisscuro6605
    @nikolaslymberisscuro6605 3 роки тому +1

    you helped me again Asmaa! Thank you!

  • @DonHickory
    @DonHickory Рік тому

    Thank you so much! Great content

  • @MarkYobb
    @MarkYobb 3 роки тому +2

    Well done video! Very helpful.

  • @animshrestha
    @animshrestha 4 місяці тому

    Thankyou for the video. How can we address the value of alpha when calculating flowrate in interfoam?

  • @QuantumBeatsLab
    @QuantumBeatsLab 5 місяців тому

    how to do it for Cylinder2D? I searched and got a formula to multiply density * velocity_X (if the flow is primarily in the x-direction). But I cannot find the density option in the Calculator in Paraview. Can you please tell me how to do it? Please reply

  • @nikoonz
    @nikoonz Рік тому

    Many many thank you.

    • @CFDAsmaaHadane
      @CFDAsmaaHadane  Рік тому +1

      Welcome!

    • @ajarivas72
      @ajarivas72 10 місяців тому

      @@CFDAsmaaHadane
      How can you install *AI agents* on the Paraview Python console?
      What about *tensorflow* ?

  • @komeilsamet789
    @komeilsamet789 4 роки тому

    Hi dear Asmaa, thank you for your share. I'm working on my PhD thesis, can I ask my questions about the OpenFOAM if I had please?

  • @helikopterelidojosa5479
    @helikopterelidojosa5479 2 роки тому

    Thank you

  • @aykutgunhan436
    @aykutgunhan436 3 роки тому

    Hello, I'm trying to calculate the pressure drop between inlet and outlet. For this purpose, i am trying to calculate the mass-weighted pressure which i couldn't yet. Do you have any idea how i can calculate this value and find the total pressure drop? Also i've to mention that the flow is incompressible.

  • @andresporras9973
    @andresporras9973 2 роки тому

    I have a new doubt, in case that i wish to know what is the cumulative volume of the bubbles on the outlet, how could i get it?

  • @vaibhavkumar8660
    @vaibhavkumar8660 4 роки тому

    How can i plot head vs time plot in tank drain

  • @Am-pe4iy
    @Am-pe4iy 4 роки тому

    As far as I know flow rate = rho V A , are u assuming that the bubbles density is 1 ? because this is miss leading what you are calculating is a mass flux not flow rate .

    • @sharshabillian
      @sharshabillian 3 роки тому +2

      rho U A is mass flow rate. only U A is volumetric flow rate.

  • @literaturaymas8299
    @literaturaymas8299 4 роки тому

    you can just rename 0 folder as 0.org and paraview ignores it. Nice, Thanks!

  • @salihkaya467
    @salihkaya467 4 роки тому

    how can ı install on my laptop for win 10, thanks a lot

    • @BobBeatski71
      @BobBeatski71 3 роки тому

      Jozsef Nagy has videos of install to Win10.

  • @AndySomogyi
    @AndySomogyi 2 роки тому

    Don't think this is entirely correct, in that you are first getting the magnitude of velocity and integrating over a surface, i.e. you're taking the dot product of velocity vector with itself. What you should do is the dot product of the velocity with the normal vector of each patch element to get flux.