資源描述:
《基于matlab的電力系統(tǒng)潮流計算》由會員上傳分享,免費在線閱讀,更多相關內容在行業(yè)資料-天天文庫。
1、摘要潮流計算是電力系統(tǒng)最基本、最常用的計算。根據(jù)系統(tǒng)給定的運行條件、網絡接線及元件參數(shù),通過潮流計算可以確定各母線的電壓(幅值及相角),各元件中流過的功率、整個系統(tǒng)的功率損耗等。潮流計算是實現(xiàn)電力系統(tǒng)安全經濟發(fā)供電的必要手段和重要工作環(huán)節(jié)。因此潮流計算在電力系統(tǒng)的規(guī)劃設計、生產運行、調度管理及科學研究中都有著廣泛的應用。本次設計的主要目的就是面向一般的電力網絡,形成節(jié)點導納矩陣,確定合適的算法,編寫通用的計算程序,得到計算結果。設計中主要介紹了牛頓拉夫遜和PQ分解兩種算法,PQ分解法雖然在結構上比牛頓法更加簡化,但是針對一般網絡現(xiàn)代計算機在存儲空間及計算速度上已經十分強大,
2、鑒于對牛頓法的熟悉與其算法的直觀性,本次設計在編程時采用了牛頓拉夫遜法的直角坐標形式。解方程的過程利用Matlab的強大計算功能,編寫M語言,合理設置變量,實現(xiàn)通用計算功能。關鍵詞:電力系統(tǒng),潮流計算,牛頓—拉夫遜法,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潮流計算發(fā)展史11.4基于MATLAB的電力系統(tǒng)潮流計算發(fā)展前景22簡單電力系統(tǒng)潮流計算42.1簡單輻射網絡的潮流計算42.1.1簡單支路的潮流分布和電壓降落42.1.2輻射型網絡的手工潮流計算方法62.2簡單環(huán)網的潮流計算72.2.1兩端電壓相等72.2.2兩端電壓不相等83復雜電力系統(tǒng)潮流計算的計算機算法103.1電力網絡方程及等值電路103.2節(jié)點導納矩陣形成及修改113.3節(jié)點的分類143.3.1PQ節(jié)點143.3.2PV節(jié)點143.3.3平衡節(jié)點1