We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
General

General

How to calculate swirl in Fluent?

    • FAQFAQ
      Participant

      You can do this through a surface integral as follows: The swirl number is defined as the radius-weighted ratio of axial flux of angular momentum to the axial flux of axial momentum. SWIRL_NUMBER = FLOWRATE(radius*tangential-velocity) / FLOWRATE(radius*axial-velocity) You can use custom field functions to obtain radius*tangential-velocity and radius*axial-velocity. Some users use a reference radius in the denominator such that: Denominator = radius_ref*FLOWRATE(axial-velocity)