Phranakorn Rajabhat University Library

Optimization of power system operation / [book]

Zhu, Jizhong

Optimization of power system operation / [book] Jizhong Zhu - Piscataway, N.J. : Chichester : Wiley-IEEE ; John Wiley [distributor], 2009 - xviii, 603 p. ; 24 cm. - IEEE Press series on power engineering .

Includes bibliographical references and index.

Power flow analysis -- Sensitivity calculation -- Classic economic dispatch -- Security-constrained economic dispatch -- Multiarea system economic dispatch -- Unit commitment -- Optimal power flow -- Steady-state security regions -- Reactive power optimization -- Optimal load shedding -- Optimal reconfiguration of electrical distribution network -- Uncertainty analysis in power systems.

"Learn to apply optimization methods to solve power system operation problems. Optimization of Power System Operation applies the latest applications of new technologies to power system operation and analysis, including several new and important content areas that are not covered in existing books: uncertainty analysis in power systems; steady-state security regions; optimal load shedding; and optimal reconfiguration of electric distribution networks. The book covers both traditional and modern technologies, including power flow analysis, steady-state security region analysis, security-constrained economic dispatch, multi-area system economic dispatch, unit commitment, optimal power flow, reactive power (VAR) optimization, optimal load shed, optimal reconfiguration of distribution network, power system uncertainty analysis, power system sensitivity analysis, analytic hierarchical process, neural network, fuzzy set theory, genetic algorithm, evolutionary programming, and particle swarm optimization, among others. Additionally, new topics such as the wheeling model, multi-area wheeling, the total transfer capability computation in multiple areas, reactive power pricing calculation, and others are also addressed." -- Publisher's description.

9780470298886 (hbk.) 047029888X (hbk.)


ELECTRIC POWER SYSTEMS--MATHEMATICAL MODELS
MATHEMATICAL OPTIMIZATION

TK 1005 / Z48O 2009

มหาวิทยาลัยศรีปทุม (กทม.)
2410/2 ถ.พหลโยธิน เขตจตุจักร กรุงเทพฯ 10900
Tel : 02-579-1111, 02-561-2222
มหาวิทยาลัยศรีปทุม (ชลบุรี)
79 หมู่ 1 ถ.บางนา-ตราด ต.คลองตำหรุ อ.เมือง จ.ชลบุรี 20000
Tel : 038-146-123
มหาวิทยาลัยศรีปทุม (ขอนแก่น)
182/12 หมู่ 4 ถ.ศรีจันทร์ ต.ในเมือง อ.เมือง จ.ขอนแก่น 40000
Tel : 043-224-111


 

$(document).ready(function() { // Basic detection of search var searchBox = $('#transl1'); // This is standard OPAC search input id ?? // Actually standard is 'q' or 'idx'. // We want to trigger when the user sees results. // Usually we check if we are on search results page. if ($('body').hasClass('opac-results')) { var params = new URLSearchParams(window.location.search); var query = params.get('q'); if (query) { // Show Loading var container = $('
'); container.append('

✨ AI Recommendations

'); container.append('
Searching with AI...
'); // Prepend to main content // Selector depends on theme. 'div.maincontent' or '#opac-main' $('#userresults').prepend(container); $.ajax({ url: '/api/v1/contrib/aisearch/search?q=' + encodeURIComponent(query), method: 'GET', success: function(data) { container.find('.spinner').remove(); if (data && data.length > 0) { var ul = ''; container.append(ul); } else { container.append('

No AI recommendations found.

'); } }, error: function() { container.find('.spinner').remove(); container.append('

Error loading AI recommendations.

'); } }); } } });