You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MTK code for initialization may change starting from September 2024. Before that, for example, in version 9.19.0, the following MRE code of RC system with HeatingResistor worked.
Error: Initialization system is overdetermined. 1 equations for 0 unknowns. isys3_prob.f.initializeprob.f.sys out: 0 =−resistor.v(t)+resistor.i(t)resistor.R(t), if deleted this equation in the model of HeatingResistor, Error: ExtraVariablesSystemException: The system is unbalanced.
There are 25 highest order derivative variables and 24 equations.
If using the common Resistor model without heat_port, there is no error.
Question❓
The MTK code for initialization may change starting from September 2024. Before that, for example, in version 9.19.0, the following MRE code of RC system with HeatingResistor worked.
Although I went through the tutorial Parameter initialization by example and have done some tests (github page of the Jupyter file), I still don't know how to debug it according to the physical laws of RC. Could you help me, please? Thanks a lot!
Error: Initialization system is overdetermined. 1 equations for 0 unknowns.
isys3_prob.f.initializeprob.f.sys
out:0 =−resistor.v(t)+resistor.i(t)resistor.R(t)
, if deleted this equation in the model of HeatingResistor, Error:ExtraVariablesSystemException: The system is unbalanced.
There are 25 highest order derivative variables and 24 equations.
If using the common Resistor model without heat_port, there is no error.
ENV
Jupyter test file of the MRE is on the github page
Here is the copy-paste MRE:
if without guesses, the error is the same.
The text was updated successfully, but these errors were encountered: