资源描述:
《电力系统分析课程设计报告》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、-17-信息工程学院课程设计基于Matlab的电力系统潮流仿真计算摘要:Matlab是一种交互式、面向对象的程序设计语言,广泛应用于工业界与学术界,主要用于矩阵运算,同时在数值分析、自动控制模拟、数字信号处理、动态分析、绘图等方面也具有强大的功能。通过M语言,可以用类似数学公式的方式来编写算法,大大降低了程序的难度并节省了时间,从而可把主要的精力集中在算法的构思而不是编程上。传统的潮流计算程序缺乏图形用户界面,结果显示不直观,难于与其他分析功能集成,网络原始数据输入工作量大且易于出错。Matlab潮流计算研究近年来得到了长足的发展。针对这一现状结合
2、电力系统的基本特点,以牛顿—拉夫逊法潮流计算方法为例,对IEEE-6BUS标准试验系统的潮流计算进行仿真,提出了基于Matlab的电力系统潮流仿真计算。它大大提高了计算速度,占用内存少;计算结果有良好的可靠性和可信性;适应性好,即能处理变压器变比调整,系统元件的不同描述和与其它程序配合的能力强。关键词:电力系统潮流计算; MATLAB仿真; 牛顿—拉夫逊法潮流计算; 面向对象PowersystemofsimulationTrendbasedontheMatlabAbstract:Matlabisaninteractive,object-orient
3、edprogramminglanguage,widelyusedinindustryandacademia,mainlyusedformatrix,andthenumericalanalysis,automaticcontrolsimulationanddigitalsignalprocessing,dynamicanalysis,drawingarepowerfulfunctions.ThroughtheMlanguage,canusesimilarmathematicalformula,thewaytowritethealgorithmgrea
4、tlyreducestheprogram'sdifficultyandsavestime,thus,canputthemainfocusontheconceptionandnotprogrammingalgorithm.Thetraditionalflowcalculationprogramlacksthegraphicaluserinterface,theresultsshowedthatdon'tintuitive,butdifficulttoandotheranalysisfunctionintegration,networkrawdatai
5、nputworkloadbigandeasytogowrong.Matlabresearchinrecentyearsobtainedtheflowcalculationfarsighteddevelopment.Withrespecttothiscurrentsituationwiththebasiccharacteristicsofelectricpowersystem,withNewton-raferJohnsonmethodforexample,flowcalculationmethodofIEEE6BUSstandardtestsyste
6、m-flowcalculation,andsimulationwasproposedbasedonMatlabsimulationcalculationofelectricpowersystemstide.Itgreatlyimprovesthecalculationspeed,lessmemory;Calculationresultshavegoodreliabilityandcredibility;Goodadaptability,namelycanhandletransformeradjustment,systemcomponentswith
7、differentdescriptionandtheabilitywithotherprograms.Keywords:electricpowersystemflowcalculation;MATLABsimulation;Newton-raferJohnsonflowcalculationmethod;object-oriented-17--17-信息工程学院课程设计目录目录5一电力系统潮流计算的简介6二潮流计算设计题目72.1潮流计算题目72.2对课题的分析及求解思路8三潮流计算算法及手工计算83.1潮流计算算法83.2关于电力系统潮流计算手工
8、计算103.2.1节点导纳矩阵103.2.2简化雅可比矩阵113.2.3修正、迭代12四Matlab概述124.1Matl