نتایج جستجو برای: wave number f

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

2004
LOKENATH DEBNATH

A theoretical study is made of the nonlinear wave loading on offshore structures using the diffraction theory of hydrodynamics. A nonlinear modification of the classical Morison equation, D F + FD for estimating wave forces on offshore structures is suggested in this paper. The modified equation is found in the form D F% + Fn% + D where Fn -= Fd + F + F is the nonlinear contriw q bution made up...

D.K Madan R.K Poonia V Kaliraman,

The propagation of surface waves in a fluid- saturated porous isotropic layer over a semi-infinite homogeneous elastic medium with an irregularity for free and rigid interfaces have been studied. The rectangular irregularity has been taken in the half-space. The dispersion equation for Love waves is derived by simple mathematical techniques followed by Fourier transformations.  It can be seen t...

حسینی‌فرزاد, محمود, یزدان‌پناه, نرگس,

In this article, we considered the field analysis in photonic crystal Bragg fibers. We apply the method of transmission matrix to calculater the dispersion curves, the longitudinal wave number over wave number versus incident wavelength, and the field distributions of TE and TM modes in the Bragg fiber. Our analysis shows that the field of guided modes is confined in the core and can exist onl...

Journal: :Applied optics 1996
A Messica A Greenstein A Katzir

A general theory for fiber-optic, evanescent-wave spectroscopy and sensors is presented for straight, uncladded, step-index, multimode fibers. A three-dimensional model is formulated within the framework of geometric optics. The model includes various launching conditions, input and output end-face Fresnel transmission losses, multiple Fresnel reflections, bulk absorption, and evanescent-wave a...

2003
Eva-Marie Nosal

We begin by considering the one-dimensional analogue of Kac's question: a vibrating string of length L. Idealize this string by the interval [0,L] and represent the possible configuration of the vibrating string as a function f(x,t) defined for x (the position variable) in [0,L] and any non-negative number t (the time variable). Since the endpoints are fixed, f must satisfy the boundary conditi...

2017
G. Davidson G. A. Davidson

An extended Burgers' enuation, suitable for media which exhibit both thermoviscous acoustic absorption as well as various mechanisms °f relaxational absorption, is presented. The equation is applied to the specific problem or piane wave propagation through an air-water fog, a medium which contains relaxation sources arising both from gas molecular motions and from mass, momentum, and energy tra...

2006
A. G. Ramm

If A q (β, α, k) is the scattering amplitude, corresponding to a potential q ∈ L 2 (D), where D ⊂ R 3 is a bounded domain, and e ikα·x is the incident plane wave, then we call the radiation pattern the function A(β) := A q (β, α, k), where the unit vector α, the incident direction, is fixed, and k > 0, the wavenumber, is fixed. It is shown that any function f (β) ∈ L 2 (S 2), where S 2 is the u...

2008
Alexander G. Ramm

If Aq(β, α, k) is the scattering amplitude, corresponding to a potential q ∈ L 2(D), where D ⊂ R3 is a bounded domain, and eikα·x is the incident plane wave, then we call the radiation pattern the function A(β) := Aq(β, α, k), where the unit vector α, the incident direction, is fixed, and k > 0, the wavenumber, is fixed. It is shown that any function f(β) ∈ L2(S2), where S2 is the unit sphere i...

2006
A. G. Ramm

If A q (β, α, k) is the scattering amplitude, corresponding to a potential q ∈ L 2 (D), where D ⊂ R 3 is a bounded domain, and e ikα·x is the incident plane wave, then we call the radiation pattern the function A(β) := A q (β, α, k), where the unit vector α, the incident direction, is fixed, and k > 0, the wavenumber, is fixed. It is shown that any function f (β) ∈ L 2 (S 2), where S 2 is the u...

2006
A. G. Ramm

If A q (β, α, k) is the scattering amplitude, corresponding to a potential q ∈ L 2 (D), where D ⊂ R 3 is a bounded domain, and e ikα·x is the incident plane wave, then we call the radiation pattern the function A(β) := A q (β, α, k), where the unit vector α, the incident direction, is fixed, and k > 0, the wavenumber, is fixed. It is shown that any function f (β) ∈ L 2 (S 2), where S 2 is the u...

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

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

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