نتایج جستجو برای: polypropylene pp

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

Polypropylenes loaded with different alkyl ammonium-modified montmorillonite are prepared to utilize a melt-mixing technique in various ways. Two types of polypropylene and compatibilizer are incorporated to improve the dispersion of various types of nanoclay and the dyeing behavior of the nanocomposites with various disperses, so acid and basic dyes were studied. For the first time, the aim of...

In this work, the hydrophobic modification of TiO2 nanoparticles (HTiO2) was carried out by reacting with dodecylphosphonic acid (DDPA) and hexylamine solution. A facile approach of the self-assembly technique was used for the coating of hydrophobic HTiO2 layer over the microporous polypropylene (PP) membrane. The self-assembled layer was formed between the interface of trimesoyl chloride (TMC)...

2011
T. P. Mohan K. Kanny

This work presents the effect of synthetic procedures (extrusion and casting) on the dispersion characteristics of nano layered silicate clay particles in the polypropylene (PP) polymer matrix. Three different molecular weights PP samples are taken and filled with nanoclay of 1 wt% and 3 wt%, and these nanocomposites were synthesized by using an extrusion or casting methods. The X-ray diffracti...

2014
Cheng Zhu Liao Hoi Man Wong Kelvin Wai Kwok Yeung Sie Chin Tjong

This study focuses on the design, fabrication, microstructural and property characterization, and biocompatibility evaluation of polypropylene (PP) reinforced with carbon nanofiber (CNF) and hydroxyapatite nanorod (HANR) fillers. The purpose is to develop advanced PP/CNF-HANR hybrids with good mechanical behavior, thermal stability, and excellent biocompatibility for use as craniofacial implant...

Journal: :Polymer 2022

Polypropylene/polyimide (PP/PI) blends were synthesized by reactive extrusion with the in situ polymerization of polyimide phase presence maleic anhydride grafted polypropylene (PP-g-MA) as a compatibilizer. Blends reactively processed twin-screw extruder at 200 °C, PI content varying from 10 to 40 wt%. Examination morphology scanning electron microscopy (SEM) depicted fine sub-micrometer dispe...

2004

The adhesion between mineral surfaces and organic polymers is important in many industrial products. Examples range from paints to filled plastics and fiber reinforced composites. Talc, for example, is well known to be an important reinforcing filler for polyolefins such as polypropylene (PP) and polyethylene (PE) [1]. Usually, for this application, there is no need to treat the mineral surface...

2017
Shalaby W. Shalaby Russell A. Johnson Meng Deng

Environmental and processing factors affecting the biostability of medical devices made from traditionally "stable" polymers, such as isotactic polypropylene (PP) and ultrahigh molecular weight polyethylene (UHMW-PE) , were analyzed and their undesirable degradation was related to performance of typical medical devices. Among the critical phenomena determining the biological performance of UHMW...

Journal: :IEEE Access 2021

This study compares different polymer-nanofiller blends concerning their suitability for application as insulating thermoplastic composites High Voltage Direct Current (HVDC) cable application. Two polymer blends, PP/EOC (polypropylene/ethylene-octene copolymer) and PP/PP-HI (polypropylene/ propylene - ethylene nanocomposites filled with 2 wt.% of fumed silica modified 3-aminopropyltriethoxysil...

2012
Mirigul Altan Huseyin Yildirim

Plastics occupy wide place in the applications of automotive, electronics and house goods. Especially reinforced plastics become popular because of their high strength besides their advantages of low weight and easy manufacturability. In this study, mechanical and morphological properties of polypropylene (PP) and high density polyethylene (HDPE) matrix composites reinforced with surface modifi...

2016
Ferial Ghaemi Luqman Chuah Abdullah Paridah Tahir Mohamed Khayet

This paper focuses on the synthesis and mechanism of carbon nanospheres (CNS) coated with fewand multi-layered graphene (FLG, MLG). The graphitic carbon encapsulates the core/shell structure of the Ni/NiO nanoparticles via the chemical vapor deposition (CVD) method. The application of the resulting CNS and hybrids of CNS-FLG and CNS-MLG as reinforcement nanofillers in a polypropylene (PP) matri...

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

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

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