好文档 - 专业文书写作范文服务资料分享网站

基于MATLAB的电力系统潮流计算-毕业论文

天下 分享 时间: 加入收藏 我要投稿 点赞

安徽工程大学机电学院毕业设计(论文)

摘 要

潮流计算是电力系统的一项重要分析功能,是进行故障计算,继电保护整定,安全分析的必要工具。是对复杂电力系统正常和故障条件下稳态运行状态的计算。电力系统潮流计算的结果是电力系统稳定计算和故障分析的基础。潮流计算是电力系统的各种计算的基础,同时它又是研究电力系统的一项重要分析功能,在电力系统规划设计和现有电力系统运行方式的研究中,都需要利用电力系统潮流计算来定量的比较供电方案和现有电力系统运行方式的合理性,可靠性和经济性。实际电力系统的潮流技术那主要采用牛顿-拉夫逊法。

传统的潮流计算程序缺乏图形用户界面,结果显示不直观,难于与其他分析功能集成。网络原始数据输入工作量大且易于出错。随着计算机技术的飞速发展,MICROSOFT WINDOWS操作系统早已被大家所熟悉,其友好的图形用户界面已成为PC机的标准,而DOS操作系统下的应用程序因其界面不够友好,开发具有WINDOWS风格界面的电力系统分析软件已成为当前的主流趋势。另外,传统的程序设计方法是结构化程序设计方法,该方法基于功能分解,把整个软件工程看作是一个个对象的组合,由于对某个特定问题域来说,该对象组成基本不变,因此,这种基于对象分解方法设计的软件结构上比较稳定,易于维护和扩充。

本文介绍了图形化潮流计算软件的开发设计思想和总体结构,阐述了该软件所具备的功能和特点。结合电力系统的特点,软件采用 MATLAB语言运行于WINDOWS操作系统的图形化潮流计算软件。本系统的主要特点是操作简单,图形界面直观,运行稳定。计算准确。计算中,算法做了一些改进,提高了计算速度,各个类的有效封装又使程序具有很好的模块性。可维护性和可重用性。

关键词:电力系统潮流计算;牛顿—拉夫逊法潮流计算; MATLAB

-I -

孔恩来:基于MATLAB的电力系统潮流计算

Abstract

Power flow calculation is an important function of the electric power system is analyzed, fault calculation, relay protection, safety analysis tools necessary. Is the calculation of the steady state operation of normal and fault conditions of complex power system under the. The results of power flow calculation is the basis of computation and fault analysis of power system stability. Power flow calculation is the basis of all kinds of power system calculation, and it is also an important function of power system analysis, the research on the operating mode of power system planning and design of the existing power system, need to use power flow calculation to quantitative comparison of the rationality of power supply scheme and operation mode of the existing power system, reliability and economy. The actual power flow technology that mainly uses the Newton-Raphson method.

The traditional flow calculation program lacks a graphical user interface, the display is not intuitive, it is difficult to integrate with other analysis function. The network input data and heavy workload and error prone. With the rapid development of computer technology, Microsoft windows operating system has long been familiar, its friendly graphical user interface has become PC standard, and the application of the DOS operating system because of its interface is not friendly enough, the power system analysis software development with windows style interface has become the main trend. In addition, the traditional design method is a structured program design method, this method is based on the function decomposition, the software engineering as a combination of objects, due to a particular problem domain, the composition of the object is essentially the same, therefore, based on the software structure of the object decomposition method on the design of stable, easy to maintain and expansion.

The development of design idea and overall structure of this paper introduces the graphical power flow calculation software, expounds the function and features of the software. According to the characteristics of the power system, the graphical trend MATLAB language operating system running on a windows calculation software. The main feature of this system is simple, intuitive graphical interface, accurate calculation of stable operation. In the calculation, the algorithm made some improvements, improve the calculation speed, and the effective encapsulation of class program module has good maintainability and reusability.

Keywords: power flow calculation; Newton Raphson power flow calculation; MATLAB

- II-

安徽工程大学机电学院毕业设计(论文)

目录

引言 ............................................................................................................................................ 1 第1章 电力系统潮流计算概述 .............................................................................................. 2 1.1 电力系统叙述 .................................................................................................................. 2 1.2 潮流计算简介 .................................................................................................................. 2 1.3 潮流计算的意义及其发展 .............................................................................................. 3 第2章 潮流计算的数学模型 .................................................................................................. 4 2.1 导纳矩阵的原理及计算方法 ...................................................................................................... 4 2.2 潮流计算的基本方程 ...................................................................................................... 7 2.3 电力系统节点分类 .......................................................................................................... 9 2.4 潮流计算的约束条件 .................................................................................................... 10 第3章 牛顿-拉夫逊法概述 ................................................................................................ 12 3.1 牛顿-拉夫逊法基本原理 ............................................................................................ 12 3.2 牛顿--拉夫逊法潮流求解过程 ..................................................................................... 13 3.3 牛顿—拉夫逊法的程序框图 ........................................................................................ 17 第4章 MATLAB概述 .......................................................................................................... 18 4.1 MATLAB简介 ............................................................................................................... 18 4.2 MATLAB应用在潮流计算中的优势 ........................................................................... 18 4.3 矩阵的运算 .................................................................................................................... 19 第5章 潮流计算主界面设计实现 ........................................................................................ 21 5.1 主界面介绍 .................................................................................................................... 21 5.2 数据初始化 .................................................................................................................... 21 5.3 潮流计算 ........................................................................................................................ 22 5.4 数据处理 ........................................................................................................................ 23 5.5 数据传递的问题 ............................................................................................................ 23 5.6 例:某电网接线图及给定的参数 ................................................................................ 24 5.7运算结果 ......................................................................................................................... 24 第6章 系统潮流计算的前沿算法及发展前景 .................................................................... 31 6.1 保留非线性算法 ............................................................................................................ 31 6.2 最优潮流分析法 ............................................................................................................ 31 6.3 OPF分析法..................................................................................................................... 32 结论与展望 .............................................................................................................................. 33 致 谢 ...................................................................................................................................... 34 参考文献 .................................................................................................................................. 35 附 录 ...................................................................................................................................... 36 附录A:基于MATLAB的牛顿拉夫逊法潮流计算程序清单 ........................................... 36 附录B:外文文献及译文 ...................................................................................................... 39 附录C:参考文献的题录摘要 .............................................................................................. 45

-III -

基于MATLAB的电力系统潮流计算-毕业论文

安徽工程大学机电学院毕业设计(论文)摘要潮流计算是电力系统的一项重要分析功能,是进行故障计算,继电保护整定,安全分析的必要工具。是对复杂电力系统正常和故障条件下稳态运行状态的计算。电力系统潮流计算的结果是电力系统稳定计算和故障分析的基础。潮流计算是电力系统的各种计算的基础,同时它又是研究电力系统的一项重要分析功能,在电力系统规划设计和现
推荐度:
点击下载文档文档为doc格式
0azt745q2z83hrt8bf1m52amw9lhy70085d
领取福利

微信扫码领取福利

微信扫码分享