how to deal with the compatibility of powergui in phasor mode and discrete mode?

조회 수: 6 (최근 30일)
The following SimPowerSystem block is not allowed with the Phasor simulation method: Block : TSMC/Universal Bridge Type : Universal Bridge

답변 (1개)

Joel Van Sickel
Joel Van Sickel 2022년 5월 5일
Hello Yang,
That block has a dc bus and the phasor mode is made explicitly for AC circuit analysis. It isn't easy to do dc systems in phasor mode but there are examples out there that can do it. You would have to use subystem variants to switch model types when you go from phasor to discrete in order to use the bridge.
Here is an example of phasor model with equivalent dc characteristics (no actualy dc circuit is modelled in specialized power systems for this): https://www.mathworks.com/matlabcentral/fileexchange/51137-one-year-simulation-in-one-minute
A more complicated method would be to decouple the AC and DC networks and put them in seperate model references which allows for 2 seperate powergui blocks (at least if compiled), but I don't know of any good examples that would make this approachable.
Regards,
Joel
  댓글 수: 3
Joel Van Sickel
Joel Van Sickel 2022년 11월 7일
yes, you could use this to connect a phasor model with a discrete time model.
Theophilus Ebuka
Theophilus Ebuka 2022년 11월 8일
Thanks Joel
I will appreciate any helpful resource to use as guide in implementing this

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

카테고리

Help CenterFile Exchange에서 Electrical Sensors에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by