牛顿拉夫逊法潮流计算
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
本文,首先简单介绍了基于在MALAB中行潮流计算的原理、意义,然后用具体的实例,简单介绍了如何利用MALAB去进行电力系统中的潮流计算。
众所周知,电力系统潮流计算是研究电力系统稳态运行情况的一种计算,它根据给定的运行条件及系统接线情况确定整个电力系统各部分的运行状态:各线的电压、各元件中流过的功率、系统的功率损耗等等。在电力系统规划的设计和现有电力系统运行方式的研究中,都需要利用潮流计算来定量地分析比较供电方案或运行方式的合理性、可靠性和经济性。
此外,在进行电力系统静态及暂态稳定计算时,要利用潮流计算的结果作为其计算的基础;一些故障分析以及优化计算也需要有相应的潮流计算作配合;潮流计算往往成为上述计算程序的一个重要组成部分。以上这些,主要是在系统规划设计及运行方式安排中的应用,属于离线计算范畴。
牛顿-拉夫逊法在电力系统潮流计算的常用算法之一,它收敛性好,迭代次数少。本文介绍了电力系统潮流计算机辅助分析的基本知识及潮流计算牛顿-拉夫逊法,最后介绍了利用MTALAB程序运行的结果。
关键词:电力系统潮流计算,牛顿-拉夫逊法,MATLAB
ABSTRACT
This article first introduces the flow calculation based on the principle of MALAB Bank of China, meaning, and then use specific examples, a brief introduction, how to use MALAB to the flow calculation in power systems.
As we all know, is the study of power flow calculation of power system steady-state operation of a calculation, which according to the given operating conditions and system wiring the entire power system to determine the operational status of each part: the bus voltage flowing through the components power, system power loss and so on. In power system planning power system design and operation mode of the current study, are required to quantitatively calculated using the trend analysis and comparison of the program or run mode power supply reasonable, reliability and economy.
In addition, during the power system static and transient stability calculation, the results of calculation to take advantage of the trend as its basis of calculation; number of fault analysis and optimization also requires a corresponding flow calculation for cooperation; power flow calculation program often become the an important part. These, mainly in the way of system design and operation arrangements in the application areas are off-line calculation.
Newton - Raphson power flow calculation in power system is one commonly used method, it is good convergence of the iteration number of small, introduce the trend of computer-aided power system analysis of the basic knowledge and power flow Newton - Raphson method, introduced by the last matlab run results.
Keywords:power system flow calculation, Newton – Raphson method, matlab
目录
1 绪论 (1)
1.1 课题背景 (1)
1.2 电力系统潮流计算的意义 (2)
1.3 电力系统潮流计算的发展 (2)
1.4 潮流计算的发展趋势 (4)
2 潮流计算的数学模型 (5)
2.1 电力线路的数学模型及其应用 (5)
2.2 等值双绕组变压器模型及其应用 (6)
2.3 电力网络的数学模型 (8)
2.4 节点导纳矩阵 (9)
2.4.1 节点导纳矩阵的形成 (9)
2.4.2 节点导纳矩阵的修改 (10)
2.5 潮流计算节点的类型 (11)
2.6 节点功率方程 (12)
2
·
7 潮流计算的约束条件 (13)
3 牛顿-拉夫逊法潮流计算基本原理 (14)
3.1 牛顿-拉夫逊法的基本原理 (14)
3.2 牛顿-拉夫逊法潮流计算的修正方程 (17)
3.3 潮流计算的基本特点 (20)
3.4 节点功率方程 (21)
4牛顿-拉夫逊法分解潮流程序 (22)
4
·
1 牛顿-拉夫逊法分解潮流程序原理总框图 (22)
4.2 形成节点导纳矩阵程序框图及代码 (23)
4.2
。
1 形成节点导纳矩阵程序框图 (23)
4.2.2 形成节点导纳矩阵的程序代码 (24)
4
·
3 雅克比矩阵求取的程序框图及代码 (25)
4·3
·
1 形成节点导纳矩阵程序框图 (25)
4·3
·
2 形成雅克比矩阵程序的代码 (25)