نتایج جستجو برای: polymer pipes

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

Journal: :E3S web of conferences 2021

The efficiency of works on replacement steel pipelines hot water supply Kazan with pipes from polymer materials was considered. Due to the high corrosive activity water, service life does not exceed 8-10 years. To improve reliability and quality consumers, possibility modernizing networks using made is being problem physical wear heat disclosed; analysis use for energy saving purposes carried o...

2008
Christian Morbidoni Danh Le Phuoc Axel Polleres Matthias Samwald Giovanni Tummarello

In this demo we present a first implementation of Semantic Web Pipes, a powerful tool to build RDF-based mashups. Semantic Web pipes are defined in XML and when executed they fetch RDF graphs on the Web, operate on them, and produce an RDF output which is itself accessible via a stable URL. Humans can also use pipes directly thanks to HTML wrapping of the pipe parameters and outputs. The implem...

2013
Dongming Wei Zhenbu Zhang DONGMING WEI ZHENBU ZHANG

In this work, we compare a parabolic equation with an elliptic equation both of which are used in modeling temperature profile of a powerlaw polymer flow in a semi-infinite straight pipe with circular cross section. We show that both models are well-posed and we derive exponential rates of convergence of the two solutions to the same steady state solution away from the entrance. We also show es...

2008
Yuemin WANG Lihua SHEN Chuanjun SHEN Fengrui SUN

In the application of guided waves NDT, the selection of exciting frequency is not only related with the setup of sensor, but also with the characteristics of pipe’s structure and material. In this paper, the characteristic of guided waves propagation in pipes that L(0,1) and L(0,2) have a cutoff frequency are respectively discussed, and the calculation formulas of their cutoff frequency are gi...

2015
Amir M. Alani Asaad Faramarzi Rao Bhamidiammarri Kiran Tota-Maharaj

In this paper, a stochastic finite element method (SFEM) is employed to investigate the probability of failure of cementitious buried sewer pipes subjected to combined effect of corrosion and stresses. A non-linear time-dependant model is used to determine the extent of concrete corrosion. Using the SFEM, the effects of different random variables, including loads, pipe material, and corrosion o...

2001
J. Holden

Natural pipes are common in many upland blanket peats, yet little is known about pipe network morphology or pipeflow processes. Most information on soil piping comes from the shallow peaty podzols of the Welsh uplands, where monitoring suggests that pipes may be important contributors to streamflow. This paper presents information on piping and pipeflow from a deep upland blanket peat catchment...

Journal: :Journal of Minerals and Materials Characterization and Engineering 2021

The influence of temperature on the resistance to rapid crack propagation a semi-crystalline bio-based polymer was studied. experimental results described in this study allow initiate first discussion role viscosity and its link with fracture behaviour heterogeneous microstructure such as semi-crysalline polymer. Dynamic tests pipes were carried out. It would appear that decrease approximately ...

In order to increase the efficiency of the conveyance of the granular solids, a new experimental set-up is designed. The test rig has longitudinal trapezoidal slots in its conveying pipes. Through experimentation, a correlation for friction factor in terms of solid mass flow rate, fluid flow rate and Froude number is presented. It is shown that the mixture friction factor for pipes with inn...

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

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

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