Implement a load in Simulink

조회 수: 17 (최근 30일)
Katrine G. Andersen
Katrine G. Andersen 2015년 9월 21일
댓글: Katrine G. Andersen 2015년 9월 28일
I am making a model of a small power system, and I am wondering what I can use to represent a power load that shall vary with time. Can someone help me with this?

채택된 답변

Sebastian Castro
Sebastian Castro 2015년 9월 21일
Are you using SimPowerSystems? If so, there is a Three-Phase Dynamic Load block you can use. Alternatively, you can look at the example for this named power_dynamicload.
The above block lets you import a load profile from some external signal, in the form of active power (P) and reactive power (Q). Therefore, it does assume a balanced load. If you want to implement your own unbalanced load, you could always implement it using single-phase blocks like current or voltage sources.
As far as the data for the time-varying load itself, what are you looking at? Are you generating your own load profile, loading it from a file, something else?
- Sebastian
  댓글 수: 1
Katrine G. Andersen
Katrine G. Andersen 2015년 9월 28일
Thank you! I have now implemented the three-phase dynamic load block in my system. I am quite knew to Matlab and Simulink, so I am not completely sure how to go on. The load block, together with a model for a power turbine, go into a Matlab function block, where I am calculating what the generating power from the power turbine should be. I think that I want to set the values for the load block in a Matlab script. Is this possible? And is it necessary to have some kind of input on the phases A, B and C at the left of the load block?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Switches and Breakers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by