资源描述:
《基于matlab的电力系统潮流计算》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、摘要潮流计算是电力系统最基本、最常用的计算。根据系统给定的运行条件、网络接线及元件参数,通过潮流计算可以确定各母线的电压(幅值及相角),各元件中流过的功率、整个系统的功率损耗等。潮流计算是实现电力系统安全经济发供电的必要手段和重要工作环节。因此潮流计算在电力系统的规划设计、生产运行、调度管理及科学研究中都有着广泛的应用。本次设计的主要目的就是面向一般的电力网络,形成节点导纳矩阵,确定合适的算法,编写通用的计算程序,得到计算结果。设计中主要介绍了牛顿拉夫逊和PQ分解两种算法,PQ分解法虽然在结构上比牛顿法更加简化,但是针对一般网络现代计算机在存储空间及计算速度上已经十分强大,
2、鉴于对牛顿法的熟悉与其算法的直观性,本次设计在编程时采用了牛顿拉夫逊法的直角坐标形式。解方程的过程利用Matlab的强大计算功能,编写M语言,合理设置变量,实现通用计算功能。关键词:电力系统,潮流计算,牛顿—拉夫逊法,Matlab。AbstractPowersystemloadflowcalculationisthemostbasicandcommonlyusedcalculations.Givenaccordingtothesystemoperatingconditions,thenetworkconnectionanddeviceparameterscanbedeter
3、minedbypowerflowcalculationofthebusvoltage(magnitudeandphaseangle),thepowerflowingthroughthecomponents,overallsystempowerconsumptionandsoon.Flowcalculationistoachieveeconomicdevelopmentofpowersystemsupplythenecessarymeansandimportantpartofthework.Thereforeflowcalculationinpowersystemplanni
4、nganddesign,productionandoperation,schedulingmanagement,andscientificresearchhaveawiderangeofapplications.Themainpurposeofthisdesignisforthegeneralelectricitynetwork,theformationofthenodeadmittancematrix,determinetheappropriatemethod,thepreparationofgeneral-purposecomputerprogramtogetresul
5、ts.IntroducesthedesignandthePQdecompositionNewtonRaphsontwoalgorithms,PQdecompositionalthoughthestructureismorestreamlinedthantheNewtonmethod,butforthegeneralnetworkofmoderncomputerstoragespaceandcomputingspeedhasbeenverystrong,inviewoftheNewtonFamiliarwithitsintuitivealgorithm,thisdesigni
6、nprogrammingusingNewtonRaphsonpolarform.Theprocessofsolvingequationsusingmatlabpowerfulcomputingcapabilities,thepreparationofMlanguage,areasonablesetvariables,toachievegeneral-purposecomputingfunctions.Keywords:powersystem,powerflowcalculation,Newton-Raphsonmethod,Matlab.目录摘要IAbstractII目录I
7、II1引言11.1潮流计算目的11.2潮流计算意义11.3潮流计算发展史11.4基于MATLAB的电力系统潮流计算发展前景22简单电力系统潮流计算42.1简单辐射网络的潮流计算42.1.1简单支路的潮流分布和电压降落42.1.2辐射型网络的手工潮流计算方法62.2简单环网的潮流计算72.2.1两端电压相等72.2.2两端电压不相等83复杂电力系统潮流计算的计算机算法103.1电力网络方程及等值电路103.2节点导纳矩阵形成及修改113.3节点的分类143.3.1PQ节点143.3.2PV节点143.3.3平衡节点1