基于MATLAB的電網(wǎng)潮流計(jì)算
|
資料類別
|
電子電工畢業(yè)論文(設(shè)計(jì)) |
|
課程(專業(yè))
|
電氣自動(dòng)化 |
關(guān)鍵詞
|
MATLAB|電網(wǎng)潮流 |
適用年級(jí)
|
大學(xué) |
身份要求
|
普通會(huì)員 |
金 幣
|
40 。金幣如何獲得?) |
文件格式
|
word |
文件大小
|
941K |
發(fā)布時(shí)間
|
2018-03-12 09:25:00 |
預(yù)覽文件
|
無 |
下載次數(shù)
|
1 |
發(fā)布人 |
kj008 |
內(nèi)容簡介:
基于MATLAB的電網(wǎng)潮流計(jì)算,畢業(yè)設(shè)計(jì),說明書共50頁,18294字。
摘要
傳統(tǒng)的潮流計(jì)算程序缺乏圖形用戶界面,結(jié)果顯示不直觀,難于與其他分析功能集成。網(wǎng)絡(luò)原始數(shù)據(jù)輸入工作量大且易于出錯(cuò)。隨著計(jì)算機(jī)技術(shù)的飛速發(fā)展,MICROSOFT WINDOWS操作系統(tǒng)早已被大家所熟悉,其友好的圖形用戶界面已成為PC機(jī)的標(biāo)準(zhǔn),而DOS操作系統(tǒng)下的應(yīng)用程序因其界面不夠友好,開發(fā)具有WINDOWS風(fēng)格界面的電力系統(tǒng)分析軟件已成為當(dāng)前的主流趨勢。另外,傳統(tǒng)的程序設(shè)計(jì)方法是結(jié)構(gòu)化程序設(shè)計(jì)方法,該方法基于功能分解,把整個(gè)軟件工程看作是一個(gè)個(gè)對象的組合,由于對某個(gè)特定問題域來說,該對象組成基本不變,因此,這種基于對象分解方法設(shè)計(jì)的軟件結(jié)構(gòu)上比較穩(wěn)定,易于維護(hù)和擴(kuò)充。
本文介紹了圖形化潮流計(jì)算軟件的開發(fā)設(shè)計(jì)思想和總體結(jié)構(gòu),闡述了該軟件所具備的功能和特點(diǎn)。結(jié)合電力系統(tǒng)的特點(diǎn),軟件采用 MATLAB語言運(yùn)行于WINDOWS操作系統(tǒng)的圖形化潮流計(jì)算軟件。本系統(tǒng)的主要特點(diǎn)是操作簡單,圖形界面直觀,運(yùn)行穩(wěn)定.計(jì)算準(zhǔn)確。計(jì)算中,算法做了一些改進(jìn),提高了計(jì)算速度,各個(gè)類的有效封裝又使程序具有很好的模塊性.可維護(hù)性和可重用性。
Abstract
The lack of traditional power flow calculation program graphical user interface, results are not intuitive, difficult to integrate with other analysis functions. Network raw data input work load and error-prone. With the rapid development of computer technology, microsoft windows operating system has long been familiar to all of its friendly graphical user interface has become a standard PC, while the DOS operating system applications because the interface is not friendly enough to develop a style of interface, windows power system analysis software has become the main trend. In addition, the Cheng Xu traditional design methods of structural design of procedures, the method is based on functional decomposition, the entire software Gongchengkanzuo is a one object Zu He, You Yu right Mouge specific problem domain terms, the basic Bubian of objects, Therefore, this decomposition method based on object design software more stable structure, easy maintenance and expansion.
This article describes the graphical flow calculation software design and the overall structure and describes the software functions and features available. Combine the characteristics of power system software using windows language operating system running on a windows graphical power flow calculation software. The main features of this system is simple and intuitive graphical interface, stable operation. Calculated accurately. Calculation, the algorithm made some improvements, improve the speed, each class has to make programs effective package has good modularity. Maintainability and reusability.
Key Words: Power Flow Simulation; matlab
目 錄
前言 3
1 電力系統(tǒng)潮流計(jì)算概述 4
1.1 電力系統(tǒng)概述 4
1.2 潮流計(jì)算的目的及意義 4
1.3 國內(nèi)外發(fā)展概況 5
1.4 國內(nèi)用得較多的幾種潮流計(jì)算軟件簡介 5
2 簡單電力系統(tǒng)潮流計(jì)算的手工算法 6
2.1 簡單輻射網(wǎng)絡(luò)的潮流計(jì)算方法 6
2.1.1 簡單支路的潮流分布和電壓降落 6
2.1.2 輻射型網(wǎng)絡(luò)的手工潮流計(jì)算方法 10
2.2 簡單環(huán)形網(wǎng)絡(luò)的潮流計(jì)算 12
2.2.1 兩端電壓相等 12
2.2.2 兩端電壓不相等 14
3 復(fù)雜電力系統(tǒng)潮流計(jì)算的計(jì)算機(jī)算法 15
3.1 潮流計(jì)算的計(jì)算機(jī)算法簡介 15
3.2 潮流計(jì)算的約束條件 15
3.3 節(jié)點(diǎn)到那矩陣的形成與修改 16
3.4 高斯-賽德爾法 17
3.5 牛頓-拉夫遜法 22
3.6 P-Q分解法潮流計(jì)算 27
4 基于MATLAB的電網(wǎng)潮流計(jì)算 29
4.1 MATLAB簡介 29
4.2 Simulink仿真入門 30
4.3 Powergui在簡單電力系統(tǒng)潮流計(jì)算中的應(yīng)用 33
結(jié)論 45
致謝 46
參考文獻(xiàn) 47
相關(guān)說明:
1. 如您下載的資料不止一份,建議您注冊成為本站會(huì)員。會(huì)員請登錄后下載。
2. 會(huì)員購買金幣50元以下,0.7元/個(gè),50元以上,0.5元/個(gè)。具體請看:下載與付款。
3. 會(huì)員48小時(shí)內(nèi)下載同一文件,不重復(fù)扣金幣。
4. 下載后請用WinRAR或 WinZIP解壓縮后使用。
5. 如仍有其他下載問題,請看常見問題解答。
下載地址:
|
|
相關(guān)畢業(yè)論文(設(shè)計(jì)) |
|
推薦畢業(yè)論文(設(shè)計(jì)) |
|
|
|
|