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.
Reacting Flows

Reacting Flows

I am running an electrochemistry simulation in Fluent. How can I access the electrochemistry reaction rates with UDF?

    • FAQFAQ
      Participant

      You can use the following macros to get echem reaction rate: —————– F_STORAGE_R(f, tf, SV_ECHEM_RX_0 + j): j is from 0 to rm->n_reactions F_STORAGE_R(f, tf, SV_PHI_1_FARADAIC_FLUX): total current density on an echem reaction wall —————– the unit of them is amps/m2.