Single phase load flow usecase

13 visualizaciones (últimos 30 días)
Jagadeesh
Jagadeesh el 8 de Ag. de 2024
Comentada: Ioannis Iliopoulos el 13 de Nov. de 2024 a las 20:42
I am building a single phase network in Simulink which has an ac source, and couple of cascaded rl load blocks with rl transmission lines. Simulink threw an error when I connect the load flow bus blocks to this model and when I compute load flow from powergui. However an equivalent three phase network was working fine with load flow. Now I have a question if matlab can compute loadflow of single phase system and in what circumstances is a single phase load flow made.
Simulink single phase loadflow model
Error message:
  1 comentario
Ioannis Iliopoulos
Ioannis Iliopoulos el 13 de Nov. de 2024 a las 20:42
I have the exact same problem. Did you find any solution?

Iniciar sesión para comentar.

Respuestas (1)

Garmit Pant
Garmit Pant el 8 de Ag. de 2024
Hello Jagadeesh,
Load flow analysis using the “powergui” block in Simscape is more suited for three-phase electrical circuits. However, single-phase unbalanced load flow can also be performed.
To perform an unbalanced load flow, you must define all the “Load Flow Bus” blocks in your model with the ‘Connectors’ parameter set to one of the following values: ABC, AB, AC, BC, A, B, or C. For an unbalanced load flow, the relevant load flow blocks are:
  • AC Voltage Source
  • Asynchronous Machine
  • Parallel RLC Load
  • Series RLC Load
  • Synchronous Machine
  • Three-Phase Dynamic Load
  • Three-Phase Parallel RLC Load
  • Three-Phase Series RLC Load
  • Three-Phase Source
The “powergui” Load Flow tool will report an error if a model contains a mix of "Load Flow Bus" blocks set to perform a positive-sequence load flow and "Load Flow Bus" blocks set to perform an unbalanced load flow.
In the circuit you have designed, the “Load Flow Bus” block’s ‘Connectors’ parameter is still set to ‘single’. Since the parameter ‘Connectors’ is ‘single’, it prompts a balanced three-phase load flow. However, if the bus block is connected to an unbalanced load flow block, this will cause an error.
For further understanding, kindly refer to the following MathWorks Documentation:
I hope you find the above explanation and suggestions useful!

Categorías

Más información sobre Simulation and Analysis en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by