نتایج جستجو برای: convex power condensing map

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

Journal: :Journal of general microbiology 1962
D NEWMEYER

The enzymic conversion of citrulline + argininosuccinate + arginine in wild-type Neurospora crasm has been shown to be essentially like that in mammalian tissues in all respects tested. The enzymes responsible for the two reactions (condensing enzyme and argjninosuccinase) have been partially separated. Five mutants a t the arg-1 locus have normal argininosuccinase and little or no condensing a...

Journal: :علوم کاربردی و محاسباتی در مکانیک 0
اسماعیل لکزیان سیما شعبانی

condensing flows in nozzles and fixed blades of steam turbine have always been the subject of many studies.in such flows, existence of liquid phase in vapor changes the nature of the flow. the major of changes are due to four main mechanisms included nucleation, droplet growth, coalescence and breakage of droplets. in this paper,the effects of coalescence process between droplets have been inve...

Journal: :energy equipment and systems 2014
pedram hanafizadeh mojtaba mirzakhani siahkalroudi mohammad ali akhavan bahabadi

nowadays, energy plays an important role in the economic and community development of country. consequently, performance analysis of energy systems is one of the effective methods being used to prevent waste of energy resources. among the different power generation technologies, steam power plants make a significant contribution to power generation in iran, with a share of 47 % of electricity g...

Journal: :Computers & Mathematics with Applications 2004

2009
M. Pawan Kumar

When faced with a difficult-to-solve problem, it is standard practice in the optimization community to resort to convex relaxations, that is, approximate the original problem using an easier (convex) problem. The widespread use of convex relaxations can be attributed to two factors: (i) recent advances in convex optimization imply that the relaxation can be solved efficiently; and (ii) the rela...

2015
Woohyun Kim James E. Braun Eckhard Groll W. Travis Horton Haorong Li David Anderson Travis W. Horton

Kim, Woohyun. Ph.D., Purdue University, December 2013. Fault Detection and Diagnosis for Air Conditioners and Heat Pumps based on Virtual Sensors. Major Professor: James E. Braun, School of Mechanical Engineering. The primary goal of this research is to develop and demonstrate an integrated, on-line performance monitoring and diagnostic system with low cost sensors for air conditioning and heat...

2002
G. COURRET P. W. EGOLF O. SARI

A condensing device allows to avoid condensation on cooling ceilings in rooms with humid air. It uses thermoelectric modules in contact with the cooling panels. The pumped heat is transferred into the cooling ceiling to keep its temperature above the dew point. Tests have been performed in a full-scale chamber. A set of condensing units was mounted on a standard hydraulic cooling ceiling. The c...

Journal: :پژوهش های جغرافیای انسانی 0
مرجان بدیعی ازنداهی استادیار گروه جغرافیای سیاسی، دانشگاه تهران رسول افضلی دانشیار گروه جغرافیای سیاسی، دانشگاه تهران علی امیری استادیار گروه علوم جغرافیایی، دانشگاه لرستان

explaining a political map as regards power/knowledgeextended abstractintroductiongetting a deeper understanding of many phenomena necessitates a deeper knowledge of their hidden meaning which is the key to a perfect understanding of that particular phenomenon . no true understanding is achieved unless through a sound methodology of phenomena . although positivism has been a dominant methodolog...

Journal: :energy equipment and systems 2014
pedram hanafizadeh mojtaba mirzakhani siahkalroudi mohammad ali akhavan bahabadi

nowadays, energy plays an important role in the economic and community development of country. consequently, performance analysis of energy systems is one of the effective methods being used to prevent waste of energy resources. among the different power generation technologies, steam power plants make a significant contribution to power generation in iran, with a share of 47 % of electricity g...

1995
Kai-Seng Chou Xu-Jia Wang X. J. Wang

LetX be a compact, strictly convex C-hypersurface in the (n+1)-dimensional Euclidean space R. The Gauss map ofX maps the hypersurface one-to-one and onto the unit n-sphere S. One may parametrize X by the inverse of the Gauss map. Consequently, the Gauss curvature can be regarded as a function on S. The classical Minkowski problem asks conversely when a positive function K on S is the Gauss curv...

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

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

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