- Index
- » Developer
- » OpenModelica development
- » Problem with CombiTimeTable
Problem with CombiTimeTable
Problem with CombiTimeTable
Suppose the following CombiTimeTable:
time value
0 72.0 14.231281
1 73.0 14.231205
2 74.0 14.230978
3 75.0 14.230604
4 76.0 14.230086
5 77.0 14.229427
6 78.0 14.228630
7 79.0 14.227699
8 80.0 14.226636
9 81.0 14.225445
10 82.0 14.224130
Time starts at 72 and not at 0. If simulation starts at 0, events are created for each value (10 events) even if the smoothing is set to ContinuousDerivative. Missing values are extrapolated with hold on value. If simulation is started from time 72 no events are created. This is quit annoying since simulation will run much slower if the solver has to be restarted even if the input is continuous.
- Index
- » Developer
- » OpenModelica development
- » Problem with CombiTimeTable