Lack of understanding or inaccuracy of the model of the dynamics of three-phase round-rotor or salient-pole synchronous machine
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Meme Young
el 7 de Jun. de 2020
for salient pole rotors nstate=5 and this will change(1 1) (1 5) (5 1) (5 5) of the zero matrix
0 comentarios
Ver también
Categorías
Más información sobre Choose and Parameterize Blocks en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!