نتایج جستجو برای: suspended load

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

Journal: :نشریه علمی - پژوهشی هیدرولوژی کاربردی 0
fatemeh shokrian sari agricultural sciences and natural resources university k. shahedi

estimate of sediment load is required in a wide spectrum of water resources engineering problems. the nonlinear nature of suspended sediment load series necessitates the utilization of nonlinear methods to simulate the suspended sediment load. in this study artificial neural networks (anns) are employed to estimate daily suspended sediment load. two different ann algorithms, multi layer percept...

Fatemeh Shokrian, K. Shahedi,

Estimate of sediment load is required in a wide spectrum of water resources engineering problems. The nonlinear nature of suspended sediment load series necessitates the utilization of nonlinear methods to simulate the suspended sediment load. In this study Artificial Neural Networks (ANNs) are employed to estimate daily suspended sediment load. Two different ANN algorithms, Multi Layer Perce...

Journal: :مرتع و آبخیزداری 0
مسعود عشقی زاده دانشجوی دکتری علوم و مهندسی آبخیزداری دانشکدة منابع طبیعی و کویرشناسی دانشگاه یزد محمد تقی دستورانی دانشیار دانشکدة منابع طبیعی و محیط زیست دانشگاه فردوسی مشهد علی طالبی دانشیار گروه آبخیزداری دانشکدة منابع طبیعی و کویرشناسی دانشگاه یزد

the management of sedimentation problems in rivers and reservoirs depend greatly on the sediment yield from the catchment land surface. in this research the effects of biological measures and ranges enclose on suspended load in two sub-catchments of kakhk experimentalwatershed in gonabad has been studied. this catchment contains both control and experimental sub-catchments. these sub-catchments...

باطنی, محمدمهدی, بهمنش, جواد, محمدپور, مریم,

The rivers sediment load is determined using hydrologic methods. In the statistical methods, by measuring the rivers discharge and suspended sediment load in a long-term period, the relationships between the suspended sediment load and discharge is obtained. The aim of this study is to compare different estimation methods of suspended load and select the most appropriate relationship for the pr...

Journal: :international journal of advanced design and manufacturing technology 0
moharam habibnejad department of mechanical engineering, irann university of science and technology m bamdad r.m. zehtab m iranpour

in this paper a performance analysis is presented for a cable-suspended parallel manipulator. experimental results from some first tests are presented and discussed to validate the theoretical calculation of load carrying capacity. the load-carrying capacity during a given trajectory is obtained. this computational technique is tested on a typical planar cable suspended manipulator. the experim...

Extended abstract 1- Introduction The phenomena of erosion, sediment transport, and sedimentations have tremendously destructive effects on the environment and hydraulics structures. In general, the sediment transportation depends on river discharges, but the proposed equations inherited serious errors.  The estimation of suspended sediment load (SSL) is one of the most important factors in r...

This study is aimed at estimating suspended sediment load in watersheds using hydro-climatic factors with the intent to determine spatial and temporal variations of sediment yield in Qarah Su drainage basin, Ardebil Province. For this study, data from seven rain gauge and hydrometric stations during a 22-year period were used. The research was based on statistical regression analysis between va...

2012
JEFFREY ACKERMAN JUSTIN SEIPEL

Elastically-suspended loads can reduce the energetic cost of legged robot locomotion over flat ground. In this paper, we studied the effect of elastically-suspended loads on the mobility of legged robot locomotion over rough terrain. The power input and speed of a simple hexapod robot running over rough terrain with an elastically-suspended load and a rigidly-attached load was compared. On aver...

Journal: :آب و خاک 0
سیدمرتضی سیدیان محمود شفاعی بجستان

abstract lateral intake is a hydraulic structure which is used for diversion of some portion of water from a river for the purpose of irrigation, storage and industrial. most of lateral intakes from canal are installed at canal with inclined banks which has not received the attention of the researchers in the past. since the flow discharge and sediment which enters the intake canal depends on t...

, ,

The sediment load that is transported by rivers can create numerous problems such as sedimentation in the reservoir and storage capacity reduction, developed load in the rivers, destruction of structures along the river and transfer of pollution. Therefore, an accurate estimate of the sediment load in rivers is absolutely essential for river engineering, reservoir design, sediment transportatio...

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

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

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