نتایج جستجو برای: compressional wave velocity

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

2000
M. D. Seale E. I. Madaras

In recent years, ultrasonic methods have been developed that can be used to measure the mechanical stiffness of materials.1-5 In one such method, the velocity of a flexural plate wave, the lowest order antisymmetric Lamb mode, is measured as a function of frequency. Lamb waves arise from a coupling at the free boundaries between the shear waves and compressional waves in a plate structure.6 The...

2003
G. Paesold A. O. Benz

In the course of the energization of electrons to energies of some tens of keV during the impulsive phase of a solar flare, the velocity distribution function of the electrons is predicted to become anisotropic with T e ‖ > T e ⊥ (Here, ‖ and ⊥ denote directions with respect to the background magnetic field). Such a configuration can become unstable to the so-called Electron Firehose instabilit...

1999
L. OFMAN V. M. NAKARIAKOV C. E. DEFOREST

Recent observations of polar plumes in the southern solar coronal hole by the Extreme-Ultraviolet Imaging Telescope (EIT) on board the SOHO spacecraft show signatures of quasi-periodic compressional waves with periods of 10È15 minutes. The relative wave amplitude was found to increase with height in the plumes up to about 1.2 Using a one-dimensional linear wave equation for the magnetosonic R _...

2007
MARIANNE C. WALCK ROBERT W. CLAYTON

Inversion of 4036 P wave travel time residuals from 429 local earthquakes using a tomographic scheme provides information about three-dimensional upper crustal velocity variations in the Indian Wells Valley-Coso region of southeastern California. The residuals are calculated relative to a Coso-specific velocity model, corrected for station elevation, weighted, and back-projected along their ray...

Journal: :Geophysical Journal International 2021

SUMMARY The geophysical detection of magma bodies and the estimation dimensions, physical properties volume fraction each phase composing is required to improve forecasting volcanic hazards understand transcrustal magmatism. We develop an analytical model calculate P waves velocity in a three-phase consisting crystals gas bubbles suspended viscous melt. apply our speed sound as function tempera...

Journal: :Epj Web of Conferences 2021

Poroelasticity theory predicts wave velocities in a saturated porous medium through coupling between the bulk deformation of solid skeleton and fluid flow. The challenge emerges below characteristic wavelengths at which hydrodynamic interactions grains pore become important. We investigate pressure volume fraction dependence compressional- shear-wave fluid-saturated, random, isotropic, friction...

2010
William M. Sanders Michael D. Richardson William Sanders

A compilation of 54 sets of geoacoustic measurements of marine sediments was reviewed in order to bound estimates of parameters for use in Buckingham's grain shearing (GS) theory of acoustic propagation. These data, for unconsolidated sands (siliciclastic and carbonate) with grain sizes between 0.0156 mm and 0.57 mm, were all made in shallow water (maximum depth of 60 m) sites at diverse locale...

2008
Christina Morency Jeroen Tromp

S U M M A R Y We present a derivation of the equations describing wave propagation in porous media based upon an averaging technique which accommodates the transition from the microscopic to the macroscopic scale. We demonstrate that the governing macroscopic equations determined by Biot remain valid for media with gradients in porosity. In such media, the well-known expression for the change i...

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

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

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