How to solve this error "Each physical network must be connected to exactly one Solver Configuration block."?

23 次查看(过去 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.

回答(2 个)

Birdman
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 个评论

请先登录,再进行评论。


Behnam Mohammad
Behnam Mohammad 2020-1-15
Did you guys figure it out?

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by