نتایج جستجو برای: buoyancy ratio

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

2005
R. L. Jaffe A. Scardicchio

We study the Casimir force on a single surface immersed in an inhomoge-neous medium. Specifically we study the vacuum fluctuations of a scalar field with a spatially varying squared mass, m 2 + λ∆(x − a) + V (x), where V is a smooth potential and ∆(x) is a unit-area function sharply peaked around x = 0. ∆(x − a) represents a semi-penetrable thin plate placed at x = a. In the limits {∆(x−a) → δ(...

2007
MALCOLM R. CLARKE M. R. CLARKE

Control of buoyancy The change in temperature of spermaceti oil necessary to achieve neutral buoyancy The loss of heat from the spermaceti oil necessary to achieve neutral buoyancy The mechanism of losing heat Heat loss via the surface of the head Heat loss via the right naris The time required for heat exchange Heat available for reheating the spermaceti oil Storage of heat Timing of heat loss...

Abstract Introduction: The purpose of this study was to investigate the role of virtual social networks and their attitude towards the students' academic buoyancy of Birjand University of Medical Sciences. Methods: This was a descriptive-correlational study. The population consisted of students of the Faculty of Paramedical Sciences of the Birjand University of Medical Sciences in the academi...

ژورنال: خانواده و پژوهش 2022
Fooladchang, Ph.D. , M. , Keshtvarz Kondazi , E. ,

This study set out to examine the relationship between family atmosphere, school value and academic buoyancy mediated by perceived self-efficacy among a group of junior high school students. The present study had a correlational design. The statistical population of the study included all junior high school students in Marvdasht in 2018-19 school year. The participants were 356 students who wer...

Journal: :The Journal of chemical physics 2009
L Rongy A De Wit

Spatial variations of concentrations and temperature across exothermic chemical fronts can initiate buoyancy-driven convection. We investigate here theoretically the spatiotemporal dynamics arising from such a coupling between exothermic autocatalytic reactions, diffusion, and buoyancy-driven flows when an exothermic autocatalytic front travels perpendicularly to the gravity field in a thin sol...

Journal: :Arteriosclerosis and thrombosis : a journal of vascular biology 1993
A Zambon M A Austin B G Brown J E Hokanson J D Brunzell

Hepatic triglyceride lipase (HL) is thought to play a role in the formation of low density lipoproteins (LDLs) from small very low density lipoproteins (VLDLs) and intermediate density lipoproteins (IDLs). To analyze the possible physiological role of HL in determining LDL buoyancy, size, and chemical composition, HL activity and LDL were studied in 21 patients with coronary artery disease (CAD...

Journal: :Journal of Chemical Education 1990

2012
Ming-Chung Chan Chun-Ho Liu

Large-eddy simulation (LES) equipped with the one-equation subgrid-scale (SGS) model is employed to investigate the mean flows and turbulence over idealized two-dimensional (2D) street canyons in various unstable thermal stratifications. The building-height-tostreet-width (aspect) ratio is equalto unity so the flows inside a street canyon are in the skimming flow regime. Periodic boundaries are...

Introduction and purpose: Students’ perceptions of the learning environment play a vital role in the process of education, buoyancy, and academic performance. This study aimed to investigate the capability of explaining the academic buoyancy and academic performance of health students of Semnan University of Medical Sciences, Semnan, Iran, based on their perception of learning environment. Met...

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

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

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