نتایج جستجو برای: numerical study

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

Journal: :Physics in medicine and biology 2007
Ricardo Romero-Méndez Walfre Franco Guillermo Aguilar

A new methodology for preventing freezing damage beyond pre-specified boundaries during prostate cryosurgery is proposed herein. It consists of emitting controlled laser irradiation from the urethra, across the wall and into the prostate while conventional cryoprobes freeze the unwanted prostate tissue. The purpose of this methodology is to protect the urethral wall better and confine the desir...

2012
Vladimir V. Riabov

A course on Numerical Methods typically covers introductory topics in numerical analysis for students of engineering, science, mathematics, and computer science who have completed elementary calculus, linear algebra and matrix theory. The course is usually limited to exploring basic algorithms for solving traditional simple problems in sciences and engineering [1]. As a result, the students hav...

Journal: :Physical review. B, Condensed matter 1985
Hirsch

We have studied the two-dimensional Hubbard model on a square lattice with nearest-neighbor hopping. We first discuss the properties of the model within the mean-field approximation: Because of the form of the band structure, some peculiar features are found. We then discuss the simulation algorithm used and compare simulation results with exact results for 6-site chains to test the reliability...

Journal: :Langmuir : the ACS journal of surfaces and colloids 2007
Julio Largo Francis W Starr Francesco Sciortino

DNA is increasingly used as a specific linker to template nanostructured materials. We present a molecular dynamics simulation study of a simple DNA-dendrimer model designed to capture the basic characteristics of the biological interactions, where selectivity and strong cooperativity play an important role. Exploring a large set of densities and temperatures, we follow the progressive formatio...

2008
Giuseppe Marchesini Enrico Onofri

The S−matrix in gravitational high energy scattering is computed from the region of large impact parameters b down to the regime where classical gravitational collapse is expected to occur. By solving the equation of an effective action introduced by Amati, Ciafaloni and Veneziano we find that the perturbative expansion around the leading eikonal result diverges at a critical value signalling t...

2011
Jian-Jun Xu Zhilin Li John Lowengrub Hongkai Zhao Pingwen Zhang

In this paper, we numerically investigate the effects of surfactant on dropdrop interactions in a 2D shear flow using a coupled level-set and immersed interface approach proposed in (Xu et al., J. Comput. Phys., 212 (2006), 590–616). We find that surfactant plays a critical and nontrivial role in drop-drop interactions. In particular, we find that the minimum distance between the drops is a non...

2012
Matthew W. Brewster

Matlab is the most popular commercial package for numerical computations in mathematics, statistics, the sciences, engineering, and other fields. Octave, FreeMat, and Scilab are free numerical computational packages that have many of the same features as Matlab. They are available to download on the Linux, Windows, and Mac OS X operating systems. We investigate whether these packages are viable...

2015
Reena Yadav Mayur Ghatge Kirankumar Hiremath Ganesh Bagler

Mechanical ventilation is used for patients with a variety of lung diseases. Traditionally, ventilators have been designed to monotonously deliver equal sized breaths. While it may seem intuitive that lungs may benefit from unvarying and stable ventilation pressure strategy, recently it has been reported that variable lung ventilation is advantageous. In this study, we analyze the mean tidal vo...

2005
Rudolf H Riedi

The apparent fractal properties of TCP data tra c have recently attracted con siderable interest Most prominently fractional Brownian motion FBM has been used to model the long range dependence of tra c traces through self similarity Tra c being by nature a process of positive increments though a multifractal ap proach appears more natural In this study various traces of TCP tra c have been ana...

2013
R. Duvigneau

We analyze numerically macroscopic models of crowd dynamics: classical Hughes model and the second order model being an extension to pedestrian motion of the Payne-Whitham vehicular tra c model. The desired direction of motion is determined by solving an eikonal equation with density dependent running cost function standing for minimization of the travel time and avoidance of congested areas. W...

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

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

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