资源简介
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
相关资源
- dg-placement
- 2_DGPlacemDataEnvelAnal
- OptimalControlOfWindPowerGeneration 《风力发
- Desktop2781849
- RECONFG
- optimal_PV-WTand--SVC 含分布式电源的配电
- GA-opf 利用遗传算法解决电力系统最优
- optimal_PVandSVC 含分布式发电的配电网有
- -Optimal-Power-Flow 首先介绍了辐射状配电
- Applied-Optimal-Control 应用最优控制[英文
- CAP
- pso-optimal-power-flow 使用粒子群优化算法
- 109201289dg-placement
- optimal_PSO 包含分布式电源的配电网无
评论
共有 条评论