نتایج جستجو برای: hydraulic pressure

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

Journal: :Operative dentistry 2008
Brian S McAllister

It would be safe to assume that the integrity of a full coverage restoration is directly related to its marginal fit. Complete, unimpaired seating of a full coverage restoration can be significantly affected by hydraulic pressure from the cement. Hydraulic pressure, created by seating a restoration, especially a well-fitting one, can result in a final marginal gap that is clinically unacceptabl...

2014
Rosana Lopez Eric Badel Sebastien Peraudeau Nathalie Leblanc-Fournier François Beaujard Jean-Louis Julien Hervé Cochard Bruno Moulia

When tree stems are mechanically stimulated, a rapid long-distance signal is induced that slows down primary growth. An investigation was carried out to determine whether the signal might be borne by a mechanically induced pressure pulse in the xylem. Coupling xylem flow meters and pressure sensors with a mechanical testing device, the hydraulic effects of mechanical deformation of tree stem an...

2014
Ajit Kumar Raj Kumar

The speed and torque of the hydraulic motor is controlled by controlling the hydraulic valve pump connected to the hydraulic motor. An electro hydraulic valve coupled to a hydraulic motor is a common method of motor speed control in practice where both load pressure and speed change during operation. In this paper, system equations that include, flow and toque loss term has been established by ...

2007
Gunnar Grossschmidt Mait Harf Ivan Zelinka Zuzana Oplatková Alessandra Orsoni

This paper deals with the design of a hydraulicmechanical load-sensing system using computer modelling and simulation in an object-oriented programming environment. As initial, the scheme of a hydraulic-mechanical load-sensing system of Bosch GMbH has been taken. A modified scheme of the system is proposed. The object-oriented mathematical model of the system is composed. The approach is based ...

2016
Jianming He Chong Lin Xiao Li Xiaole Wan Alireza Bahadori

Hydraulic fracturing is an important method of reservoir stimulation in the exploitation of geothermal resources, and conventional and unconventional oil and gas resources. In this article, hydraulic fracturing experiments with shale, sandstone cores (from southern Sichuan Basin), and granite cores (from Inner Mongolia) were conducted to investigate the different hydraulic fracture extension pa...

2011
James D. Van de Ven Jennifer A. McInnis

The energy density of conventional hydraulic accumulators is significantly lower than competing energy domains. In this paper, a novel solution to improve the energy density of hydraulic energy storage, the flywheel-accumulator, is presented. The flywheelaccumulator integrates rotating kinetic and pneumatic energy storage, where the hydraulic fluid is used to change the mass moment of inertia o...

Journal: :Hypertension 1993
H Lin M Sangmal M J Smith D B Young

The present study was designed to analyze quantitatively the effects of a wide range of endothelin-1 levels on renal hemodynamics and renin release in the canine nonfiltering kidney, including their effects on glomerular hydraulic pressure. Intrarenal infusion of endothelin-1 produced dose-dependent reductions in renal blood flow, but it did not affect glomerular hydraulic pressure until the in...

2016
Minoru Sato Masaji Kato Manabu Takahashi

The evaluation of hydraulic constants is generally one of the main components of reservoir engineering projects such as the development of radioactive waste disposal sites or the construction of underground CO2 storage. In the example presented here, flow pump experiments were conducted for the Horonobe mudstone to evaluate specific storage and hydraulic conductivity. The flow pump experiments ...

2005
Marcel G. Schaap

The unsaturated soil hydraulic properties are often described using Mualem–van Genuchten (MVG) type analytical functions. Recent studies suggest several shortcomings of these functions near saturation, notably the lack of second-order continuity of the soil water retention function at saturation and the inability of the hydraulic conductivity function to account for macroporosity. We present a ...

2017
J. M. Párraga Quiroga W. Wilson K. Ito C. C. van Donkelaar

Cartilage is considered a biphasic material in which the solid is composed of proteoglycans and collagen. In biphasic tissue, the hydraulic pressure is believed to bear most of the load under higher strain rates and its dissipation due to fluid flow determines creep and relaxation behavior. In equilibrium, hydraulic pressure is zero and load bearing is transferred to the solid matrix. The visco...

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

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

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