start adding powerSAS.m to the template

pull/1/head
Yang Liu 3 years ago
parent b2db5fc6b2
commit e33b29ec67

@ -1,5 +1,5 @@
.. ANDES documentation master file, created by .. powerSAS.m documentation master file, created by
sphinx-quickstart on Thu Jun 21 11:11:34 2018. sphinx-quickstart on 02/21/2023.
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
@ -7,66 +7,71 @@
<embed> <embed>
<h1 style="letter-spacing: 0.4em; font-size: 2.5em !important; <h1 style="letter-spacing: 0.4em; font-size: 2.5em !important;
margin-bottom: 0; padding-bottom: 0"> ANDES </h1> margin-bottom: 0; padding-bottom: 0"> powerSAS.m </h1>
<p style="color: #00746F; font-variant: small-caps; font-weight: bold; <p style="color: #00746F; font-variant: small-caps; font-weight: bold;
margin-bottom: 2em"> margin-bottom: 2em">
Python Software for Symbolic Power System Modeling and Numerical Analysis</p> Rrobust, Efficient and Scalable Power Grid Analysis Framework based on Semi-Analytical Solutions (SAS) Technology</p>
</embed> </embed>
**** ****
Home Home
**** ****
PowerSAS.m is a robust, efficient and scalable power grid analysis framework based on **semi-analytical solutions (SAS)** technology.
ANDES is a Python-based free software package for power system simulation, control and analysis. The PowerSAS.m is the version for MATLAB/Octave users. It currently provides the following functionalities (more coming soon!):
It establishes a unique **hybrid symbolic-numeric framework** for modeling differential algebraic * Steady-state analysis, including power flow (PF), continuation power flow (CPF), contingency analysis.
equations (DAEs) for numerical analysis. Main features of ANDES include * 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.
* a unique hybrid symbolic-numeric approach to modeling and simulation that enables descriptive DAE modeling and
automatic numerical code generation .. ANDES is a Python-based free software package for power system simulation, control and analysis.
* a rich library of transfer functions and discontinuous components (including limiters, dead-bands, and .. It establishes a unique **hybrid symbolic-numeric framework** for modeling differential algebraic
saturation) available for prototyping models, which can be readily instantiated as multiple devices for .. equations (DAEs) for numerical analysis. Main features of ANDES include
system analysis
* industry-grade second-generation renewable models (solar PV, type 3 and type 4 wind), .. * a unique hybrid symbolic-numeric approach to modeling and simulation that enables descriptive DAE modeling and
distributed PV and energy storage model .. automatic numerical code generation
* comes with the Newton method for power flow calculation, the implicit trapezoidal method for time-domain .. * a rich library of transfer functions and discontinuous components (including limiters, dead-bands, and
simulation, and full eigenvalue calculation .. saturation) available for prototyping models, which can be readily instantiated as multiple devices for
* strictly verified models with commercial software. ANDES obtains identical time-domain simulation results for .. system analysis
IEEE 14-bus and NPCC system with GENROU and multiple controller models. See the verification link for details. .. * industry-grade second-generation renewable models (solar PV, type 3 and type 4 wind),
* developed with performance in mind. While written in Python, ANDES comes with a performance package and can .. distributed PV and energy storage model
finish a 20-second transient simulation of a 2000-bus system in a few seconds on a typical desktop computer .. * comes with the Newton method for power flow calculation, the implicit trapezoidal method for time-domain
* out-of-the-box PSS/E raw and dyr file support for available models. Once a model is developed, inputs from a .. simulation, and full eigenvalue calculation
dyr file can be readily supported .. * strictly verified models with commercial software. ANDES obtains identical time-domain simulation results for
* an always up-to-date equation documentation of implemented models .. IEEE 14-bus and NPCC system with GENROU and multiple controller models. See the verification link for details.
.. * developed with performance in mind. While written in Python, ANDES comes with a performance package and can
ANDES is currently under active development. To get involved, .. finish a 20-second transient simulation of a 2000-bus system in a few seconds on a typical desktop computer
.. * out-of-the-box PSS/E raw and dyr file support for available models. Once a model is developed, inputs from a
* Follow the tutorial at .. dyr file can be readily supported
`https://andes.readthedocs.io <https://andes.readthedocs.io/en/stable/tutorial.html>`_ .. * an always up-to-date equation documentation of implemented models
* Checkout the Notebook examples in the
`examples folder <https://github.com/cuihantao/andes/tree/master/examples>`_ .. ANDES is currently under active development. To get involved,
* Try ANDES in Jupyter Notebook
`with Binder <https://mybinder.org/v2/gh/cuihantao/andes/master>`_ .. * Follow the tutorial at
* Download the PDF manual at .. `https://andes.readthedocs.io <https://andes.readthedocs.io/en/stable/tutorial.html>`_
`download <https://andes.readthedocs.io/_/downloads/en/stable/pdf/>`_ .. * Checkout the Notebook examples in the
* Report issues in the .. `examples folder <https://github.com/cuihantao/andes/tree/master/examples>`_
`GitHub issues page <https://github.com/cuihantao/andes/issues>`_ .. * Try ANDES in Jupyter Notebook
* Learn version control with .. `with Binder <https://mybinder.org/v2/gh/cuihantao/andes/master>`_
`the command-line git <https://git-scm.com/docs/gittutorial>`_ or .. * Download the PDF manual at
`GitHub Desktop <https://help.github.com/en/desktop/getting-started-with-github-desktop>`_ .. `download <https://andes.readthedocs.io/_/downloads/en/stable/pdf/>`_
* If you are looking to develop models, read the .. * Report issues in the
`Modeling Cookbook <https://andes.readthedocs.io/en/stable/modeling.html>`_ .. `GitHub issues page <https://github.com/cuihantao/andes/issues>`_
.. * Learn version control with
This work was supported in part by the Engineering Research Center Program of .. `the command-line git <https://git-scm.com/docs/gittutorial>`_ or
the National Science Foundation and the Department of Energy under NSF Award .. `GitHub Desktop <https://help.github.com/en/desktop/getting-started-with-github-desktop>`_
Number EEC-1041877 and the `CURENT <https://curent.utk.edu>`_ Industry Partnership Program. .. * If you are looking to develop models, read the
**ANDES is made open source as part of the CURENT Large Scale Testbed project.** .. `Modeling Cookbook <https://andes.readthedocs.io/en/stable/modeling.html>`_
ANDES is developed and actively maintained by `Hantao Cui <https://cui.eecps.com>`_. .. This work was supported in part by the Engineering Research Center Program of
See the GitHub repository for a full list of contributors. .. the National Science Foundation and the Department of Energy under NSF Award
.. Number EEC-1041877 and the `CURENT <https://curent.utk.edu>`_ Industry Partnership Program.
.. **ANDES is made open source as part of the CURENT Large Scale Testbed project.**
.. ANDES is developed and actively maintained by `Hantao Cui <https://cui.eecps.com>`_.
.. See the GitHub repository for a full list of contributors.
.. toctree:: .. toctree::
:caption: ANDES Manual :caption: powerSAS.m Manual
:maxdepth: 3 :maxdepth: 3
:hidden: :hidden:

Loading…
Cancel
Save