Lack of understanding or inaccuracy of the model of the dynamics of three-phase round-rotor or salient-pole synchronous machine
7 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Meme Young
on 7 Jun 2020
for salient pole rotors nstate=5 and this will change(1 1) (1 5) (5 1) (5 5) of the zero matrix
0 Comments
See Also
Categories
Find more on Choose and Parameterize Blocks in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!