This code supplements the material presented in the following publications:
-
M. Bazrafshan, N. Gatsis, A. F. Taha, and J. A. Taylor, “Augmenting the optimal power flow for stability,” in Proc. 55th IEEE Conference on Decision and Control (CDC), Las Vegas, NV, 2016, pp. 4104-4109.
-
M. Bazrafshan, N. Gatsis, A. Taha, and J. A. Taylor, “Coupling load-following stability with OPF,” IEEE Trans. Smart Grid, 2017, [Submitted].
- Open main_script.m.
- You can choose either of the following casefiles. The casefiles are located in Stability-OPF/casefiles
- case9wmac_con
- case14wmac_con
- case39wmac_con
- Select
stcontrol='OPF'
orstcontrol='LQR-OPF'
. - Select
lfcontrol='LQR'
. - Choose the coupling parameter
alpha=0
(or any other value between 0 and 1). - Run the command
workflow(casefile, stcontrol, lfcontrol,alpha)
.