当前位置:首页 > 配电网的潮流计算毕业设计
毕业设计(论文)
题,目 配电网潮流计算与程序设计
1
目 录
摘要
一.配电网潮流概述 ........................................... 5 1.1配电网潮流计算的目的与意义 .............................. 5 1.2潮流计算方法概述 ......................................... 5
1.2.1 牛顿——拉夫逊法...................................... 6 1.2.2 快速解耦法............................................ 6 1.2.3 回路阻抗法............................................ 9 1.2.4 前推回代法........................................... 11
1.3 本文工作 ................................................ 11 二.配电网网络模型 .......................................... 11 2.1元件模型 .................................................. 11
2.1.1 电力线路的数学模型 ................................... 11 2.1.2 变压器的等值电路..................................... 13
2.2网络模型 .................................................. 15 三:基于matlab的配电网潮流计算算法 ...................... 16 3.1配电网潮流计算算法原理 ................................. 16 3.2 matlab的概述 ............................................ 19 3.3程序设计 .................................................. 21
3.3.1 牛顿--拉夫逊法潮流求解过程 ........................... 21 3.3.2牛顿—拉夫逊法的程序框图 .............................. 25
四:算例 ...................................................... 27 参考文献 ................................................ 28 致 谢 ................................................... 29
2
配电网潮流计算与程序设计
学 生:石昊晨 指导教师:刘会家 (三峡大学 国际文化交流学院)
摘 要:本文首先分析了配电网的特点及对算法的要求,然后建立配电网潮流计算模型。针对配电网潮流计算的现状进行了全面分析,深入讨论了目前各方法的特点,并从收敛性及其他性能指标进行了比较分析;详细研究用的比较广泛的牛顿——拉夫逊法,并以广度优先顺序搜索策略作为理论基础。针对某地区配电网的具体情况,选取IOKV的配电网子系统进行潮流计算。利用MATLAB 2009a 进行了基于牛顿——拉夫逊法的配电网的潮流计算程序。由计算结果可知,该算法具有一定的优越性,软件的开发具有一定的实用性。
关键词:电力系统,配电网潮流,牛顿——拉夫逊法,MATLAB程序设计
3
Abstract:In this paper, ungrounded system, the characteristics of non-zero sequence path, a three-phase decoupled power flow calculation method. This method ignores the influence of zero sequence components, making the three-phase asymmetrical load caused by phase coupling decoupling to be achieved by the phase flow calculation. The algorithm flow algorithm to the existing distribution network in the three-phase node voltage equation 3n-order decomposition of the node voltage equation of three n-order, so no matter what kind of algorithm can greatly save memory and computation for the distribution network to achieve by phase analysis provides a good way. In this paper, a system of 36 nodes to verify the results show that the method can fully into account the impact of unbalanced three-phase loads, a better computational speed and accuracy.
Keywords: power systems, phase decoupling, power flow, back/forward sweep algorithm
4
共分享92篇相关文档