Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
General

General

How to calculate the positive or negative mass flow rate through an arbitrary plane in CFD Post?

    • FAQFAQ
      Participant

      Just us following expressions to sum up the positive or negative mass flow rates through the cells of an arbitrary plane with name “Surface”: Positive mass flow rate: areaInt(max(0.0[m/s],Velocity u * Normal X + Velocity v * Normal Y + Velocity w * Normal Z)*Density)@Surface Negative mass flow rate: areaInt(min(0.0[m/s],Velocity u * Normal X + Velocity v * Normal Y + Velocity w * Normal Z)*Density)@Surface