From ac2b6c2aebefb8724a78e49a39e82e58639f6c88 Mon Sep 17 00:00:00 2001 From: jianzhe0726 <96191387+jianzhe0726@users.noreply.github.com> Date: Tue, 21 Feb 2023 18:14:43 -0500 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8c19d..71b9e33 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,20 @@ ### 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. \ No newline at end of file +* **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, doi: 10.1109/OAJPE.2023.3245040. + +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} + }