#2337 closed defect (fixed)
When equations get not solved for lhs
Reported by: | Vitalij Ruge | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | normal | Milestone: | 1.9.4 |
Component: | Backend | Version: | trunk |
Keywords: | when, residual | Cc: | Lennart Ochel, Willi Braun |
Description
We can simulate singularity systems like:
model whenBug Real x(start = 2, fixed = true); Real y(start = 1, fixed = true); equation when(sample(0,0.1)) then x = 2; y = x + y; // singularity loop end when; end whenBug;
the linear singularity equation y = x + y is in the C-Code an algorithm y:= x + y!
Change History (10)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:3 by , 10 years ago
Milestone: | 1.9.1 → 1.9.2 |
---|
This ticket was not closed for 1.9.1, which has now been released. It was batch modified for milestone 1.9.2 (but maybe an empty milestone was more appropriate; feel free to change it).
comment:4 by , 10 years ago
Milestone: | 1.9.2 → 1.9.3 |
---|
Milestone changed to 1.9.3 since 1.9.2 was released.
comment:6 by , 9 years ago
Status: | assigned → accepted |
---|
comment:7 by , 9 years ago
Summary: | missig nonlinear system in when equation → When equations get not solved for lhs |
---|
comment:8 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Postponed until 1.9.1