- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Can I do this?
Page Start Prev 1 Next End
Can I do this?
Can I do this?
May-22-20 02:23:44
as you can see in the title, I have an ordinary diffrential equation and the unknow function can takes complex values and
I don't figure out how I can derivate this function.
I propose the code below
can anyone help me?
Code:
der(T7[i].re) = (0.4 * mr[i] * 0.016 * Kf * (Tout[i].re- T7[i].re) - Ks * (T7[i].re - Ta[i])) * (1 / Ct);
der(T7[i].im) = (0.4 * mr[i] * 0.016 * Kf * (Tout[i].im - T7[i].im) - Ks * (T7[i].im - Ta[i])) * (1 / Ct);
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Can I do this?
There are 0 guests and 0 other users also viewing this topic