资源简介
适用于matlab中matpower工具箱case,标准的case库里面没有33bus,这个是标准ieee 33bus配电网matpower case
代码片段和文件信息
function mpc = case33bw
%CASE33BW Power flow data for 33 bus distribution system from Baran & Wu
% Please see CASEFORMAT for details on the case file format.
%
% Data from ...
% M. E. Baran and F. F. Wu “Network reconfiguration in distribution
% systems for loss reduction and load balancing“ in IEEE Transactions
% on Power Delivery vol. 4 no. 2 pp. 1401-1407 Apr 1989.
% doi: 10.1109/61.25627
% URL: http://doi.org/10.1109/61.25627
%% 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 = [ %% (Pd and Qd are specified in kW & kVAr here converted to MW & MVAr below)
1 3 0 0 0 0 1 1 0 12.66 1 1 1;
2 1 100 60 0 0 1 1 0 12.66 1 1.1 0.9;
3 1 90 40 0 0 1 1 0 12.66 1 1.1 0.9;
4 1 120 80 0 0 1 1 0 12.66 1 1.1 0.9;
5 1 60 30 0 0 1 1 0 12.66 1 1.1 0.9;
6 1 60 20 0 0 1 1 0 12.66 1 1.1 0.9;
7 1 200 100 0 0 1 1 0 12.66 1 1.1 0.9;
8 1 200 100 0 0 1 1 0 12.66 1 1.1 0.9;
9 1 60 20 0 0 1 1 0 12.66 1 1.1 0.9;
10 1 60 20 0 0 1 1 0 12.66 1 1.1 0.9;
11 1 45 30 0 0 1 1 0 12.66 1 1.1 0.9;
12 1 60 35 0 0 1 1 0 12.66 1 1.1 0.9;
13 1 60 35 0 0 1 1 0 12.66 1 1.1 0.9;
14 1 120 80 0 0 1 1 0 12.66 1 1.1 0.9;
15 1 60 10 0 0 1 1 0 12.66 1 1.1 0.9;
16 1 60 20 0 0 1 1 0 12.66 1 1.1 0.9;
17 1 60 20 0 0 1 1 0 12.66 1 1.1 0.9;
18 1 90 40 0 0 1 1 0 12.66 1 1.1 0.9;
19 1 90 40 0 0 1 1 0 12.66 1 1.1 0.9;
20 1 90 40 0 0 1 1 0 12.66 1 1.1 0.9;
21 1 90 40 0 0 1 1 0 12.66 1 1.1 0.9;
22 1 90 40 0 0 1 1 0 12.66 1 1.1 0.9;
23 1 90 50 0 0 1 1 0 12.66 1 1.1 0.9;
24 1 420 200 0 0 1 1 0 12.66 1 1.1 0.9;
25 1 420 200 0 0 1 1 0 12.66 1 1.1 0.9;
26 1 60 25 0 0 1 1 0 12.66 1 1.1 0.9;
27 1 60 25 0 0 1 1 0 12.66 1 1.1 0.9;
28 1 60 20 0 0 1 1 0 12.66 1 1.1 0.9;
29 1 120 70 0 0 1 1 0 12.66 1 1.1 0.9;
30 1 200 600 0 0 1 1 0 12.66 1 1.1 0.9;
31 1 150 70 0 0 1 1 0 12.66 1 1.1 0.9;
32 1 210 100 0 0 1 1 0 12.66 1 1.1 0.9;
33 1 60 40 0 0 1 1 0 12.66 1 1.1 0.9;
];
%% 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 = [
1 0 0 10 -10 1 100 1 10 0 0 0 0 0 0 0 0 0 0 0 0;
];
%% branch data
% fbus tbus r x b rateA rateB rateC ratio angle status angmin angmax
mpc.branch = [ %% (r and x specified in ohms here converted to p.u. below)
1 2 0.0922 0.
- 上一篇:MATLAB 对SAR 图像做二值分割 边缘检测
- 下一篇:基于matlab指纹识别
相关资源
- MATLAB小波软阈值去噪代码33473
- ieee14节点的潮流计算
- IEEE14节点潮流计算程序
- 三点估计法潮流计算matlab源程序
- Matpower6.0
- 几乎包含IEEE所有节点的牛拉潮流计算
- 33 个单片机类毕业设计
- IEEE 802.15.4 Zigbee Matlab模拟器源代码
- IEEE802.15.4a信道模型
- zw_qq_15023225-7501331-S函数的BP神经网络
- dirichlet process103382
- PSS/E数据转IEEE格式的matlab程序
- matpower4.0正式版
- matpower3.2电力系统潮流计算MATLAB文件
- 电力系统潮流计算matlab程序
- 车牌识别Matlab代码61833
-
于群《MATLAB/Simuli
nk电力系统建模与 - MATLAB在数学建模中的应用253358
-
于群 曹娜 MATLAB_Simuli
nk电力系统建模 - ieee118节点潮流计算程序及节点数据
- 最新matpower7.0b1
- MATLAB基于模型设计入门到精通TMS320F
- MATLAB面向对象编程_徐潇 李远编著_北
- IEEE33节点前推回代程序
- 33节点潮流编程
- 基于模型的设计DSP篇.MSP430、F28027、
- IEEE算例潮流程序
- IEEE14节点微网模型 包括PV模型 储能系
- [网盘]现代永磁同步电机控制原理及
- IEEE33潮流计算
评论
共有 条评论