how to solve Initial conditions failed for convergence
9 次查看(过去 30 天)
显示 更早的评论
I try to make Flash ADC with encoder and see its binary output. The op-amp part is Flash ADC and the last part is encoder part.
But when I simulate it the below error message is shown. How to solve this problem?
First solve for initial conditions failed to converge. Trying again with all high priorities relaxed to low.
Component:Simulink | Category:Model warning
Second solve for initial conditions failed to converge. Trying again with all variable targets ignored.
Component:Simulink | Category:Model warning
1 个评论
Gökhun Çelik
2022-1-9
编辑:Gökhun Çelik
2022-1-9
Did you find any solution the comment which is below does not solve my problem.
Thanks !
回答(1 个)
Aman Vyas
2020-12-22
Hi,
If you want to set initial condition targets for block variables then you must ensure that the "start from steady state" option is turned off. This is because when "start from steady state" is used, the solver ignores the initial condition targets you set for the variables and tries to find a steady state initial condition solution. In a big nonlinear model, it might not be able to find a steady-state solution. Even if it does, that steady-state solution is simply "a solution" and might not be a solution that you'd expected based on your variable targets (since those targets are ignored).
Hope it helps !
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Variable Initialization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!