How to creat a power system model using Sumulink

1 visualización (últimos 30 días)
wu chia-wei
wu chia-wei el 21 de Oct. de 2015
Comentada: Sebastian Castro el 26 de Oct. de 2015
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 comentarios
wu chia-wei
wu chia-wei el 21 de Oct. de 2015
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 el 21 de Oct. de 2015
For your constant D you can use a Gain block from library Simulink/Math Operations.

Iniciar sesión para comentar.

Respuesta aceptada

Sebastian Castro
Sebastian Castro el 23 de Oct. de 2015
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 comentarios
wu chia-wei
wu chia-wei el 26 de Oct. de 2015
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 el 26 de Oct. de 2015
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

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by