PowerSAS.m - A power grid analysis toolbox based on semi-analytical solutions (SAS) for Matlab/GNU Octave
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
jianzhe0726 2e648a1bd4
Updated the Bibtex
3 years ago
data First release of PowerSAS.m 4 years ago
doc Updated citing info 3 years ago
example Data uploaded 3 years ago
internal First release of PowerSAS.m 4 years ago
logging First release of PowerSAS.m 4 years ago
tests First release of PowerSAS.m 4 years ago
util First release of PowerSAS.m 4 years ago
.gitignore First release of PowerSAS.m 4 years ago
LICENSE.md First release of PowerSAS.m 4 years ago
README.md Updated the Bibtex 3 years ago
calCPF.m First release of PowerSAS.m 4 years ago
calCTG.m First release of PowerSAS.m 4 years ago
calPF.m First release of PowerSAS.m 4 years ago
calTSA.m First release of PowerSAS.m 4 years ago
clearAllTempFiles.m First release of PowerSAS.m 4 years ago
getDefaultSimSettings.m First release of PowerSAS.m 4 years ago
initpowersas.m Update initpowersas.m 3 years ago
runDynamicSimulationExec.m First release of PowerSAS.m 4 years ago
runPowerSAS.m Update runPowerSAS.m 3 years ago
setup.m First release of PowerSAS.m 4 years ago

README.md

PowerSAS.m

PowerSAS.m is a robust, efficient and scalable power grid analysis framework based on semi-analytical solutions (SAS) technology. The PowerSAS.m is the version for MATLAB/Octave users. It currently provides the following functionalities (more coming soon!):

  • Steady-state analysis, including power flow (PF), continuation power flow (CPF), contingency analysis.
  • Dynamic security analysis, including voltage stability analysis, transient stability analysis, and flexible user-defined simulation.
  • Hybrid extended-term simulation provides adaptive QSS-dynamic hybrid simulation in extended term with high accuracy and efficiency.

Key features

  • High numerical robustness. Backed by the SAS approach, the PowerSAS tool provides much better convergence than the tools using traditional Newton-type algebraic equation solvers when solving algebraic equations (AE)/ordinary differential equations (ODE)/differential-algebraic equations(DAE).
  • Enhanced computational performance. Due to the analytical nature, PowerSAS provides model-adaptive high-accuracy approximation, which brings significantly extended effective range and much larger steps for steady-state/dynamic analysis. PowerSAS has been used to solve large-scale system cases with 200,000+ buses.
  • Customizable and extensible. PowerSAS supports flexible customization of grid analysis scenarios, including complex event sequences in extended simulation term.

Citing

If you are using PowerSAS.m in research work to be published, please include explicit citation of our work in your publication. Please place the following entries in your bibliography:

[1]. J. Liu, R. Yao, F. Qiu, Y. Liu and K. Sun, "PowerSAS.m An Open-Source Power System Simulation Toolbox Based on Semi-Analytical Solution Technologies," in IEEE Open Access Journal of Power and Energy, In Press.

The corresponding BiBTex citations are given below:

@ARTICLE{powersas,
         author={Liu, Jianzhe and Yao, Rui and Qiu, Feng and Liu, Yang and Sun, Kai},
         journal={IEEE Open Access Journal of Power and Energy}, 
         title={{PowerSAS.m}  An Open-Source Power System Simulation Toolbox Based on Semi-Analytical Solution Technologies}, 
         year={2023},
         doi={10.1109/OAJPE.2023.3245040}
        }