Opened 13 years ago

Closed 12 years ago

#1676 closed defect (fixed)

Simulation Executable Crashes

Reported by: Adeel Asghar Owned by: Adeel Asghar
Priority: high Milestone: 1.9.0
Component: Backend Version:
Keywords: Cc: Adeel Asghar, Lennart Ochel

Description

Modelica.Electrical.Analog.Examples.Rectifier simulation fails with following error,

{{{error | reportResidualValue | error in initialization. System of initial equations are not consistent.
error | reportResidualValue | (Least Square function value is 160000)
info | reportResidualValue | residual[0] = -282.843
info | reportResidualValue | residual[1] = -282.843
error | reportResidualValue | error in initialization. System of initial equations are not consistent.
error | reportResidualValue | (Least Square function value is 160000)
info | reportResidualValue | residual[0] = -282.843
info | reportResidualValue | residual[1] = -282.843
error | reportResidualValue | error in initialization. System of initial equations are not consistent.
error | reportResidualValue | (Least Square function value is 160000)
info | reportResidualValue | residual[0] = -282.843
info | reportResidualValue | residual[1] = -282.843}}}

Change History (2)

comment:1 by Lennart Ochel, 13 years ago

Initialization is now working. It looks like an infinite-loop...

new debug output:
{{{debug | ending with...

| iteration=96
| lambda = 1
| z[0] = 282.843
| z[1] = 282.843
| funcValue = 3.04e-017

debug | ### END INITIALIZATION ###
debug | Number of sorted, unique sample events: 0}}}

comment:2 by Adeel Asghar, 12 years ago

Component: Backend
Milestone: 1.9.0
Status: acceptedclosed
Note: See TracTickets for help on using tickets.