How to solve this error "Each physical network must be connected to exactly one Solver Configuration block."?
22 ビュー (過去 30 日間)
古いコメントを表示
Hi, I have a project to create a battery model. So when I run the simulink model, it shows an error "Each physical network must be connected to exactly one Solver Configuration block. There is no Solver Configuration block connected to Physical Network with the following blocks". I know that I need to insert a solver configuration block but where to insert it , I have no clue. I am attaching a snapshot of the simulink model and error as well. The formula of the resistors and capacitors that I used are as follows:- r_series = (0.1562*exp(-24.37.*soc)) + 0.07446; r_transient_s = 0.3208*exp(-29.14.*soc) + 0.04669; c_transient_s = -752.9.*exp(-13.51.*soc) + 703.6; r_transient_l = 6.603*exp(-155.2.*soc) + 0.04984; c_transient_l = -6056*exp(-27.12.*soc) + 4475; soc is the state of charge and it is made to vary from 0 to 100% in steps of 0.01. So I made a matlab code then I brought these values into Matlab workspace. Then the simulink uses the same values from workspace. So for the series resistor, 2 transient capacitors, 2 transient resistors, we use the above generated vector values. But then when I run the simulation, the above mentioned error is generated. Please can anyone help me out with this problem, I would highly appreciate your help.
0 件のコメント
回答 (2 件)
Birdman
2018 年 4 月 5 日
Generally, Solver Configuration blocks are inserted to the reference point of the model, in this case, which is your electrical reference. Add it to there.
6 件のコメント
Manasa B
2020 年 4 月 20 日
i have the same issue
"no solver configuration block"
even after i put the electrial reference
could u help me out
参考
カテゴリ
Help Center および File Exchange で Electrical Systems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!