Does the order of the equations in a coupled OIDENT solver matter?

前端 未结 2 749

My code runs, however, if i change the order of the equations defined in my formula my graphs changes as well. Can somebody tell me why this is? Now i do not know what the right

2条回答
  •  轮回少年
    2021-01-28 15:21

    In the second code snippet you are referring to e.g. u_1 before you assign it. The same goes for u_2 ... u_4. So whatever the values of those are before the assignments get used in the calculations for du1dt...duddt

提交回复
热议问题