نتایج جستجو برای: wave reflection coefficient (rs)

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

2013
Arkal Vittal Hegde L. Ravikiran

The paper presents the results of a series of experiments conducted on physical models of Quarter-circle breakwater (QBW) in a two dimensional monochromatic wave flume. The purpose of the experiments was to evaluate the reflection coefficient Kr of QBW models of different radii (R) for different submergence ratios (d/hc), where d is the depth of water and hc is the height of the breakwater cres...

Journal: :iranian journal of science and technology (sciences) 2013
u. basu

scattering of an incoming wave train by a discontinuity at the upper surface of the ocean over a uniform porous bottom of finite depth is considered here in the framework of linearized water wave theory. by employing residue calculus method, the reflection and transmission coefficient are obtained. these coefficients are computed numerically for different values of the porosity parameter g and ...

2001
Tim Lieuwen

This paper describes an analysis of reflection and transmission of acoustic waves from an imperfectly reflecting, rough fluid–fluid interface within the Kirchhoff approximation. It presents the results of calculations of the coherent and diffuse field. This work is motivated by the fact that few explicit results of the characteristics of the scattered and transmitted wave field exist in the lit...

In this paper, the reflection of ultrasonic guided waves from simple dent in pipes has been investigated using finite element method and the relationship between reflection coefficient of these waves and deformation rate has been determined. Also, the effect of the parameters of wave generation source on the generated wave field has been investigated using normal modes expansion method. At firs...

2009
Shaoqiang TANG Ming FANG

In this paper, we investigate the stability for a finite harmonic lattice under a certain class of boundary conditions. A rigorous eigenvalue study clarifies that the invalidity of Fourier modes as the basis results in the deficiency of standard reflection coefficient approach for stability analysis. In a certain parameter range, unstable surface modes exist in the form of exponential decay in ...

A Akbarpour H Rabiefar M Pourlak

DHI-Mike Software is one of best softwares describing water wave diffraction in onshore/offshore concepts. Diffraction happens due to obstacles along wave direction and has an important role in designing structures. The scope of this study is to show the relation between Porosity Coefficient and its effects on Diffraction Coefficient (Cd) by means of a suitable and verified numerical model. Por...

S Karmakar S.A Sahu,

A Mathematical model has been considered to study the reflection and refraction phenomenon of plane wave at the interface of an isotropic liquid medium and a triclinic (anisotropic) half-space. The incident plane qP wave generates three types of reflected waves namely quasi-P (qP), quasi-SV (qSV) and quasi-SH (qSH) waves in the tric...

2012
U. Basu S. De R. Maiti

The problem of water wave scattering by a semi-infin ite floating dock on the free surface of an ocean with variable bottom topography is considered using linear theory. By employing a perturbation analysis and using Green's integral theorem, the analytical expression for the first order reflection coefficient is obtained in terms of a computable integral involving the bottom shape function. Al...

2002
Thomas Voigt Surendra P. Shah

Introduction The nondestructive, in-situ testing of early-age concrete properties is a crucial point for the progress of many construction projects in the building sector. The application of such techniques can establish e.g. the earliest possible form removal from concrete construction elements, thereby opening highways to traffic or releasing prestress from steel reinforcement with greatest e...

2008
A. Moreau D. Felbacq

Using complex plane analysis we show that left-handed slab may support either leaky slab waves, which are backward because of negative refraction, or leaky surface waves, which are backward or forward depending on the propagation direction of the surface wave itself. Moreover, there is a general connection between the reflection coefficient of the left-handed slab and the one of the correspondi...

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

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

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