1 / 41
文档名称:

毕业设计(论文)-电力系统潮流计算.doc

格式:doc   页数:41
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-电力系统潮流计算.doc

上传人:3346389411 2013/1/16 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-电力系统潮流计算.doc

文档介绍

文档介绍:摘要
电力系统潮流计算是研究电力系统稳态运行情况的一种重要的分析计算,它根据给定的运行条件及系统接线情况确定整个电力系统各部分的运行状态。在电力系统规划设计和现有电力系统运行方式的研究中,都需要利用潮流计算来定量地分析比较供电方案或运行方式的合理性,可靠性和经济性。MATLAB使用方便,有着其他高级语言无法比拟的强大的矩阵处理功能。这样使MATLAB成为电力系统潮流计算的首选计算机语言。
牛顿-拉夫逊法师电力系统潮流计算的常用算法之一,它收敛性好,迭代次数少。介绍了电力系统潮流计算机辅分析的基本知识及潮流计算牛顿-拉普逊法,最后介绍了利用matlab GUI 制作潮流计算软件的过程。
关键词:电力系统潮流计算;牛顿-拉普逊法;matlab GUI
Abstract
Power Flow Calculation of Power System is an important analysis and calculation of power system steady-state operation, which according to the given operating conditions and system wiring to determine the various parts of the power system running state. In the study of power system design and the current operation mode are required Power Flow Calculation to quantitatively analyzed pared to the program or run mode power supply reasonable, reliability and economy or not.
MATLAB is easy to use, the powerful matrix processing is the other high-level language can not pared with. This allows MATLAB to e the puter language of power flow calculation.
Newton Raphson power flow calculation is one of the monly used algorithms, which has good convergence and fewer iterations .This article describes the power puter assisted analysis of the basic knowledge and power flow Newton - Raphson method, Finally it describe how to use matlab GUI to make the power flow calculation software.
Keywords: power flow calculation; Newton - Raphson method; matlab GUI
目录
第1章绪论 1
课题背景 1
选题意义 1
潮流计算及其现状及其发展趋势 2
本毕业设计主要工作 3
第2章电力系统潮流计算基本原理 4
电力网络的数学模型 4
4
自导纳和互导纳的确定方法 5
节点导纳矩阵的性质及意义 7
非标准变比变压器等值电路 8
潮流计算的数学模型 10
潮流计算的节点类型 10
潮流计算基本方程 10
潮流计算的约束条件 12
潮流计算方法 13
牛顿——拉夫逊法 13
高斯——赛德尔法 13
PQ分解法 14
拟牛顿算法 16
Matlab简介 16
Matlab概述 16
matlab GUI 简介 16
GUI 设计模板及设计窗口 17
GUI 设计的基本操作 17
第3章牛顿拉夫逊潮流计算理论分析 18
概述 18
牛顿法基本原理 18
牛顿法潮流计算方程 22
22
修正方程 23
牛顿法潮流计算主要流程 26
第4章基于matlab潮流计算软件的实现 2