نتایج جستجو برای: order shear deformation

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

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیراز 1379

در این پایان نامه یک روش و راه حل بر پایه روش اجزا محدود، برای محاسبه توزیع تنش ها و تغییرمکان ها در تیر لایه ای مرکب ارائه می شود. هدف اصلی از اعمال این روش تحلیل تغییرفرمهای خمشی و برشی در تیر مرکب لایه ای غیرمتقارن است . در این تحلیل ها توابع شکل از نوع خطی و هرمیتی (hermitian) برای تغییر فرمهای برشی و خمشی استفاده شده است . این عمل متفاوت از تحقیقات گذشته بوده که در آنها توابع شکل بکار گرفت...

A trigonometric plate theory is assessed for the static bending analysis of plates resting on Winkler elastic foundation. The theory considers the effects of transverse shear and normal strains. The theory accounts for realistic variation of the transverse shear stress through the thickness and satisfies the traction free conditions at the top and bottom surfaces of the plate without using shea...

Journal: :journal of tethys 0

dehbid mylonite nappes associated with the tutak gneiss dome as the zagros hinterland involved-basement window in the zagros orogenic belt has significant components of dextral sense of shear along the mylonite nappes and are related to the high proportion of simple shear relative to pure shear deformation. kinematic vorticity analysis (wk) was made in order to determination of relative amounts...

Journal: :journal of applied and computational mechanics 0
m. nasihatgozar department of mechanical and aerospace engineering, science and research branch, islamic azad university, tehran, iran s. mohammad reza khalili centre of excellence for research in advanced materials and structures, faculty of mechanical engineering, k.n. toosi university of technology, tehran, iran

in this paper, the effect of different boundary conditions on the free vibration analysis response of a sandwich plates is presented using higher order shear deformation theory. the face sheets are orthotropic laminated composite that follow the first order shear deformation theory (fsdt) based on rissners-mindlin (rm) kinematics field. based on energy method and hamilton's principle, the ...

Journal: :journal of computational and applied research in mechanial engineering - jcarme 0
m. talebitooti department of mechanical engineering, qom university of technology, qom, 1519-37195, iran m. ghasemi department of mechanical engineering, qom university of technology, qom, 1519-37195, iran s. m. hosseini department of mechanical engineering, qom university of technology, qom, 1519-37195, iran

in the present work, study of the vibration of a functionally graded (fg) cylindrical shell made up of stainless steel, zirconia, and nickel is presented. free vibration analysis is presented for fg cylindrical shells with simply supported-simply supported and clamped–clamped boundary condition based on temperature independent material properties. the equations of motion are derived by hamilton...

Journal: :iranian journal of science and technology transactions of mechanical engineering 2015
m. r. nami m. janghorban

in this article, an analytical solution is developed to study the free vibration analysis offunctionally graded rectangular nanoplates. the governing equations of motion are derived basedon second order shear deformation theory using nonlocal elasticity theory. it is assumed that thematerial properties of nanoplate vary through the thickness according to the power lawdistribution. our numerical...

Bending analyses of isotropic, functionally graded, laminated composite, and sandwich beams are carried out using a quasi-3D polynomial shear and normal deformation theory. The most important feature of the proposed theory is that it considers the effects of transverse shear and transverse normal deformations. It accounts for parabolic variations in the strain/stress produced by transverse shea...

This study investigated bending, buckling, and free vibration responses of hyperbolic shear deformable functionally graded (FG) higher order beams. The material properties of FG beams are varied through thickness according to power law distribution; here, the FG beam was made of aluminium/alumina, and the hyperbolic shear deformation theory was used to evaluate the effect of shear deformation i...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان 1390

seismic retrofit strategies have been developed in the past few decades following the introduction of new seismic provisions and the availability of advanced materials and methods. it can be observed that new approaches to deal with more lateral forces are more innovative and more energy absorbent. in line with this, there is a growing trend toward the use of steel shear walls as a system with ...

یساقی, علی, محجل, محمد , نصرآبادی, محسن , نوزعیم, رضا ,

The Kuh-e-Sarhangi shear zone, with N70°E striking, is the northeastern part of the Kashmar-Kerman tectonic zone locating at the NW of the Lut Block.  The Late Precambrian-Early Cambrian four granitic bodies have been intruded in the Kuh-e-Sarhangi shear zone. The Deh Zaman granite consists of two mezocrat and hololeucocratic bodies that are presenting strong ductile deformation and the mylonit...

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

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

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