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

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

Journal: :Coastal Engineering Proceedings 1966

Journal: :Coastal Engineering 2022

The variability of the largest wave impacts, where nominally identical waves produce significantly different pressures, is widely known. However, mechanisms are not well understood. Here we provide a review and investigation factors affecting impact pressures on steep walls, quantifying range parameters that have been used in literature. We then present two investigations: (i) Setup 1 effect st...

Journal: :Circulation 1988
C Y Choong V M Abascal J D Thomas J L Guerrero S McGlew A E Weyman

The relation of the Doppler transmitral flow velocity profile to left ventricular loading conditions and diastolic properties remains poorly described. We studied seven adult mongrel dogs with an open-chest right heart bypass model in which left atrial pressure, representing preload, was varied by controlling blood flow into the pulmonary artery and left ventricular systolic pressure, represent...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه علوم پایه دامغان - دانشکده علوم پایه دامغان 1392

ساختارهای مزوسکوپیک شامل لایه های فرومغناطیس و ابررسانا مورد توجه زیادی قرار گرفته اند. این ساختارها همبستگی کوانتومی بین آثار همدوسی در فلز عادی یا فرومغناطیس و همدوسی ذاتی ابررسانایی را که توسط بازتاب آندریو تامین می شود، به نمایش می گذارند. در این پایان نامه رسانندگی تونلی یک پیوند ابررسانای نوع-p‎/ فلز عادی/ فرومغناطیس ‎( f/n/p-wave sc)‎ بر پایه گرافن را با استفاده از معادله دیراک-بوگولیوبو...

Journal: :Journal of applied statistics 2009
Veena Shetty Christopher H Morrell Samer S Najjar

We wish to model pulse wave velocity (PWV) as a function of longitudinal measurements of pulse pressure (PP) at the same and prior visits at which the PWV is measured. A number of approaches are compared. First, we use the PP at the same visit as the PWV in a linear regression model. In addition, we also use the average of all available PP's as the explanatory variable in a linear regression mo...

Journal: :Hypertension 1990
M O'Rourke

Arterial stiffening is the principal cause of increasing systolic pressure with advancing years and in patients with arterial hypertension. It is associated with progressive arterial dilation and is due to degeneration of the arterial wall, probably as a consequence of repetitive cyclic stress; it increases systolic pressure directly by increasing amplitude of the pressure wave generated by a g...

The study of bubble dynamics, especially the interaction of bubbles, has drawn considerable attention due to its various applications in engineering and science. Meanwhile, the study of the oscillation effect of a bubble on the emitted pressure wave of another bubble in an acoustic field which has less been investigated. This issue is investigated in the present study using the coupling of Kell...

2006
A. J. Hermans

In this paper the recently developed semi-analytic method to solve the free-surface wave interaction with a thin elastic plate is extended to the case of a plate of finite thickness. The method used is based on the reformulation of the differential-integral equation for this problem. The thickness of the plate is chosen such that the elastic behavior of the plate can be described by means of th...

Journal: :Circulation 2015
Leroy L Cooper Jian Rong Emelia J Benjamin Martin G Larson Daniel Levy Joseph A Vita Naomi M Hamburg Ramachandran S Vasan Gary F Mitchell

BACKGROUND Elevated blood pressure is the leading modifiable risk factor for cardiovascular disease (CVD) and premature death. The blood pressure waveform consists of discrete hemodynamic components, derived from measured central pressure and flow, which may contribute separately to risk for an adverse outcome. However, pressure-flow measures have not been studied in a large, community-based sa...

Journal: :Circulation 1990
Y Matsuda Y Toma M Matsuzaki K Moritani A Satoh K Shiomi N Ohtani M Kohno T Fujii K Katayama

The relation between the left atrial systolic pressure waveform and left ventricular end-diastolic pressure was observed in 17 patients who underwent diagnostic cardiac catheterization. Left atrial pressure and left ventricular pressure were simultaneously recorded from a multisensor catheter before and during angiotensin infusion. Left ventricular systolic pressure and left ventricular end-dia...

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

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

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