نتایج جستجو برای: circular functionally graded plate

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

Fatemeh Farhatnia, Matin Latifi Mohmoud Kadkhodaei

In the present paper, the buckling problem of rectangular functionally graded (FG) plate with arbitrary edge supports is investigated. The present analysis is based on the classical plate theory (CPT) and large deformation is assumed for deriving stability equations. The plate is subjected to bi-axial compression loading. Mechanical properties of FG plate are assumed to vary continuously along ...

Ali Akbar Shafiee Ehsan Askary Mojtaba Mahzoon,

In the present paper a method is proposed to investigate the free vibration of a partially liquid-filled cylindrical tank. The mechanical properties of the container are assumed to change continuously along the thickness according to volume fraction Power-law, Sigmoid or Exponential distribution. The liquid is supposed to be incompressible and in viscid and its velocity potential is formulated ...

In this paper, static and free vibrations behaviors of the orthotropic functionally graded material (FGM) plates resting on the two-parameter elastic foundation are analyzed by the a mesh-free method based on the first order shear deformation plate theory (FSDT). The mesh-free method is based on moving least squares (MLS) shape functions and essential boundary conditions are imposed by transfer...

In this study, a dynamic stiffness method for free vibration analysis of moderately thick function-ally graded material plates is developed. The elasticity modulus and mass density of the plate are assumed to vary according to a power-law distribution in terms of the volume fractions of the constituents whereas Poisson’s ratio is constant. Due to the variation of the elastic properties through ...

Journal: :Journal of physics 2022

Abstract As a new type of material, functionally graded materials are widely used in industry, aerospace and other fields due to their special physical properties. Among them, there also many the thermal environment, existence environment will have great impact on stability moving object. Therefore, it is significance study axial motion temperature field. In this paper, taking axially plate as ...

Delamination fracture of a two-dimensional functionally graded multilayered four-point bending beam that exhibits non-linear behaviour of the material is analyzed. The fracture is studied analytically in terms of the strain energy release rate. The beam under consideration has an arbitrary number of layers. Each layer has individual thickness and material properties. A delamination crack is loc...

Thermal buckling behavior of functionally graded Euler-Bernoulli beams in thermal conditions is investigated analytically. The beam with material and thermal properties dependent on the temperature and position is considered. Based on the transformed-section method, the functionally graded beam is considered as an equivalent homogeneous Euler-Bernoulli beam with an effective bending rigidity un...

Journal: :international journal of automotive engineering 0
p. hosseini tehrani m. talebi

in this paper, finite element elastic contact analysis of a functionally graded (fg) hollow brake disk in contact with pad, subjected to rotation, contact pressure and frictional heat is presented. the material properties vary through the thickness according to a power-law characterised by a grading index, n. the material property is purely steel at the core part and gradually moves and approac...

2015

Second-order shear deformation theory (SSDT) is employed to analyze vibration of temperature-dependent solar functionally graded plates (SFGP’s). Power law material properties and linear steady-state thermal loads are assumed to be graded along the thickness. Two different types of SFGP’s such as ZrO2/Ti-6Al-4V and Si3N4/SUS304 are considered. Uniform, linear, nonlinear, heat-flux and sinusoida...

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

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

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