资源简介
在matlab环境下,编写的电力系统39节点系统,适合对电力系统进行潮流分析及相关方面的研究
代码片段和文件信息
function mpc = case39
%CASE39 Power flow data for 39 bus New England system.
% Please see CASEFORMAT for details on the case file format.
%
% Data taken from [1] with the following modifications/additions:
%
% - renumbered gen buses consecutively (as in [2] and [4])
% - added Pmin = 0 for all gens
% - added Qmin Qmax for gens at 31 & 39 (copied from gen at 35)
% - added Vg based on V in bus data (missing for bus 39)
% - added Vg Pg Pd Qd at bus 39 from [2] (same in [4])
% - added Pmax at bus 39: Pmax = Pg + 100
% - added line flow limits and area data from [4]
% - added voltage limits Vmax = 1.06 Vmin = 0.94
% - added identical quadratic generator costs
% - increased Pmax for gen at bus 34 from 308 to 508
% (assumed typo in [1] makes initial solved case feasible)
% - re-solved power flow
%
% Notes:
% - Bus 39 its generator and 2 connecting lines were added
% (by authors of [1]) to represent the interconnection with
% the rest of the eastern interconnect and did not include
% Vg Pg Qg Pd Qd Pmin Pmax Qmin or Qmax.
% - As the swing bus bus 31 did not include and Q limits.
% - The voltages etc in [1] appear to be quite close to the
% power flow solution of the case before adding bus 39 with
% it‘s generator and connecting branches though the solution
% is not exact.
% - Explicit voltage setpoints for gen buses are not given so
% they are taken from the bus data however this results in two
% binding Q limits at buses 34 & 37 so the corresponding
% voltages have probably deviated from their original setpoints.
% - The generator locations and types are as follows:
% 1 30 hydro
% 2 31 nuke01
% 3 32 nuke02
% 4 33 fossil02
% 5 34 fossil01
% 6 35 nuke03
% 7 36 fossil04
% 8 37 nuke04
% 9 38 nuke05
% 10 39 interconnection to rest of US/Canada
%
% This is a solved power flow case but it includes the following
% violations:
% - Pmax violated at bus 31: Pg = 677.87 Pmax = 646
% - Qmin violated at bus 37: Qg = -1.37 Qmin = 0
%
% References:
% [1] G. W. Bills et.al. “On-Line Stability Analysis Study“
% RP90-1 Report for the Edison Electric Institute October 12 1970
% pp. 1-20 - 1-35.
% prepared by E. M. Gulachenski - New England Electric System
% J. M. Undrill - General Electric Co.
% “generally representative of the New England 345 KV system but is
% not an exact or complete model of any past present or projected
% configuration of the actual New England 345 KV system.
% [2] M. A. Pai Energy Function Analysis for Power System Stability
% Kluwer Academic Publishers Boston 1989.
% (referenc
相关资源
- matlab_OFDM调制解调(来自剑桥大学)
- Matlab路面裂缝识别69319
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- 基于MATLAB的质点弹道计算与外弹道优
- 阵列天线的matlab仿真
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
评论
共有 条评论