资源简介

跟踪中心轨迹内点法最优潮流程序,算无功优化,亲测可用,IEEE14节点算例

资源截图

代码片段和文件信息

%clc;
%This code solves the optimal power flow by interior point method.
%Statistics used in this program is ieee 14-buse case.
%Using the average starting method to initialize the program details are
%as in the input datas.
%All input data is Per-unit value the base value is Sb=100MVA


%%%                      Initialization
%Load statistics of nodes
    Node = [  
 
1 3   1 0 2.3284 -0.1490 0.0000 0.0000    1.05   0.95  0;
2 2   1 0 0.55 0.400 0.2170 0.1270    1.05   0.95  0;
3 2   1 0 0.425 0.325 0.9420 0.1900     1.05   0.95  0;
4 1   1 0 0.0000 0.0000 0.4780 -0.0390    1.05   0.95  0; 
5 1   1 0 0.0000 0.0000 0.0760 0.0160    1.05   0.95  0; 
6 2   1 0 0.275 0.225 0.1120 0.0750    1.05   0.95  0;
7 1   1 0 0.0000 0.0000 0.0000 0.0000    1.05   0.95  0;
8 2   1 0

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      23263  2012-09-02 19:08  opflatestedition.m

----------- ---------  ---------- -----  ----

                23263                    1


评论

共有 条评论