Opened 13 years ago

Closed 12 years ago

#1676 closed defect (fixed)

Simulation Executable Crashes

Reported by: adeas31 Owned by: adeas31
Priority: high Milestone: 1.9.0
Component: Backend Version:
Keywords: Cc: adeas31, lochel

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 Changed 13 years ago by lochel

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 Changed 12 years ago by adeas31

  • Component set to Backend
  • Milestone set to 1.9.0
  • Status changed from accepted to closed
Note: See TracTickets for help on using tickets.