How I have to handle the "PS Lookup Table"?

1 次查看(过去 30 天)
I want to create a current-voltage "PS lookup table" with 17 parameters in Simulink. Every time I got the error message: Transient initialization, solving for consistent states and modes, failed to converge. ...Nonlinear solver: failed to converge, residual norm too large.
Does anybody have an idea where might be the problem?

回答(1 个)

Aylin
Aylin 2016-10-13
Hello Marlon,
The “ Transient initialization, solving for consistent states and modes, failed to converge ” error is usually caused by the solver being unable to resolve the system of equations represented in Simscape.
You could try smoothing the dynamics of the model, simplifying the equations, and adjusting the solver settings. For example, you can set the solver to ode23t and give reasonable values for min and max step size.
You can also try incrementally building the model from scratch, in order to identify the parts of the model that are leading to the error.
Here are a few more links that could help:

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by