Opened 14 years ago
Last modified 13 years ago
#1690 closed defect
initial algorithm aren't considered while the initialization — at Version 4
| Reported by: | Willi Braun | Owned by: | Lennart Ochel |
|---|---|---|---|
| Priority: | high | Milestone: | 1.9.0 |
| Component: | Backend | Version: | trunk |
| Keywords: | initial algorithm | Cc: | Willi Braun, Lennart Ochel, Jens Frenkel |
Description (last modified by )
The following model isn't initial correctly.
loadString("model m1
Real a;
Real b(fixed = false);
initial algorithm
b:=a ^ 2;
equation
sin(time)+1 = a;
der(b) = b;
end m1;");
simulate(m1);
val(b,0.0);
val(b,0.5);
val(b,1.0);
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 13 years ago
| Component: | → Backend |
|---|---|
| Owner: | changed from to |
| Status: | accepted → assigned |
comment:4 by , 13 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | fixed |
| Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.

currently, initial algorithms are not supported at all