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