Hello all,
I'm trying to model a tracer that has very stiff source terms. The idea is to treat them implicitly and see whether it gives stable and reasonable results.
In other words, I must solve this equation:
dF/dt + u_i*dF/dx_i = S(F)
S(F) = Cte_1*(F -Cte_2)**(3-n)*F
But do not know how to compute S(F). Should I calculate S(F)≈ S(F*), with F* being old values of F, and then pass it as an argument to CVDFTR.f? or should I do something different?
Many thanks,
Sebastian