نتایج جستجو برای: shells with kernels

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

J. Eskandari Jam M. Noorabadi M. Rahnama N. Namdaran

The aim of this study is to investigatethe effective parameters on vibrations of circular cylindrical shells with fixed rotary speed andresting elastic foundation by means of analytical and finite element numerical simulation. First, the governing equations are derived using the theory of Donnell, considering the centrifugal forces,Coriolis acceleration, and the initial annular tension. Then, t...

Journal: :Rocky Mountain Journal of Mathematics 2019

2005
D. Hatzidimitriou S. Stanimirovic

There are 509 expanding neutral hydrogen shells catalogued in the Small Magellanic Cloud (SMC), all apparently very young, with dynamical ages of a few Myr. To examine their relationship with young stellar objects we cross-correlated the shell catalogue with various catalogues of OB associations, super giants, Cepheids, WR stars, supernova remnants, and star clusters. The incidence of chance li...

In this study, the capabilities of Interferometric Synthetic Aperture Radar (InSAR) time series data and machine learning have been evaluated for land cover mapping in Iran. In this way, a time series of Sentinel-1 SAR data (including 16 SLC images with approximately 24 days time interval) from 2018 to 2020 were used for a region of Ahvaz County located in Khuzestan province. Using InSAR proces...

Journal: :Environmental Processes 2022

Abstract The aim of this paper was to investigate the effectiveness pyrolyzed low-cost food waste natural materials from industry on removal chlorine water. Biochar produced after pyrolysis at 850 o C malt spent rootlets (MSR), walnut shells, and apricot, olive, carob grape kernels. biochars were characterized for their surface area, microporosity, functional groups pH. Continuous flow column e...

Afshin Takdastan Mohammad Heidari-Farsani Nematollah Jaafarzadeh Nezamaddin Mengelizadeh, Noureddin Niknam

Removal of toxic heavy metals from wastewater is an important environmental challenge. In this Study, Zn (II) removal from aqueous solution by chitin extraction from crustaceous shells (shrimp and crab) was investigated. The biosorption studies were determined as a function of contact time, pH, initial metal concentration, and the amount of adsorbent. Adsorption of Zn (II) increased with decrea...

1999
Konstantin G. Zloshchastiev

The spherically symmetric thin shells of the barotropic fluids with the linear equation of state are considered within the frameworks of general relativity. We study several aspects of the shells as completely relativistic models of stars, first of all the neutron stars and white dwarfs, and circumstellar shells. The exact equations of motion of the shells are obtained. Also we calculate the pa...

The classical shell theory, first-order shear deformation theory, and third-order shear deformation theory are employed to study the natural frequencies of functionally graded cylindrical shells. The governing equations of motion describing the vibration behavior of functionally graded cylindrical shells are derived by Hamilton’s principle. Resulting equations are solved using the Navier-type s...

In this paper, a method for predicting time series is presented. Time series prediction is a process which predicted future system values based on information obtained from past and present data points. Time series prediction models are widely used in various fields of engineering, economics, etc. The main purpose of using different models for time series prediction is to make the forecast with...

A Thawait, L Sondhi Sh Bhowmick Sh Sanyal

The present study aims at investigating stress and deformation behavior of rotating thick truncated conical shells subjected to variable internal pressure. Material prpperties of the shells are graded along the axial direction by Mori-tanaka scheme, which is achieved by elemental gradation of the properties.Governing equations are derived using principle of stsionary total potential (PSTP) and ...

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

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

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