Clear Filters
Clear Filters

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

2 views (last 30 days)
Marlon Besuch
Marlon Besuch on 4 Oct 2016
Answered: Aylin on 13 Oct 2016
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?

Answers (1)

Aylin
Aylin on 13 Oct 2016
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:

Categories

Find more on Partial Differential Equation Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!