نتایج جستجو برای: photovoltaic water pump

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

2013
J Satheesh Kumar P Balakumaran

Supplying good quality of drinking water is a challenging task during the rainy season and floods. During this period water becomes highly polluted with suspended solids which increase the water turbidity. Alum is used to reduce the turbidity of the water. Typically in water treatment plants alum dosage is decided by the Jar test and the desired alum dosage is added manually. This research prop...

Journal: :Ground water 2006
Victor M Heilweil Paul A Hsieh

The straight-line method presented by Papadopulos requires a minimum of three observation wells for determining the transmissivity tensor of a homogeneous and anisotropic aquifer. A simplification of this method was developed for fractured aquifers where the principal directions of the transmissivity tensor are known prior to implementation, such as when fracture patterns on outcropping portion...

Journal: :Environmental science & technology 2014
Santosh R Ghimire John M Johnston Wesley W Ingwersen Troy R Hawkins

To further understanding of the environmental implications of rainwater harvesting and its water savings potential relative to conventional U.S. water delivery infrastructure, we present a method to perform life cycle assessment of domestic rainwater harvesting (DRWH) and agricultural rainwater harvesting (ARWH) systems. We also summarize the design aspects of DRWH and ARWH systems adapted to t...

Journal: :Nature nanotechnology 2007
Xiaojing Gong Jingyuan Li Hangjun Lu Rongzheng Wan Jichen Li Jun Hu Haiping Fang

Understanding and controlling the transport of water across nanochannels is of great importance for designing novel molecular devices, machines and sensors and has wide applications, including the desalination of seawater. Nanopumps driven by electric or magnetic fields can transport ions and magnetic quanta, but water is charge-neutral and has no magnetic moment. On the basis of molecular dyna...

2009
Lindell Ormsbee Srini Lingireddy

Three different mathematical formulations for the scheduling of pumps to minimize energy consumption while still satisfying operational constraints are presented. Each formulation requires the solution of a highly nonlinear optimization problem that requires the iterative solution of an external numerical model for evaluating and satisfying the operational constraints. Two different algorithms ...

1998
J. S. Dowker

The effective actions of a scalar and massless spin-half field are determined as functions of the deformation of a symmetrically squashed three-sphere. The extreme oblate case is particularly examined as per-tinant to a high temperature statistical mechanical interpretation that may be relevant for the holographic principle. Interpreting the squashing parameter as a temperature, we find that th...

2017
Xiufang Liu Changhai Liu Ze Zhang Liang Chen Yu Hou

The effect of the discharge pressure on the performance of the trans-critical CO2 heat pump with a low gas-cooler outlet temperature is experimentally investigated on a test rig of water source heat-pump water heater. The optimal discharge pressure of the trans-critical CO2 heat pump is investigated under different external operation conditions. When the tap-water temperature is low, the charac...

Journal: :International Journal of Power Electronics and Drive Systems 2021

<span lang="EN-US">This paper deals with an advanced design for a pump powered by solar energyto supply agricultural lands water and also the maximum power point is used to extract value of energy available inside panels comparing between techniques MPPT such as Incremental conductance, perturb & observe, fractional short current circuit, open voltage circuit find best technique a...

Journal: :Journal of Electrical Engineering and Automation 2023

Nowadays, renewable energy sources play a major role in agricultural applications. The recommended Particle Swarm Optimization (PSO) algorithm with DC-DC converter supports refining the output voltage. This is beneficial however since partial shading condition of PSO technique has high power fewer searching steps MPPT. objective this work to propose based boost using Space Vector Pulse Width Mo...

Journal: :Sustainability 2022

The growing market of large-power photovoltaic irrigation systems (PVISs)—made with different and several motor pumps working in parallel—needs simulation tools capable to estimate their energy water productivity. objective this paper is present the models developed for parallel multipump PVISs fed by a single PV generator. These seek maximize instantaneous flow rate according available power w...

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

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

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