-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running a simulation of a toy problem does not terminate #20
Comments
I am very glad that you give a shot to
What I see from your model construction is that
But, you try to connect the outputs of
This is erroneous. You should not connect 3 pins to a 2-pin port. Surely this is not your fault as this should also be checked and not be allowed during model construction . (This check will also be include to the package). One other important thing with your model(by considering just your model construction above) is that the model includes four algebraic loops. Three of those algebraic loops are nested. Although currently It seems to me that the model you are trying to simulate can be constructed more compactly without needing so many components like adders, multipliers, etc. Can you please write share the model equations with me so that I can try to simulate it. Thank you again for filing this issue. |
After removing the wrong term the simulation stops at 50%. So there is still something wrong.
The model is based on a small SimuLink example of somebody i know and for whom i evaluate whether Julia is ready for their work flow. It is obvious that this system can be rephrased as a single (linear) ODE. |
Hello,
i tried to port a toy problem from Simulink to this framework.
However the program is stuck on:
I also found no way to check whether i missed to add some branch, other than manually where i spotted nothing wrong. I also see not CPU utilization.
The text was updated successfully, but these errors were encountered: