资源简介
case30.m
代码片段和文件信息
function mpc = case30
%CASE30 Power flow data for 30 bus 6 generator case.
% Please see CASEFORMAT for details on the case file format.
%
% based on data from ...
% Alsac O. & Stott B. “Optimal Load Flow with Steady State Security“
% IEEE Transactions on Power Apparatus and Systems Vol. PAS 93 No. 3
% 1974 pp. 745-751.
% ... with branch parameters rounded to nearest 0.01 shunt values divided
% by 100 and shunt on bus 10 moved to bus 5 load at bus 5 zeroed out.
% Generator locations costs and limits and bus areas were taken from ...
% Ferrero R.W. Shahidehpour S.M. Ramesh V.C. “Transaction analysis
% in deregulated power systems using game theory“ IEEE Transactions on
% Power Systems Vol. 12 No. 3 Aug 1997 pp. 1340-1347.
% Generator Q limits were derived from Alsac & Stott using their Pmax
% capacities. V limits and line |S| limits taken from Alsac & Stott.
% MATPOWER
%% MATPOWER Case Format : Version 2
mpc.version = ‘2‘;
%%----- Power Flow Data -----%%
%% system MVA base
mpc.baseMVA = 100;
%% bus data
% bus_i type Pd Qd Gs Bs area Vm Va baseKV zone Vmax Vmin
mpc.bus = [
1 3 0 0 0 0 1 1 0 135 1 1.05 0.95;
2 2 21.7 12.7 0 0 1 1 0 135 1 1.1 0.95;
3 1 2.4 1.2 0 0 1 1 0 135 1 1.05 0.95;
4 1 7.6 1.6 0 0 1 1 0 135 1 1.05 0.95;
5 1 0 0 0 0.19 1 1 0 135 1 1.05 0.95;
6 1 0 0 0 0 1 1 0 135 1 1.05 0.95;
7 1 22.8 10.9 0 0 1 1 0 135 1 1.05 0.95;
8 1 30 30 0 0 1 1 0 135 1 1.05 0.95;
9 1 0 0 0 0 1 1 0 135 1 1.05 0.95;
10 1 5.8 2 0 0 3 1 0 135 1 1.05 0.95;
11 1 0 0 0 0 1 1 0 135 1 1.05 0.95;
12 1 11.2 7.5 0 0 2 1 0 135 1 1.05 0.95;
13 2 0 0 0 0 2 1 0 135 1 1.1 0.95;
14 1 6.2 1.6 0 0 2 1 0 135 1 1.05 0.95;
15 1 8.2 2.5 0 0 2 1 0 135 1 1.05 0.95;
16 1 3.5 1.8 0 0 2 1 0 135 1 1.05 0.95;
17 1 9 5.8 0 0 2 1 0 135 1 1.05 0.95;
18 1 3.2 0.9 0 0 2 1 0 135 1 1.05 0.95;
19 1 9.5 3.4 0 0 2 1 0 135 1 1.05 0.95;
20 1 2.2 0.7 0 0 2 1 0 135 1 1.05 0.95;
21 1 17.5 11.2 0 0 3 1 0 135 1 1.05 0.95;
22 2 0 0 0 0 3 1 0 135 1 1.1 0.95;
23 2 3.2 1.6 0 0 2 1 0 135 1 1.1 0.95;
24 1 8.7 6.7 0 0.04 3 1 0 135 1 1.05 0.95;
25 1 0 0 0 0 3 1 0 135 1 1.05 0.95;
26 1 3.5 2.3 0 0 3 1 0 135 1 1.05 0.95;
27 2 0 0 0 0 3 1 0 135 1 1.1 0.95;
28 1 0 0 0 0 1 1 0 135 1 1.05 0.95;
29 1 2.4 0.9 0 0 3 1 0 135 1 1.05 0.95;
30 1 10.6 1.9 0 0 3 1 0 135 1 1.05 0.95;
];
%% generator data
% bus Pg Qg Qmax Qmin Vg mbase status Pmax Pmin Pc1 Pc2 Qc1min Qc1max Qc2min Qc2max ramp_agc ramp_10 ramp_30 ramp_q apf
mpc.gen = [
- 上一篇:频谱感知中,虚警概率与检测概率的关系曲线
- 下一篇:图片坏点检测
相关资源
- MatlabR2019A.7z
- SVPWMconverter.mdl
- zw_MATLAB程序.zip
- Matlab调制库函数fskmod参数及源代码详
- MATLABR2018bWin64Crack.zip
- matlab2009a反复要求激活解决方案——亲
- DANDAOFANGZHEN.m
- 六自由度机器人避障问题的MATLAB仿真
- cosinebianhuan.m
- zw_clud12345-7946299-matlab实现.zip
- zw_滑模变结构控制MATLAB仿真(第2版)
- zw_16QAM信号调制解调Matlab仿真.zip
- zw_Matlab多旅行商实验.zip
- zw_52372580SINS-MatlabImplement.zip
- lempel-ziv.m
- 一键正图渲染.mse
- 雷达系统设计MATLAB仿真.zip
- 固定捕鱼.mqb
- m101.ms10
- MATLABR2016bWindows.txt
- Leader-FollowerMatlabsimulate.rar
- [矩阵实验室].TLF-SOFT-Mathworks.Matlab.R2
- airborne_radar_clutter_simulation.m
- matlab2019a.txt
- 基于LMS算法的自适应对消器的MATLAB实
- zw_Matlab工具箱调用SVM算法.zip
- zw_KNN_Matlab.zip
- 802.11awlan物理层的matlab仿真源码.rar
- MatlabR2019A.txt
- SNN-STLAPID.m
评论
共有 条评论