We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
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