- Index
- » Programming
- » Modelica Language
- » Simulation stops when adding a step
Simulation stops when adding a step
Simulation stops when adding a step
Hi all;
I have a model that runs fine when the input variables are in steady state. However, if I add a step in one of them at T=20000, the simulation stops running way before the event (at T=300 for instance).
Has this happened to anyone before? What might be the problem?
I have tried everything and to my knowledge, there is no way to debug this.
Thanks in advance
G
Re: Simulation stops when adding a step
What error message did OM give you?
- Arinomo23
- 120 Posts
Re: Simulation stops when adding a step
The error is related to a certain variable (a temperature) that takes a non-accepted value. This is because at T=300 the model starts behaving differently than when the inputs are constants! Once again I clarify, even though the step/ramp is supposed to happen at T=20000.
G
- Index
- » Programming
- » Modelica Language
- » Simulation stops when adding a step