نتایج جستجو برای: electricity distribution network

تعداد نتایج: 1269588  

Journal: :Energy 2021

Efficient planning and operation of the power distribution networks are paramount. Losses along network responsible for loss a large deal energy capital every year. Numerous projects being defined implemented targeted around idea reducing losses, which rather expressed in terms an organization existing networks. Accordingly, we address prioritization research project with case study on Tehran’s...

Journal: :Int. Journal of Network Management 2005
Chamara Gunaratne Kenneth J. Christensen Bruce Nordman

The IT equipment comprising the Internet in the USA uses about $6 billion of electricity every year. Much of this electricity use is wasted on idle, but fully powered-up, desktop PCs and network links. We show how to recover a large portion of the wasted electricity with improved power management methods that are focused on network issues.

Restructuring the recent developments in the power system and problems arising from construction as well as the maintenance of large power plants lead to increase in using the Distributed Generation (DG) resources. DG units due to its specifications, technology and location network connectivity can improve system and load point reliability indices. In this paper, the allocation and sizing of di...

Correct and timely maintenance of power lines and substations has an important impact on the operation and optimization of the production cycle and distribution of electricity. In this way, proper and timely maintenance and repair of these lines can reduce losses, sudden defects, and thus reduce and optimize consumption. One of the most important components of transmission and distribution netw...

Journal: :Energy and AI 2021

• Software for training reinforcement learning agents to control distribution grids. Provided as customizable Gym Open AI environments. Results on a test system suggest RL algorithms are suited such tasks. Active network management (ANM) of electricity networks include many complex stochastic sequential optimization problems. These problems need be solved integrating renewable energies and dist...

2002
W. EL-KHATTAM M. M. A. SALAMA

Due to the deregulation trend in electric power system networks, many factors have to be taken into consideration such as lack of supplying electric power, system reliability, power quality, electric system losses and voltage disturbance and profile problems. The excessive growing needs for electricity force electrical researchers to implement new approaches through the electric system. Introdu...

2001
Robert H. Patrick Frank A. Wolak

This chapter presents some results of an econometric analysis (developed in Patrick and Wolak 2001b) of customer-level demands for electricity of large and medium-sized industrial and commercial customers purchasing electricity under half-hourly spot prices and demand charges coincident with system peaks in the England and Wales (E&W) electricity market. These estimates can be used to forecast ...

2004
Satu Viljainen Kaisa Tahvanainen Jukka Lassila Samuli Honkapuro Jarmo Partanen

This paper focuses on the regulation of electricity distribution business. First, regulation principles of natural monopolies are discussed in general level. Second, different methods used to regulate the electricity distribution business in some European countries are introduced. Third, regulatory models used in Finland, Norway and Sweden are discussed in detail. The roles of efficiency benchm...

Charlang, Abbas , Darvish Falehi, Ali , Toupchizadeh, Hossein ,

In recent years, utilization of the renewable based power plants has become widespread in the power systems. One of the most widely used renewable based power plants is wind power plants. Due to the utilization of wind energy to generate electricity, wind turbines have not emitted any environmental pollution. Thus, in addition to economic benefits, utilization of these power plants is of great ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->