Lack of understanding or inaccuracy of the model of the dynamics of three-phase round-rotor or salient-pole synchronous machine
7 次查看(过去 30 天)
显示 更早的评论
I use Simulink of version 8.0.
I want to learn the dynamic model of three-phase round-rotor or salient-pole synchronous machine.For that I use "Look Under Mask".
The assignment block of "Synchronous Machine pu Fundamental - Continuous (Electrical model) - Synchronous Continuous Model - Saturation - Update Matrix L" has the name "Update Lmq rows [1,5(6)] col[1,5(6)]". So the assignment block must insert Lmq in rows [1,5(6)] col[1,5(6)] of array which are created by the function zeros(SM.nState,SM.nState).
The assignment block "Update Lmq rows [1,5(6)] col[1,5(6)]" has next configuration:
Number of output dimensions: 2
Index mode: One based
Index Option Index
1 Index vector (dialog) SM.nSelectPhiq
2 Index vector (dialog) SM.nSelectPhiq
I think that the assignment block "Update Lmq rows [1,5(6)] col[1,5(6)]" the block Assignment can change
1) only rows [1] col[1]
2) or only rows [5(6)] col[5(6)].
Am I right?
0 个评论
回答(1 个)
Meme Young
2020-6-7
for salient pole rotors nstate=5 and this will change(1 1) (1 5) (5 1) (5 5) of the zero matrix
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Choose and Parameterize Blocks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!