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.

Ansys Learning Forum Forums Discuss Simulation Fluids Parameterize Arrhenius factors in Fluent Reply To: Parameterize Arrhenius factors in Fluent

Mike H.
Subscriber

I was able to print the activation energy value for my reaction #4 using this Scheme command:

> (list-ref (list-ref (list-ref (list-ref (list-ref (list-ref (%rpgetvar 'materials) 9) 4) 1) 4) 5) 2)

2.607e+08

Here, 9=material, 4=reactions, 1=finite rate, 4=reaction #, 5=arrhenius, 2=activation energy.

Question: does anyone know the Scheme command to change that value?

Thanks.