نتایج جستجو برای: intermolecular forces

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

2010
Neil J. Kitchiner

Choosing a career within the military has many positive and negative factors associated with it. For instance, many recruits join as young adults when they are beginning to shape their own values, beliefs and attitudes about their self, world and others. The armed forces (AF) culture socialises these young adults, leading them to adopt military values and ideals as their own which they will pro...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2011
B Y Rubinstein A M Leshansky

In this paper, we investigate the rupture dynamics of thin liquid films driven by intermolecular forces via weakly nonlinear bifurcation analysis. The dynamic equations governing slow dynamics of the perturbation amplitude of the near-critical mode corresponding to several models describing the evolution of thin liquid films in different physical situations appear to have the same structure. Wh...

2018
Hassen M. Ouakad Jihad E. AlQasimi

In this paper, analytical closed-form expressions to accurately estimate the pull-in characteristics of an electrostatically-actuated doubly-clamped nanobeam are derived and examined. In this regard, a coupled electro-mechanical problem for the nano-actuator is first presented assuming a single mode approximation while taking into account all the possible structural, electrical and nanoscale ef...

Journal: :Artificial life 1998
Linglan Edwards Yun Peng James A. Reggia

There have been various attempts to simulate the self-assembly process of lipid aggregates by computers. However, due to the computationally complex nature of the problem, previous simulations were often conducted with unrealistic simplifications of the molecules' morphology, intermolecular interactions, and the environment in which the lipid molecules interact. In this article, we present a ne...

Journal: :Biophysical journal 2017
Daniel Louzon Avi Ginsburg Walter Schwenger Tom Dvir Zvonimir Dogic Uri Raviv

Bacterial mobility is powered by rotation of helical flagellar filaments driven by rotary motors. Flagellin isolated from the Salmonella Typhimurium SJW1660 strain, which differs by a point mutation from the wild-type strain, assembles into straight filaments in which flagellin monomers are arranged in a left-handed helix. Using small-angle x-ray scattering and osmotic stress methods, we invest...

Journal: :Nanotechnology 2010
H Krishna R Sachan J Strader C Favazza M Khenner R Kalyanaraman

We show here that the morphological pathway of spontaneous dewetting of ultrathin Ag films on SiO2 under nanosecond laser melting is dependent on film thickness. For films with thickness h of 2 nm < or = h < or = 9.5 nm, the morphology during the intermediate stages of dewetting consisted of bicontinuous structures. For films with 11.5 nm < or = h < or = 20 nm, the intermediate stages consisted...

Journal: :Journal of computational chemistry 2010
Dennis M. Elking Lalith E. Perera Robert E. Duke Thomas A. Darden Lee G. Pedersen

In standard treatments of atomic multipole models, interaction energies, total molecular forces, and total molecular torques are given for multipolar interactions between rigid molecules. However, if the molecules are assumed to be flexible, two additional multipolar atomic forces arise because of (1) the transfer of torque between neighboring atoms and (2) the dependence of multipole moment on...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2011
Yohei M Koyama Tetsuya J Kobayashi Hiroki R Ueda

Conformational fluctuations of a protein molecule are important to its function, and it is known that environmental molecules, such as water molecules, ions, and ligand molecules, significantly affect the function by changing the conformational fluctuations. However, it is difficult to systematically understand the role of environmental molecules because intermolecular interactions related to t...

2005
CHRISTOPHER M. FORD Christopher M. Ford

“We are without allies amongst the Iraqi populace, including those who have benefited from the ouster of Saddam. . . . Across Baghdad, Latifiyah, Mahmudiyah, Salman Pak, Baqubah, Balad, Taji, Baiji, Ramadi, and just about everywhere else you can name, the people absolutely hate us. . . . The Iraqi people have not bought into what the Americans are selling, and no amount of military activity is ...

Journal: :Computers & Mathematics with Applications 2012
Aminreza Noghrehabadi Mohammad Ghalambaz Afshin Ghanbarzadeh

In this paper, theAdomiandecompositionmethod and Padé approximants are integrated to study thedeflection andpull-in instability of nanocantilever electromechanical switches. In a distributed parameter model, intermolecular forces, including Casimir forces, are taken into account considering their range of application. A closed form power series solution based on Adomian polynomials is obtained....

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

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

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