Opened 7 years ago

Last modified 3 years ago

#4711 new defect

DrumBoiler model unnecessarily slow due to lack of analytic jacobiann

Reported by: Francesco Casella Owned by: Patrick Täuber
Priority: high Milestone:
Component: Backend Version:
Keywords: Cc: Willi Braun

Description

The model Modelica.Fluid.Examples.DrumBoiler.DrumBoiler is slower than necessary because of an implicit system that is not recognized as linear and thus solved iteratively, which wastes a lot of time because of the computation involved and the call to the IF97 rhovl_p() function, see ticket:4423#comment:16 for more details.

The system is not recognized as linear because the analytical evaluation of the Jacobian fails. It would be worth investigating why that is the case and if it is possible to avoid this failure.

Change History (5)

comment:1 by Francesco Casella, 6 years ago

Milestone: 1.13.01.14.0

Rescheduled to 1.14.0 after 1.13.0 releasee

comment:2 by Francesco Casella, 5 years ago

Milestone: 1.14.01.16.0

Releasing 1.14.0 which is stable and has many improvements w.r.t. 1.13.2. This issue is rescheduled to 1.16.0

comment:3 by Francesco Casella, 4 years ago

Milestone: 1.16.01.17.0

Retargeted to 1.17.0 after 1.16.0 release

comment:4 by Francesco Casella, 4 years ago

Milestone: 1.17.01.18.0

Retargeted to 1.18.0 because of 1.17.0 timed release.

comment:5 by Francesco Casella, 3 years ago

Milestone: 1.18.0

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.