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

请先登录,再进行评论。

类别

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