Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 876 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 876 Bytes

StedyStatePowerSystems

A basic Python Library about Steady State Power System Analysis

Introduction

The steady state of a power system is the moment in which the electrical network finds a balance between the load and the generation. In the steady state, most power system voltages and currents are sinusoidal functions of time (at least approximately), and operate at the same frequency. In this library are presented the basic algorithms for power system steady state analysis, which are developed in python due to the fact that it is free software and the vast amount of information available on the net.

In this library are included the following algorithms:

  • Ybus
  • Zbus
  • Newton Raphson Power Flow Solution
  • P-V Curves for voltage stability
  • Optimal power flows with the Jaya algorithm
  • Optimal Economic Dispach
  • Economic Dispach

Work in Progress ....