نتایج جستجو برای: performance power plants

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

Journal: :Complexity 2022

Nowadays, due to restrictions on fossil fuels, the use of renewable energies is increasing day by day. Among energies, solar energy has received more attraction its availability in all places. technologies, tower been welcomed high power generation electrical energy. For accurate modeling studied system, each component system evaluated and done. Therefore, this research, conducted achieve produ...

2016
Huihui Liang Pengfei Gu Jianzhong Tang Weihua Chen Feng Gao

Managing the aging of digital control systems ensures that nuclear power plant systems are in adequate safety margins during their life cycles. Software is a core component in the execution of control logic and differs between digital and analog control systems. The hardware aging management for the digital control system is similar to that for the analog system, which has matured over decades ...

2015
Keehoon Kim

Kim, Keehoon, "An artificial neutral network fault-diagnostic adviser for a nuclear power plant with error prediction" (1992). _he Government reserves for itself and others acting (m its behalf a ruyalty free, nonemclusive, irrew_e, worldwide license for governmental purposes to publish, the uontxacto_.

2014
H. E. Garcia S. M. Meerkov M. T. Ravichandran

Resilient plant monitoring systems are sensor networks that degrade gracefully under malicious attacks on their sensors, causing them to project misleading information. This paper develops techniques to ensure resiliency and illustrates their application using a power plant. Specific techniques developed are: active data quality acquisition, process variable and plant condition assessments, sen...

2016
Pedro M. Almeida Pedro G. Barbosa Janaina G. Oliveira Jorge L. Duarte Paulo F. Ribeiro

This paper presents the modelling and design steps of a digital proportional multi-resonant controller used in a grid-connected photovoltaic (PV) system. It is shown that the use of only one ProportionalResonant (PR) compensator, tuned to the system fundamental frequency, may have its effectiveness compromised due to nonlinearities in the system components. To overcome this drawback and improve...

In recent years, due to the fact that non-renewable energies come to an end, renewable energy is expected to provide a significant part of the future needs of Iran. Among these energies, solar energy is a suitable option for a wide range of the country, due to availability, proper radiation intensity, and high sunshine times during the year (about 300 sunny days per year). The purpose of this p...

2015
Seung-Mook Baek

The paper describes an optimal parameter selection method of automatic voltage regulator (AVR) for a large power plant in order to improve power system stability. The AVR is generally used to control the output voltage of the generator by regulating the excitation voltage in a generator rotor. In order to improve transient stability in power system, the paper proposes the method to select optim...

2002
Y. Zhu K. Tomsovic

Utility restructuring, technology evolution, public environmental policy, and expanding power demand are providing the opportunity for microturbines and fuel cells to become important energy resources. Deregulation has begun to allow for the provision of various ancillary services, such as load-following. In order to investigate the ancillary services ability of these units in distribution syst...

2011
G. Robert F. Michaud

This paper presents a simple multi-objective control technique for cascaded hydro power plants, based on a centralized distributed power control system and local water level controllers. This effective power management solution enables to guarantee the generation program following with a very good accuracy, to participate to power-frequency Ancillary Services with the dynamic performance requir...

2009

For a country that does not yet use nuclear power, the introduction and development of nuclear power is a major undertaking. It requires the country to build the necessary infrastructure so it can construct and operate a nuclear power plant (NPP) profitably in a safe, secure and technically sound manner. A major part of the necessary infrastructure is the electric grid to which the NPP will con...

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

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

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"; } -->