I am trying to solve a set of PDEs with FiPy, but not sure how to represent the equations: see the PDEs here.
The terms give me trouble are those in red rectangle and blue rectangle. The one in red rectangle is a convection term times a function depending on x, T1 and T2; The one in blue rectangle is a transient term times another function depending on x, T1 and T2.
I couldn't find any example including this kind of terms. Could you please give me some suggestions, or share me an example?
I appreciate any help. Thanks in advance.