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 , 13 years ago
comment:2 by , 12 years ago
Component: | → Backend |
---|---|
Milestone: | → 1.9.0 |
Status: | accepted → closed |
Initialization is now working. It looks like an infinite-loop...
new debug output:
{{{debug | ending with...
debug | ### END INITIALIZATION ###
debug | Number of sorted, unique sample events: 0}}}