Simulation of Unbalanced Loads in Simulink
33 次查看(过去 30 天)
显示 更早的评论
I make reference to the above question but in particular, I will like to get a more detailed explanation from Sabin who has answered the question in two different occasions. Could you kindly give more insight on the exact use of Programmable Voltage Source (Three-Phase) or a Controlled
Voltage Source (Three-Phase). The attachment is what I have done with Programmable Voltage Source (Three-Phase). How do I use it to get external input connected as it could done with Dynamic Load (Three-Phase) which is used for balanced load?
0 个评论
回答(1 个)
Shivam Gothi
2024-11-29,4:43
As per my understanding, you are tring to implement a three phase unbalanced dynamic load. You want the external inputs “P” (Active power) and “Q” (reactive power) for controlling it.
As correctly pointed out by you, the “Dynamic Load (Three-Phase)” is used for balance three-phase dynamic load. In order to implement unbalanced dynamic load, you can go via any of methods as suggested by @Sabin in the MATLAB answer post:
Those methods are very good to simulate unbalanced three phase supply. But as per my understanding, if you want to simulate three-phase unbalance dynamic loads with “P” and “Q” as inputs, the below given workarounds will be good to start with.
1) Use “Dynamic Load” block
This block is found inside the library “Simscape / Electrical / Passive”. Refer to its documentation:
It is used to simulate unbalanced dynamic load for single phase supply. However , you can use it with three phase by making the following changes:
1) Open the “block parameters” and change the “Load Type” property to “AC” as shown in below figure:
2) You can connect them in star or delta configuration for three phase as shown below:
As it is an unbalanced dynamic three-phase load, you have to provide the active power and reactive power inputs for all the three phases as seen in the above attached images.
I hope you find it useful !
4 个评论
Shivam Gothi
2024-12-10,16:32
Can you please share the simulink model or its screen-shot?
It will be usefull in investigating how you have connected VI sensor and power supply to the load. It will also help to find the reason behind high measurement.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Electrical Sensors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!