نتایج جستجو برای: fiber reinforced polymer

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

2017
Vishwesh Dikshit Somen K. Bhudolia Sunil C. Joshi

Composite materials are prone to delamination as they are weaker in the thickness direction. Carbon nanotubes (CNTs) are introduced as a multiscale reinforcement into the fiber reinforced polymer composites to suppress the delamination phenomenon. This review paper presents the detailed progress made by the scientific and research community to-date in improving the Mode I and Mode II interlamin...

Journal: :international journal of civil engineering 0
khalou a.r. department of civil eng., sharif university of technology, tehran, iran ghara chour lou a.

this paper presents the results of analytical studies concerning the flexuralstrengthening of reinforced concrete beams by external bonding of high-strength lightweightcarbon fiber reinforced plastic (cfrp) plates to tension face of the beam. three groups of beamswere tested analytically and compared with existing experimental results. results of the numericalanalyses showed that, although addi...

2015
Vaclav PRAJZLER Pavla NEKVINDOVA Petr HYPS Vitezslav JERABEK

This paper reports on a technology for realization of an optical planar waveguide layer on duroid substrate and on FR4 fiber reinforced board material printed circuit boards. Waveguide core material was EpoCore polymer and for claddings we used EpoClad polymer. Design of the presented planar waveguides was realized on the bases of modified dispersion equation and was schemed for 633 nm, 964 nm,...

Journal: :AL Rafdain Engineering Journal 2023

Fiber Reinforced Polymer (FRP) materials have become more popular according to contemporary developments in civil engineering applications. These been used repair and rehabilitate traditional structures. In turn, the majority of currently applications are result research recommendations made by fiber composite manufacturers or experience designer. Therefore, optimization techniques try achieve ...

Journal: :Lubricants 2023

Reinforced polymers have recently gained interest because of their high stiffness associated with the classical features and cost-effectiveness polymers. A further characteristic, suitable for several applications, is possibility to provide frictional wear resistance. The response commercially available reinforced materials was here investigated in a wide range contact boundary conditions. Expe...

Abstract:   The use of Concrete beams reinforced with a combination of fiber reinforced polymer (FRP) and steel bars has increased dramatically in recent years, due to improvement in strength and flexural ductility simultaneously. In this paper, we proposed a new equation for estimating the effective moment of inertia of hybrid FRP-steel reinforced concrete (RC) beams on the basis of the...

A. Khaloo, P. Aghabozorgi, S. Hassanpour,

In this study, twenty glass fiber reinforced polymer (GFRP) reinforced concrete specimens were modelled using finite element method to predict the effect of GFRP compressive bars on the flexural strength and ductility of GFRP reinforced concrete beams. Also, the contribution of GFRP longitudinal rebars to the load-carrying capacity of reinforced concrete columns is determined. The concrete elas...

Azadeh Alsadat Asghari Bahram Navayineya, Gholamreza Ghodrati Amiri, Morteza Hossein Ali Beigy Zahra Tabrizian,

. This paper presents the results of an experimental investigation on shear strength enhancement of reinforced concrete deep beams externally reinforced with fiber reinforced polymer (FRP) composites. A total of six deep beam specimens of two different classes, as-built (unstrengthened) and retrofitted were tested in the experimental evaluation program. Two composite systems namely carbon/epoxy...

2002
G. M. Odegard

In this study, a technique is presented for developing constitutive models for polymer composite systems reinforced with single-walled carbon nanotubes (SWNT). Because the polymer molecules are on the same size scale as the nanotubes, the interaction at the polymer/nanotube interface is highly dependent on the local molecular structure and bonding. At these small length scales, the lattice stru...

2002
G. M. Odegard T. S. Gates K. E. Wise

In this study, a technique is presented for developing constitutive models for polymer composite systems reinforced with single-walled carbon nanotubes (SWNT). Because the polymer molecules are on the same size scale as the nanotubes, the interaction at the polymer/nanotube interface is highly dependent on the local molecular structure and bonding. At these small length scales, the lattice stru...

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

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

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