为了论文用的数据,加入了读变压器容量,用变压器容量做无功上限。
This commit is contained in:
@@ -22,8 +22,8 @@ wQG=100*ones(size(PVi,1),1);
|
||||
%randInt=randperm(size(Loadi,1));
|
||||
%randPDind=randInt(1:10);
|
||||
randPDind=0;
|
||||
wPD=1*ones(size(Loadi,1),1);
|
||||
wQD=1*ones(size(Loadi,1),1);
|
||||
wPD=20*ones(size(Loadi,1),1);
|
||||
wQD=20*ones(size(Loadi,1),1);
|
||||
%wD(randPDind)=0;%一些负荷不约束
|
||||
%wD(7)=0;
|
||||
% wD(11)=0;
|
||||
|
||||
Reference in New Issue
Block a user