Solver was unable to reduce the step size without violating the minimum step size value

259 Ansichten (letzte 30 Tage)
  • Solver was unable to reduce the step size without violating the minimum step size value of 1.17684e-19 for 1 consecutive times at time 3.31252e-05. This usually may be caused by violating algebraic constraints in the differential-algebraic system or by the high stiffness of the system. Try tightening the error tolerances, and/or the tolerances for computing consistent conditions. If the problem persists, please check the system or increase the solver Number of consecutive min stepsviolation parameter.
Suggested Actions
Open Solver Profiler to explore such issues
  4 Kommentare

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Steve Miller
Steve Miller am 1 Dez. 2021
I examined your model. The diagnostic clearly points to the heat exchanger components. If you eliminate them from the loop, the model simulates extremely fast. I have attached a model with those components eliminated (see attached Upload_mathworks_sm.slx).
You need to look at the parameterization of the heat exchangers.
--Steve
  3 Kommentare
Robert Scott
Robert Scott am 10 Jul. 2023
Always cracks me up.... Mathworks says " yea just take out the part of your model causing the problem" as if we dont need it???
Unreal..... how much do we payfor this thing? and that is the suggestion?
Walter Roberson
Walter Roberson am 10 Jul. 2023
In my opinion, you are misreading the discussion.
An important step towards fixing a model is to figure out which part of the model is triggering the problem. @Steve Miller did some investigative work and found that the heat exchanger portion of the model is responsible in this particular case -- that the same model without the heat exchanger does not give the same error message. This gives key information to @Hamed Majeed about what portion of the original model needs to be focused on, that the heat exchanger setup is probably incorrect.
Steve Miller did not create the original model and has not been given the equations for the model, so Steve Miller could not be expected to be able to say exactly what is wrong with the heat exchanger setup.
... or is your complaint that Simulink should somehow manage to automatically figure out how convert models of unstable equations and incorrect connections to "Do What The Programmer Meant" ?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 29 Nov. 2021
you probably have an algebraic loop. Algebraic loops are mostly caused by having feedback processes through a sequence of steps that do not take any time. The error is not typically in the fact that the feedback exists, but rather in the fact that no processing time was associated with the sequence, so mathematically you get into situations similar to "x must equal x+1" (which is is only possible for infinite x in that example.)

Kategorien

Mehr zu General Applications finden Sie in Help Center und File Exchange

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by