- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Restarting Mixed DAE system
Page Start Prev 1 Next End
Restarting Mixed DAE system
Restarting Mixed DAE system
Nov-03-16 05:27:51
I am able to restart a Mixed DAE system (Discrete and Continuous variables, with clock events)
with the following command (here plant is my compiled binary of the model being simulated)
Code:
./plant --iif=oldResult.mat --iit=prevEndTime -r=continued.mat -override="startTime=prevEndTime, stopTime=newEndTime"
However, there is one issue. The clock tick count is reset to zero, and I could not get the timed events as desired.
My question is as to why discrete variable information is not read back from form my oldResult.mat just as it does for continuous variables.
I would much appreciate if one can provide a simple example of I can achieve my goal.
- ravi
- 32 Posts
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Restarting Mixed DAE system
There are 0 guests and 0 other users also viewing this topic