精选复杂配电网潮流算法研究

上传人:人*** 文档编号:485838470 上传时间:2022-10-04 格式:DOC 页数:67 大小:1.02MB
返回 下载 相关 举报
精选复杂配电网潮流算法研究_第1页
第1页 / 共67页
精选复杂配电网潮流算法研究_第2页
第2页 / 共67页
精选复杂配电网潮流算法研究_第3页
第3页 / 共67页
精选复杂配电网潮流算法研究_第4页
第4页 / 共67页
精选复杂配电网潮流算法研究_第5页
第5页 / 共67页
点击查看更多>>
资源描述

《精选复杂配电网潮流算法研究》由会员分享,可在线阅读,更多相关《精选复杂配电网潮流算法研究(67页珍藏版)》请在金锄头文库上搜索。

1、内容摘要 配电网的潮流计算是配电网络分析的一项重要内容,它根据给定网络的结构和运行条件来确定整个网络的电气状态(主要是各节点的电压幅值和相角,网络中的功率分布及功率损耗等)并进行越界检查,它是对配电系统规划设计和运行方式的合理性,可靠性及经济性进行定量分析的重要依据。配电网潮流计算还是配电系统的电压/无功优化调度,操作模拟和接线变化分析等的基础。当前已有的电网分析软件大多是针对输电网开发出来的,利用的是牛顿一拉夫逊法和快速解耦法,而配电网络有许多不同于输电网络的特点,如:线路长且分支线多,线径小,使RX;网络的PQ节点多,PV节点少;多个平衡点等,现有的电网分析方法直接应用到配电网是不合适的。

2、有关配电网的潮流算法的研究是目前的热门研究课题之一。鉴于配电潮流计算在配电网运行与管理系统中的基础地位和作用以及当前缺乏完善,本课题的研究具有重要的理论意义和实用价值。 本文首先发展了前人的工作,提出了两种配电网络重构方法,即以提高供电电压质量为目标的配电网络重构方法和以负荷均衡化为目标的配电网络重构方法。提出的方法只需利用有限的量测信息,从而使缺少量测信息的配电系统实现配电网络重构成为可能。本文在前人的基础上,首先探讨分析了几种基本的潮流算法,比较现有各种潮流算法的优缺点,提出了一种既能提高运算速度,又能可靠收敛的潮流计算方法,并且用该方法解决了多平衡节点潮流计算的问题。 Ybus算法是一阶

3、收敛方法,算法的稳定性好,可求解多回路电网,但是处理多电源能力差。牛顿一拉夫逊法是二阶方法,是当前广泛采用的计算潮流分布的方法,但其收敛受初值的影响较大,当电网的末端电压低于一定值时,牛顿一拉夫逊法开始发散。本文提出的方法的大体思路是先利用改进的Yhus法迭代出合适的初值,再利用基于节点注入电流模型的牛顿一拉夫逊法进行精确计算。这种方法不但改进了配电网潮流计算初值选取的问题,又提高了潮流计算的速度,而且可以解决多平衡节点潮流计算的问题,可以说是一举三得。本文使用MATLAB软件对所提出的方法进行了实例验证,结果表明算法基本可行。关键词:配电网 潮流计算 速度性 收敛性 多平衡节点 MATLAB

4、Abstract Distribution network computing flow calculation iS an important element of Distribution network analysis.According to some known operating conditions(node load or voltage),it determine the operational status of the entire network(such as the power distribution network and depletion,and the

5、bus bar voltage worth of Kok),and make cross-border checks.It is importantevidence to plan the rational,reliability and finance of the program design of distribution systemsand moving motion.Distribution power flow is the readjust of voltage magnitude and optmizationof reactive power of distribution

6、 systems and operate the basic of simulation and analyzing the changes of net.Nowadays most of the analyzing software of power system is exploited from transportation systems and used NewtonRaphson and FDLE And different distribution systemsshave different factors,SO it is unflxable to be opened up

7、directly.It is one of the hot issues that the method of power flow of distribution systems.According to lack of the basic and action of operation and management of power flow in distribution systems.Effective mehtod of distributionsystems load flow shows the theoretical meaning and real practice. I

8、discuss several basic method for distribution systems and compare the merits and demerits of each,and then put forward a method which can raise the courting speed and reliable and also can solve the problem for the system with multibalance node. Ybus method is a kind of once step convergence which h

9、as the good stableman and could solve the network with multi-loop。But the bad ability of dealing with multi-power supply.NewtonRaphson is a twice step convergence method which is widely used but its big effect in the initial value.When the voltage of the last node is lower than some certain of netwo

10、rd,NewtonRaphson begins to open.The main train of the thought of mine first used the suitable initial value of improving Ybus and then accurate counting the NewtonRaphson which based onthe current injection.It not only can improve the problem of selecting initial value of distributionsystems and rai

11、se the counting speed and solve the problem of multibalance network. The paper has improved the examples of MATLAB and shown it is feasible.Key Words:distribution systems power flow the counting speed trustniess convergenceMulti-balanceable node MATLAB目 录内容摘要 IAbstract II1 绪 论111引言112配电网潮流的研究现状和存在的问

12、题1121 潮流计算的研究现状2122 配电网潮流存在的问题3 13本人所做的工作42 配电网潮流算法比较研究521 引言5 211 潮流计算的概念和意义5 212 复杂配电网的特点5 213 配电网潮流计算的意义6 22 配电网各类潮流算法介绍6221 母线类算法6222 支路类算法7223牛顿一拉夫逊法和快速解耦法1123 配电网潮流算法的比较15 231 分支线的处理能力15232 双电源的处理能力16233 收敛阶数16234 算法的稳定性173 本文所提出的算法及其分析1831 算法的基本原理1832 算例及其分析224 多平衡节点配电网的潮流计算2841 多平衡节点网络的处理与求解方法2842 算例及其分析295 结论与展望31参考文献 32致 谢 35附录1 实现本文算法的MATLAB语言程序36附录2 实现多平衡节点潮流算法的MATLAB语言程序401 绪 论11引言 潮流计算作为电力系统中应用最为广泛、最基本和最重要的电气计算,是研究电力系统最基本的手段。电力系统潮流计算的任务是根据给定的网络结构及其运行条件,求出整个网络的运行状态,其中包括各母线的电压、网络中的功率分布以及功率损耗等等。早在20世纪70年代许多专家学者就研究出了有效的算法来分析电力系统潮

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 资格认证/考试 > 自考

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号