필터 지우기
필터 지우기

How to creat a power system model using Sumulink

조회 수: 1 (최근 30일)
wu chia-wei
wu chia-wei 2015년 10월 21일
댓글: Sebastian Castro 2015년 10월 26일
I want to creat a model like figure below,and I have some problems.
1.I try to creat using Simulink like figure below(the blocks except "D" are transfer function),is it correct or not ?
2.We assume "D" is a constant in this system, I use the "Transfer fun" block , is it correct or not?
If I mentions before are wrong, please support me with some new ideas?
Thank you!!
  댓글 수: 2
wu chia-wei
wu chia-wei 2015년 10월 21일
By the way,if we assume this system is a per unit system with baseline power P_base=2000 MVA. I don't really understand the definition of "per unit". For example:If constant D=1(pu), how can I set in Simulink? set 1 directly or need to change?
Stefan Raab
Stefan Raab 2015년 10월 21일
For your constant D you can use a Gain block from library Simulink/Math Operations.

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

채택된 답변

Sebastian Castro
Sebastian Castro 2015년 10월 23일
That looks fine.
As Stefan commented, you can use a Gain block from Simulink > Math Operations if your transfer function is just a static gain.
To answer your per-unit question, the most robust thing to do is to create MATLAB variables for all your per-unit reference values, such as rated voltage and power. Then, all the quantities that operate on per-unit can be multiplied/divided by that variable accordingly.
The following MathWorks documentation page for SimPowerSystems has a pretty thorough explanation of the per-unit system -- with examples!
- Sebastian
  댓글 수: 2
wu chia-wei
wu chia-wei 2015년 10월 26일
I have a little problem. If I got the 0.3 per unit as input to this per unit system. Can I take this value as input directly or I should operate to multiple the base value. Thank.
Sebastian Castro
Sebastian Castro 2015년 10월 26일
It depends on whether your calculations are in per-unit or SI values. As with any engineering problem, you have to make sure your units (or lack thereof) are consistent.
Typically, you would want to do all your calculations in per unit so that changing the base values doesn't affect the controller's performance.
- Sebastian

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Parameterization Methods에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by