필터 지우기
필터 지우기

A solution for simpowersystem model

조회 수: 4 (최근 30일)
Mohsen
Mohsen 2018년 12월 6일
편집: Mohsen 2018년 12월 7일
Dear friends
I have a simulink model based on phasor solution. in fact that is 4 machine kondur model in simulink demos.
I want to add a Facts device to it based on a paper text. i placed 3 controlled voltage source at one of transmition line in seris .the its angle and ampitude is made by two independent controlled circuits. the problem is make up 3 signals to input into three contoled voltage sources by this amplitude and phase. i get three branch from output of angle cnotrol circuit. first branch directly sent to a "Magnitude-Angle to Complex" block for source of phase A, another by a gain block by "exp(-j*2*pi/3)" value and third by "exp(j*2*pi/3)". after running i am facing this error:
"Simulink cannot solve the algebraic loop containing 'CasePSS1_15_09_97/IPC1/Subsystem/Gain3' at time 0.0 using the TrustRegion-based algorithm due to one of the following reasons: the model is ill-defined i.e., the system equations do not have a solution; or the nonlinear equation solver failed to converge due to numerical issues.
To rule out solver convergence as the cause of this error, either
a) switch to LineSearch-based algorithm using
set_param('CasePSS1_15_09_97','AlgebraicLoopSolver','LineSearch')
b) reducing the ode23tb solver RelTol parameter so that the solver takes smaller time steps.
If the error persists in spite of the above changes, then the model is likely ill-defined and requires modification."
Can you help me to solve it?
Best Regards
  댓글 수: 2
Steven Lord
Steven Lord 2018년 12월 6일
What happened when you tried what the error message suggested?
To rule out solver convergence as the cause of this error, either
a) switch to LineSearch-based algorithm using
set_param('CasePSS1_15_09_97','AlgebraicLoopSolver','LineSearch')
b) reducing the ode23tb solver RelTol parameter so that the solver takes smaller time steps.
If the error persists in spite of the above changes, then the model is likely ill-defined and requires modification."
Mohsen
Mohsen 2018년 12월 7일
편집: Mohsen 2018년 12월 7일
I already tried, are not effective. the error persisted

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by