Could anyone please help me with coding an UDF in Fluent for thermal conductivity? The thermal conductivity is a function of two different temperatures: the translational-rotational and vibrational-electronic temperatures.

Should I create one function for each temperature dependency or can I include them both into one function?

Also, should I define both of them as:

float T = C_T(c, t); (for the translational-rotational temperature)

float Tve = C_T(c, t); (for the vibrational-electronic Temperature)

Similar questions and discussions