نتایج جستجو برای: torque distribution

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

2008
Paul F. Fischer Gary K. Leaf Juan M. Restrepo

In [1] and [2] we computed the lift and drag forces on a sphere, subjected to a wall-bounded oscillatory flow. The forces were found as a function of the Reynolds number, the forcing frequency, and the gap between the particle and the ideally smooth rigid bounding wall. Here we investigate how the forces change as a function of the above parameters and its moment of inertia if the particle is a...

2013
Jeanine D. Plummer Sharon C. Long

For the past century, public health officials have relied on fecal coliforms to identify and track bacterial contamination. However, several issues arise when using coliforms as indicators for viral pathogen risk. First, there is a lack of association between fecal coliforms and human enteric viruses in the environment. Second, there are differences in the fate of coliforms compared to viral pa...

2017
Anthony B. Ciccone Jake A. Deckert Trent J. Herda Philip M. Gallagher Joseph P. Weir

Method: In this study, we quantified fatigue from a repeated maximal effort isokinetic knee extension test using different methods, as seen in published research. Nine healthy males and nine healthy females performed 50 concentric knee extensions at 180°•s. For each repetition, torque was quantified as either peak torque (PT), torque at the mid-point of the range of motion, and torque integrate...

Journal: :dental research journal 0
seyed hamid raji saeed noorollahian seyed mohsen niknam

background: primary stability is an important factor for the clinical success of orthodontic mini-screws. the present study made an attempt to evaluate the effect of insertion angle changes on the maximum insertion and removal torque of orthodontic mini-screws. materials and methods: in this experimental study, 72 mini-screws (dual top anchor system, jeil, 1.6 mm diameter, 8 mm length) were use...

Permanent-Magnet Synchronous Generators (PMSGs) exhibit high efficiency and power density, and have already been employed in gearless wind turbines. In the gearless wind turbines, due to the removal of the gearbox, the cogging torque is an important issue. Therefore, in this paper, at first, design of a Permanent-Magnet Synchronous Generator for a 2MW gearless horizontal-axis wind turbine, acco...

Journal: :Neurorehabilitation and neural repair 2014
Theresa Sukal-Moulton Kristin J Krosschell Deborah J Gaebler-Spira Julius P A Dewald

BACKGROUND Extensive neuromotor development occurs early in human life, and the timing of brain injury may affect the resulting motor impairment. In Part I of this series, it was demonstrated that the distribution of weakness in the upper extremity depended on the timing of brain injury in individuals with childhood-onset hemiparesis. OBJECTIVE The goal of this study was to characterize how t...

Journal: :Sustainability 2022

In this study, the effects of ratio a motor’s axial length to its pole pitch on efficiency, magnetic flux density distribution, torque, torque/weight, and motor volume were investigated in an outer-rotor (hub) brushless direct current motor. The weight electrical machine affects output power, efficiency it is advantageous design electric at appropriate power high with volume. Therefore, aim stu...

Journal: :journal of periodontology and implant dentistry 0
bijan movahhedian shadab ghods anahita azadi mahdi kadkhodazadeh

background and aims. the aim of this study was to assess the opening torque of grooved and non-grooved screws made of shape memory alloys (sma) for fixation of mandibular fractures. materials and methods. in this in vitro study the opening torques of ten sma screws with grooves and ten sma screws without grooves were compared in 20 holes (10 holes for grooved screws and 10 holes for non-grooved...

Journal: :Physical therapy 1986
M Fillyaw T Bevins L Fernandez

The purpose of our investigation was to compare, for the hamstring and quadriceps femoris muscles, peak torque values uncorrected for gravity with the peak torque values corrected for gravity and to determine the effect of making this correction on the hamstring to quadriceps femoris muscle peak torque ratio at slow and fast isokinetic speeds. We measured peak torques isokinetically at 60 degre...

2009
R. Montanini G. Squadrito

− The achievement of a proper and uniform pressure distribution between the membrane electrode assembly (MEA) and the bipolar plates of a proton exchange membrane fuel cell (PEMFC) is a key factor of stack design and assembly. Contact pressure levels are usually controlled by selecting an appropriate external clamping pressure on the endplates. Very few studies have been focused on the measurem...

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

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

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