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

Поделиться
HTML-код
  • Опубликовано: 27 окт 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.

  • @MarkYobb
    @MarkYobb 3 года назад +2

    Well done video! Very helpful.

  • @nikolaslymberisscuro6605
    @nikolaslymberisscuro6605 3 года назад +1

    you helped me again Asmaa! Thank you!

  • @animshrestha
    @animshrestha 3 месяца назад

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

  • @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

  • @andresporras9973
    @andresporras9973 2 года назад

    You are a life saver!

  • @DonHickory
    @DonHickory Год назад

    Thank you so much! Great content

  • @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 9 месяцев назад

      @@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?

  • @literaturaymas8299
    @literaturaymas8299 4 года назад

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

  • @Am-pe4iy
    @Am-pe4iy 3 года назад

    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.

  • @vaibhavkumar8660
    @vaibhavkumar8660 4 года назад

    How can i plot head vs time plot in tank drain

  • @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.