Zalan Zsiboras
Zalan Zsiboras
The issue is still there in MTK 9.77.0. Can someone else confirm it as well? :) **Environment:** - Output of `using Pkg; Pkg.status()` ```julia [961ee093] ModelingToolkit v9.77.0 ``` - Output...
I know of two ways to "extend" a system that works for now: Necessary imports: ```julia using ModelingToolkit using ModelingToolkit: t_nounits as t @connector Port begin T(t) m_dot(t), [connect =...
Hi! If you would like to change the `sat` parameter then you need to define it as a time dependent parameter: `sat(t)`. However, based on my testing this alone does...
Thank you for the answer and the disclaimer. For my use case I would need a solution that is production ready and generates the same (or essentially the same) initialization...
The problem still exists in MTK v10.21. It would be great to get an answer if the maintainers are aware of it. **The bug 🐞** Model compilation throws "Internal error"...