资源简介

Optimal capacitor placement in a 30-bus radial network using GA (genetic algorithm)

资源截图

代码片段和文件信息

%  This program prints the power flow solution in a tabulated form
%  on the screen.
%
%  Copyright (C) 1998 by H. Saadat.

%clc
disp(tech)
fprintf(‘                      Maximum Power Mismatch = %g \n‘ maxerror)
fprintf(‘                             No. of Iterations = %g \n\n‘ iter)
head =[‘    Bus  Voltage  Angle    ------Load------    ---Generation---   Injected‘
       ‘    No.  Mag.     Degree     MW       Mvar       MW       Mvar       Mvar ‘
       ‘                                                                          ‘];
disp(head)
for n=1:nbus
     fprintf(‘ %5g‘ n) fprintf(‘ %7.3f‘ Vm(n))
     fprintf(‘ %8.3f‘ deltad(n)) fprintf(‘ %9.3f‘ Pd(n))
     fprintf(‘ %9.3f‘ Qd(n))  fprintf(‘ %9.3f‘ Pg(n))
     fprintf(‘ %9.3f ‘ Qg(n)) fprintf(‘ %8.3f

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1018  2020-11-03 00:29  30 Bus-Network2 - Kabiri\busout.m
     文件        7409  2020-11-03 00:29  30 Bus-Network2 - Kabiri\Data.m
     文件         810  2020-11-03 00:29  30 Bus-Network2 - Kabiri\gaobjcFCN.m
     文件        6694  2020-11-03 00:29  30 Bus-Network2 - Kabiri\lfnewton.m
     文件         945  2020-11-03 00:29  30 Bus-Network2 - Kabiri\lfybus.m
     文件        1802  2020-11-03 00:29  30 Bus-Network2 - Kabiri\lineflow.m
     文件        1849  2020-11-03 00:29  30 Bus-Network2 - Kabiri\lineflow_noshow.m
     文件        1005  2020-11-03 00:29  30 Bus-Network2 - Kabiri\objFCN.m
     文件       32936  2020-11-03 00:29  30 Bus-Network2 - Kabiri\Result.png
     文件       41976  2020-11-03 00:29  30 Bus-Network2 - Kabiri\vars_all.mat
     文件       12061  2020-11-03 00:29  30 Bus-Network2 - Kabiri\Voltages.fig

评论

共有 条评论