[Simulink] "virtual" algebraic loop vectorizing a block
이전 댓글 표시
Hello
for a while I use this trick (vectorize a block) to implement n block

which is the same than this :

but simulink see an algebraic loop (which doesn't really exist) :

if fact my model is more complex (Saint Venant equations)
Until then there was an error, and an integrator bloc was breaking the "loop"

but now I correct this error and the loop come back beacause the integrator had disappear from the "looped signal" (example) :

I can't break the loop using usual solutions (delay, filter ...) because it would make false my differentials equations
the only solution I see is to write the developped form (fig 2) using "addBlock" fonction from mask
my question is :
- do you see a solution to "break the loop"
- do you know another way to "vectorize" a block
thanks (and sorry for my English)
Fabien
답변 (1개)
User_in_Gim
2017년 4월 7일
0 개 추천
Hi Fabien,
You are using the previous value to find your current value so yes, there is an algebric loop.
The most efficient way to "break" the loop is to place your integrator loop on your feedback signal.

With this implementation, you will not have an algebric loop.
댓글 수: 1
fabien grand perret
2017년 4월 7일
편집: fabien grand perret
2017년 4월 7일
카테고리
도움말 센터 및 File Exchange에서 Discontinuities에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!