Search results for: split tensile testing
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4198

Search results for: split tensile testing

4048 Temperature Dependence of Relative Permittivity: A Measurement Technique Using Split Ring Resonators

Authors: Sreedevi P. Chakyar, Jolly Andrews, V. P. Joseph

Abstract:

A compact method for measuring the relative permittivity of a dielectric material at different temperatures using a single circular Split Ring Resonator (SRR) metamaterial unit working as a test probe is presented in this paper. The dielectric constant of a material is dependent upon its temperature and the LC resonance of the SRR depends on its dielectric environment. Hence, the temperature of the dielectric material in contact with the resonator influences its resonant frequency. A single SRR placed between transmitting and receiving probes connected to a Vector Network Analyser (VNA) is used as a test probe. The dependence of temperature between 30 oC and 60 oC on resonant frequency of SRR is analysed. Relative permittivities ‘ε’ of test samples for different temperatures are extracted from a calibration graph drawn between the relative permittivity of samples of known dielectric constant and their corresponding resonant frequencies. This method is found to be an easy and efficient technique for analysing the temperature dependent permittivity of different materials.

Keywords: metamaterials, negative permeability, permittivity measurement techniques, split ring resonators, temperature dependent dielectric constant

Procedia PDF Downloads 377
4047 Effect of Shape and Size of Concrete Specimen and Strength of Concrete Mixture in the Absence and Presence of Fiber

Authors: Sultan Husein Bayqra, Ali Mardani Aghabaglou, Zia Ahmad Faqiri, Hassane Amidou Ouedraogo

Abstract:

In this study, the effect of shape and size of the concrete specimen on the compressive and splitting tensile strength of the concrete mixtures in the absence and presence of steel fiber was investigated. For this aim, ten different concrete mixtures having w/c ratio of 0.3, 0.4, 0.5, 0.6 and 0.7 with and without fiber were prepared. In the mixtures containing steel fibers having aspect ratio (L/D) of 64 were used by 1% of the total mixture volume. In all concrete mixtures, CEM I 42,5R type Portland cement and crushed Lime-stone aggregates having different aggregate size fractions were used. The combined aggregate was obtained by mixing %40 0-5 mm, %30 5-12 mm and %30 12-22 mm aggregate size fraction. The slump values of concrete mixtures were kept constant as 17 ± 2 cm. To provide the desired slump value, a polycarboxylate ether-based high range water reducing admixture was used. In order to investigate the effect of size and shape of concrete specimen on strength properties 10 cm, 15 cm cubic specimens and 10×20 cm, 15×30 cm cylindrical specimens were prepared for each mixture. The specimens were cured under standard conditions until testing days. The 7- and 28-day compressive and splitting tensile strengths of mixtures were determined. The results obtained from the experimental study showed that the strength ratio between the cylinder and the cube specimens increased with the increase of the strength of the concrete. Regardless of the fiber utilization and specimen shape, strength values of concrete mixtures were increased by decreasing specimen size. However, the mentioned behaviour was not observed for the case that the mixtures having high W/C ratio and containing fiber. The compressive strength of cube specimens containing fiber was less affected by the size of the specimen compared to that of cube specimens containing no fibers.

Keywords: compressive strength, splitting tensile strength, fiber reinforced concrete, size effect, shape effect

Procedia PDF Downloads 154
4046 The Effect of Program Type on Mutation Testing: Comparative Study

Authors: B. Falah, N. E. Abakouy

Abstract:

Due to its high computational cost, mutation testing has been neglected by researchers. Recently, many cost and mutants’ reduction techniques have been developed, improved, and experimented, but few of them has relied the possibility of reducing the cost of mutation testing on the program type of the application under test. This paper is a comparative study between four operators’ selection techniques (mutants sampling, class level operators, method level operators, and all operators’ selection) based on the program code type of each application under test. It aims at finding an alternative approach to reveal the effect of code type on mutation testing score. The result of our experiment shows that the program code type can affect the mutation score and that the programs using polymorphism are best suited to be tested with mutation testing.

Keywords: equivalent mutant, killed mutant, mutation score, mutation testing, program code type, software testing

Procedia PDF Downloads 525
4045 Improvement of Compressive and Tensile Strengths of Concrete Using Polypropylene Fibers

Authors: Omar Asad Ahmad, Mohammed Awwad

Abstract:

Concrete is one of the essential elements that used in different types of construction these days, but it has many problems when interacts with environmental elements such as water, air, temperature, dust, and humidity. Also concrete made with Portland cement has certain characteristics: it is relatively strong in compression but weak in tension and tends to be brittle. These disadvantages make concrete limited to use in certain conditions. The most common problems appears on concrete are manifested by tearing, cracking, corrosion and spalling, which will lead to do some defect in concrete then in the whole construction, The fundamental objective of this research was to provide information about the hardened properties of concrete achieved by using easily available local raw materials in Jordan to support the practical work with partners in assessing the practicability of the mixes with polypropylene, and to facilitate the introduction of polypropylene fiber concrete (PFC) technology into general construction practice. Investigate the effect of the polypropylene fibers in PCC mixtures and on materials properties such as compressive strength, and tensile strength. Also to investigate the use of polypropylene fibers in plain cubes and cylindrical concrete to improve its compressive and tensile strengths to reduce early cracking and inhibit later crack growth. Increasing the hardness of concrete in this research is the main purpose to measure the deference of compressive strength and tensile strength between plain concrete and concrete mixture with polypropylene fibers different additions and to investigate its effect on reducing the early and later cracking problem. To achieve the goals of research 225 concrete test sample were prepared to measure it’s compressive strength and tensile strength, the concrete test sample were three classes (A,B,C), sub-classified to standard , and polypropylene fibers added by the volume of concrete (5%, 10%, 15%, and 20%). The investigation of polypropylene fibers mixture with concrete shows that the strengths of the cement are increased and the cracking decreased. The results show that for class A the recommended addition were 5% of polypropylene fibers additions for compressive strength and 10 % for tensile strength revels the best compressive strength that reach 26.67 Mpa and tensile strength that reach 2.548 Mpa records. Achieved results show that for classes B and C the recommend additions were 10 % polypropylene fibers revels the best compressive strength records where they reach 21.11 and 33.78 Mpa, records reach for tensile strength 2.707 and 2.65 Mpa respectively.

Keywords: polypropylene, effects, compressive, tensile, strengths, concrete, construction

Procedia PDF Downloads 505
4044 Machine Learning Approach for Mutation Testing

Authors: Michael Stewart

Abstract:

Mutation testing is a type of software testing proposed in the 1970s where program statements are deliberately changed to introduce simple errors so that test cases can be validated to determine if they can detect the errors. Test cases are executed against the mutant code to determine if one fails, detects the error and ensures the program is correct. One major issue with this type of testing was it became intensive computationally to generate and test all possible mutations for complex programs. This paper used reinforcement learning and parallel processing within the context of mutation testing for the selection of mutation operators and test cases that reduced the computational cost of testing and improved test suite effectiveness. Experiments were conducted using sample programs to determine how well the reinforcement learning-based algorithm performed with one live mutation, multiple live mutations and no live mutations. The experiments, measured by mutation score, were used to update the algorithm and improved accuracy for predictions. The performance was then evaluated on multiple processor computers. With reinforcement learning, the mutation operators utilized were reduced by 50 – 100%.

Keywords: automated-testing, machine learning, mutation testing, parallel processing, reinforcement learning, software engineering, software testing

Procedia PDF Downloads 168
4043 A More Powerful Test Procedure for Multiple Hypothesis Testing

Authors: Shunpu Zhang

Abstract:

We propose a new multiple test called the minPOP test for testing multiple hypotheses simultaneously. Under the assumption that the test statistics are independent, we show that the minPOP test has higher global power than the existing multiple testing methods. We further propose a stepwise multiple-testing procedure based on the minPOP test and two of its modified versions (the Double Truncated and Left Truncated minPOP tests). We show that these multiple tests have strong control of the family-wise error rate (FWER). A method for finding the p-values of the proposed tests after adjusting for multiplicity is also developed. Simulation results show that the Double Truncated and Left Truncated minPOP tests, in general, have a higher number of rejections than the existing multiple testing procedures.

Keywords: multiple test, single-step procedure, stepwise procedure, p-value for multiple testing

Procedia PDF Downloads 31
4042 Effect of Printing Process on Mechanical Properties and Porosity of 3D Printed Concrete Strips

Authors: Wei Chen

Abstract:

3D concrete printing technology is a novel and highly efficient construction method that holds significant promise for advancing low-carbon initiatives within the construction industry. In contrast to traditional construction practices, 3D printing offers a manual and formwork-free approach, resulting in a transformative shift in labor requirements and fabrication techniques. This transition yields substantial reductions in carbon emissions during the construction phase, as well as decreased on-site waste generation. Furthermore, when compared to conventionally printed concrete, 3D concrete exhibits mechanical anisotropy due to its layer-by-layer construction methodology. Therefore, it becomes imperative to investigate the influence of the printing process on the mechanical properties of 3D printed strips and to optimize the mechanical characteristics of these coagulated strips. In this study, we conducted three-dimensional reconstructions of printed blocks using both circular and directional print heads, incorporating various overlap distances between strips, and employed CT scanning for comprehensive analysis. Our research focused on assessing mechanical properties and micro-pore characteristics under different loading orientations.Our findings reveal that increasing the overlap degree between strips leads to enhanced mechanical properties of the strips. However, it's noteworthy that once full overlap is achieved, further increases in the degree of coincidence do not lead to a decrease in porosity between strips. Additionally, due to its superior printing cross-sectional area, the square printing head exhibited the most favorable impact on mechanical properties.This paper aims to improve the tensile strength, tensile ductility, and bending toughness of a recently developed ‘one-part’ geopolymer for 3D concrete printing (3DCP) applications, in order to address the insufficient tensile strength and brittle fracture characteristics of geopolymer materials in 3D printing scenarios where materials are subjected to tensile stress. The effects of steel fiber content, and aspect ratio, on mechanical properties, were systematically discussed, including compressive strength, flexure strength, splitting tensile strength, uniaxial tensile strength, bending toughness, and the anisotropy of 3DP-OPGFRC, respectively. The fiber distribution in the printed samples was obtained through x-ray computed tomography (X-CT) testing. In addition, the underlying mechanisms were discussed to provide a deep understanding of the role steel fiber played in the reinforcement. The experimental results showed that the flexural strength increased by 282% to 26.1MP, and the compressive strength also reached 104.5Mpa. A high tensile ductility, appreciable bending toughness, and strain-hardening behavior can be achieved with steel fiber incorporation. In addition, it has an advantage over the OPC-based steel fiber-reinforced 3D printing materials given in the existing literature (flexural strength 15 Mpa); It is also superior to the tensile strength (<6Mpa) of current geopolymer fiber reinforcements used for 3D printing. It is anticipated that the development of this 3D printable steel fiber reinforced ‘one-part’ geopolymer will be used to meet high tensile strength requirements for printing scenarios.

Keywords: 3D printing concrete, mechanical anisotropy, micro-pore structure, printing technology

Procedia PDF Downloads 50
4041 The Complexity of Testing Cryptographic Devices on Input Faults

Authors: Alisher Ikramov, Gayrat Juraev

Abstract:

The production of logic devices faces the occurrence of faults during manufacturing. This work analyses the complexity of testing a special type of logic device on inverse, adhesion, and constant input faults. The focus of this work is on devices that implement cryptographic functions. The complexity values for the general case faults and for some frequently occurring subsets were determined and proved in this work. For a special case, when the length of the text block is equal to the length of the key block, the complexity of testing is proven to be asymptotically half the complexity of testing all logic devices on the same types of input faults.

Keywords: complexity, cryptographic devices, input faults, testing

Procedia PDF Downloads 192
4040 Dispersion-Less All Reflective Split and Delay Unit for Ultrafast Metrology

Authors: Akansha Tyagi, Mehar S. Sidhu, Ankur Mandal, Sanjay Kapoor, Sunil Dahiya, Jan M. Rost, Thomas Pfeifer, Kamal P. Singh

Abstract:

An all-reflective split and delay unit is designed for dispersion free measurement of broadband ultrashort pulses using a pair of reflective knife edge prism for splitting and recombining of the measuring pulse. It is based on symmetrical wavefront splitting of the measuring pulse having two separate arms to independently shape both split parts. We have validated our delay line with NIR –femtosecond pulse measurement centered at 800 nm using second harmonic-Interferometric frequency resolved optical gating (SH-IFROG). The delay line is compact, easy to align and provides attosecond stability and precision and thus make it more versatile for wide range of applications in ultrafast measurements. We envision that the present delay line will find applications in IR-IR controlling for high harmonic generation (HHG) and attosecond IR-XUV pump-probe measurements with solids and gases providing attosecond resolution and wide delay range.

Keywords: HHG, nonlinear optics, pump-probe spectroscopy, ultrafast metrology

Procedia PDF Downloads 166
4039 Multi-Scale Damage and Mechanical Behavior of Sheet Molding Compound Composites Subjected to Fatigue, Dynamic, and Post-Fatigue Dynamic Loadings

Authors: M. Shirinbayan, J. Fitoussi, N. Abbasnezhad, A. Lucas, A. Tcharkhtchi

Abstract:

Sheet Molding Compounds (SMCs) with special microstructures are very attractive to use in automobile structures especially when they are accidentally subjected to collision type accidents because of their high energy absorption capacity. These are materials designated as standard SMC, Advanced Sheet Molding Compounds (A-SMC), Low-Density SMC (LD-SMC) and etc. In this study, testing methods have been performed to compare the mechanical responses and damage phenomena of SMC, LD-SMC, and A-SMC under quasi-static and high strain rate tensile tests. The paper also aims at investigating the effect of an initial pre-damage induced by fatigue on the tensile dynamic behavior of A-SMC. In the case of SMCs and A-SMCs, whatever the fibers orientation and applied strain rate are, the first observed phenomenon of damage corresponds to decohesion of the fiber-matrix interface which is followed by coalescence and multiplication of these micro-cracks and their propagations. For LD-SMCs, damage mechanisms depend on the presence of Hollow Glass Microspheres (HGM) and fibers orientation.

Keywords: SMC, Sheet Molding Compound, LD-SMC, Low-Density SMC, A-SMC, Advanced Sheet Molding Compounds, HGM, Hollow Glass Microspheres, damage

Procedia PDF Downloads 185
4038 Microstructure and Hot Deformation Behavior of Fe-20Cr-5Al Alloy

Authors: Jung-Ho Moon, Tae Kwon Ha

Abstract:

Abstract—High temperature deformation behavior of cast Fe-20Cr-5Al alloy has been investigated in this study by performing tensile and compression tests at temperatures from 1100 to 1200oC. Rectangular ingots of which the dimensions were 300×300×100 in millimeter were cast using vacuum induction melting. Phase equilibrium was calculated using the FactSage®, thermodynamic software and database. Tensile strength of cast Fe-20Cr-5Al alloy was 4 MPa at 1200oC. With temperature decreased, tensile strength increased rapidly and reached up to 13 MPa at 1100oC. Elongation also increased from 18 to 80% with temperature decreased from 1200oC to 1100oC. Microstructure observation revealed that M23C6 carbide was precipitated along the grain boundary and within the matrix.

Keywords: 20 Cr-5Al ferritic stainless, high temperature deformation, aging treatment, microstructure, mechanical properties

Procedia PDF Downloads 422
4037 Influence of Scrap Tyre Steel Fiber on Mechanical Properties of High Performance Concrete

Authors: Isyaka Abdulkadir, Egbe Ngu-Ntui Ogork

Abstract:

This research aims to investigate the use of Scrap Tyre Steel Fibers (STSF) for the production of fiber reinforced high performance concrete. The Scrap Tyre Steel Fibers (STSF) were obtained from dealers that extracted the fibers by burning the scrap tyres and were characterized. The effect of STSF was investigated on grade 50 concrete of 1:1.28:1.92 with water cement ratio of 0.39 at additions of STSF of 0, 0.5, 1.0, 1.5, 2.0 and 2.5% by volume of concrete. The fresh concrete was tested for slump while the hardened concrete was tested for compressive and splitting tensile strengths, respectively at curing ages of 3, 7, 28 and 56 days in accordance with standard procedure. The results indicate that slump decreased with increase in STSF, while compressive and splitting tensile strengths increased with increase in STSF up to 1.5% and reduction in strength with increase in STSF above 1.5%. 1.5% STSF was considered as the optimum dosage with a 28 days increase in compressive strength and splitting tensile strength of 12.3% and 43.8% respectively, of control.

Keywords: compressive strength, high performance concrete, scrap tyre steel fiber, splitting tensile strength

Procedia PDF Downloads 178
4036 Mechanical Properties of Die-Cast Nonflammable Mg Alloy

Authors: Myoung-Gon Yoon, Jung-Ho Moon, Tae Kwon Ha

Abstract:

Tensile specimens of nonflammable AZ91D Mg alloy were fabricated in this study via cold chamber die-casting process. Dimensions of tensile specimens were 25mm in length, 4mm in width, and 0.8 or 3.0mm in thickness. Microstructure observation was conducted before and after tensile tests at room temperature. In the die casting process, various injection distances from 150 to 260mm were employed to obtain optimum process conditions. Distribution of Al12Mg17 phase was the key factor to determine the mechanical properties of die-cast Mg alloy. Specimens with 3mm of thickness showed superior mechanical properties to those with 0.8mm of thickness. Closed networking of Al12Mg17 phase along grain boundary was found to be detrimental to mechanical properties of die-cast Mg alloy.

Keywords: non-flammable magnesium alloy, AZ91D, die-casting, microstructure, mechanical properties

Procedia PDF Downloads 279
4035 Analyzing Tensile Strength in Different Composites at High Temperatures: Insights from 761 Tests

Authors: Milad Abolfazli, Milad Bazli

Abstract:

In this critical review, the topic of how composites maintain their tensile strength when exposed to elevated temperatures will be studied. A comprehensive database of 761 tests have been analyzed and closely examined to study the various factors that affect the strength retention. Conclusions are drawn from the collective research efforts of numerous scholars who have investigated this subject. Through the analysis of these tests, the relationships between the tensile strength retention and various effective factors are investigated. This review is meant to be a practical resource for researchers and engineers. It provides valuable information that can guide the development of composites tailored for high-temperature applications. By offering a deeper understanding of how composites behave in extreme heat, the paper contributes to the advancement of materials science and engineering.

Keywords: tesnile tests, high temperatures, FRP composites, mechanical perfomance

Procedia PDF Downloads 40
4034 COVID–19 Impact on Passenger and Cargo Traffic: A Case Study

Authors: Maja Čović, Josipa Bojčić, Bruna Bacalja, Gorana Jelić Mrčelić

Abstract:

The appearance of the COVID-19 disease and its fast-spreading brought global pandemic and health crisis. In order to prevent the further spreading of the virus, the governments had implemented mobility restriction rules which left a negative mark on the world’s economy. Although there is numerous research on the impact of COVID-19 on marine traffic around the world, the objective of this paper is to consider the impact of COVID-19 on passenger and cargo traffic in Port of Split, in the Republic of Croatia. Methods used to make the theoretical and research part of the paper are descriptive method, comparative method, compilation, inductive method, deductive method, and statistical method. Paper relies on data obtained via Port of Split Authority and analyses trends in passenger and cargo traffic, including the year 2020, when the pandemic broke. Significant reductions in income, disruptions in transportation and traffic, as well as other maritime services are shown in the paper. This article also observes a significant decline in passenger traffic, cruising traffic and also observes the dynamic of cargo traffic inside the port of Split.

Keywords: COVID-19, pandemic, passenger traffic, ports, trends, cargo traffic

Procedia PDF Downloads 186
4033 Study on the Fabrication and Mechanical Characterization of Pineapple Fiber-Reinforced Unsaturated Polyester Resin Based Composites: Effect of Gamma Irradiation

Authors: Kamrun N. Keya, Nasrin A. Kona, Ruhul A. Khan

Abstract:

Pineapple leaf fiber (PALF) reinforced polypropylene (PP) based composites were fabricated by a conventional compression molding technique. In this investigation, PALF composites were manufactured using different percentages of fiber, which were varying from 25-50% on the total weight of the composites. To fabricate the PALF/PP composites, untreated and treated fibers were selected. A systematic study was done to observe the physical, mechanical and interfacial behavior of the composites. In this study, mechanical properties of the composites such as tensile, impact and bending properties were observed precisely. It was found that 45wt% of fiber composites showed better mechanical properties than others. Maximum tensile strength (TS) and bending strength (BS) was observed, 65 MPa and 50 MPa respectively, whereas the highest tensile modulus (TM) and bending modulus (BM) was examined, 1.7 GPa and 0.85 GPa respectively. The PALF/PP based composites were treated with irradiated under gamma radiation (the source strength 50 kCi Cobalt-60) of various doses (2.5 kGy to 10 kGy). The effect of gamma radiation on the composites was also investigated, and it found that the effect of 5.0 kGy (i.e. units for radiation measurement is 'gray', kGy=kilogray ) gamma dose showed better mechanical properties than other doses. The values of TS, BS, TM, and BM of the irradiated (5.0 kGy) composites were found to improve by 19%, 23%, 17% and 25 % over non-irradiated composites. After flexural testing, fracture sides of the untreated and treated both composites were studied by scanning electron microscope (SEM). SEM results of the treated PALF/PP based composites showed better fiber-matrix adhesion and interfacial bonding than untreated PALF/PP based composites. Water uptake and soil degradation tests of untreated and treated composites were also investigated.

Keywords: PALF, polypropylene, compression molding technique, gamma radiation, mechanical properties, scanning electron microscope

Procedia PDF Downloads 122
4032 Optimization of Moisture Content for Highest Tensile Strength of Instant Soluble Milk Tablet and Flowability of Milk Powder

Authors: Siddharth Vishwakarma, Danie Shajie A., Mishra H. N.

Abstract:

Milk powder becomes very useful in the low milk supply area but the exact amount to add for one glass of milk and the handling is difficult. So, the idea of instant soluble milk tablet comes into existence for its high solubility and easy handling. The moisture content of milk tablets is increased by the direct addition of water with no additives for binding. The variation of the tensile strength of instant soluble milk tablets and the flowability of milk powder with the moisture content is analyzed and optimized for the highest tensile strength of instant soluble milk tablets and flowability, above a particular value of milk powder using response surface methodology. The flowability value is necessary for ease in quantifying the milk powder, as a feed, in the designed tablet making machine. The instant soluble nature of milk tablets purely depends upon the disintegration characteristic of tablets in water whose study is under progress. Conclusions: The optimization results are very useful in the commercialization of milk tablets.

Keywords: flowability, milk powder, response surface methodology, tablet making machine, tensile strength

Procedia PDF Downloads 148
4031 Eco-Friendly Natural Filler Based Epoxy Composites

Authors: Suheyla Kocaman, Gulnare Ahmetli

Abstract:

In this study, acrylated soybean oil (AESO) was used as modifying agent for DGEBF-type epoxy resin (ER). AESO was used as a co-matrix in 50 wt % with ER. Composites with eco-friendly natural fillers-banana bark and seashell were prepared. MNA was used as a hardener. Effect of banana peel (BP) and seashell (SSh) fillers on mechanical properties, such as tensile strength, elongation at break, and hardness of M-ERs were investigated. The structure epoxy resins (M-ERs) cured with MNA and sebacic acid (SAc) hardeners were characterized by Fourier transform infrared spectroscopy (FTIR). Tensile test results show that Young’s (elastic) modulus, tensile strength and hardness of SSh particles reinforced with M-ERs were higher than the M-ERs reinforced with banana bark.

Keywords: biobased composite, epoxy resin, mechanical properties, natural fillers

Procedia PDF Downloads 206
4030 Investigating the Properties of Nylon Fiber Reinforced Asphalt Concrete

Authors: Hasan Taherkhani

Abstract:

The performance of asphalt pavements is highly dependent on the mechanical properties of asphaltic layers. Improving the mechanical properties of asphaltic mixtures by fiber reinforcement is a common method. Randomly distribution of fibers in the bituminous mixtures and placing between the particles develop reinforcing property in all directions in the mixture and improve their engineering properties. In this research, the effects of the nylon fiber length and content on some engineering properties of a typical binder course asphalt concrete have been investigated. The fibers at different contents of 0.3, 0.4 and 0.5% (by the weight of total mixture), each at three different lengths of 10, 25 and 40 mm have been used, and the properties of the mixtures, such as, volumetric properties, Marshall stability, flow, Marshall quotient, indirect tensile strength and moisture damage have been studied. It is found that the highest Marshall quotient is obtained by using 0.4% of 25mm long nylon fibers. The results also show that the indirect tensile strength and tensile strength ratio, which is an indication of moisture damage of asphalt concrete, decreases with increasing the length of fibers and fiber content.

Keywords: asphalt concrete, moisture damage, nylon fiber, tensile strength,

Procedia PDF Downloads 383
4029 Development and Characterization of Sandwich Bio-Composites Based on Short Alfa Fiber and Jute Fabric

Authors: Amine Rezzoug, Selsabil Rokia Laraba, Mourad Ancer, Said Abdi

Abstract:

Composite materials are taking center stage in different fields thanks to their mechanical characteristics and their ease of preparation. Environmental constraints have led to the development of composite with natural reinforcements. The sandwich structure has the advantage to have good flexural proprieties for low density, which is why it was chosen in this work. The development of these materials is related to an energy saving strategy and environmental protection. The present work refers to the study of the development and characterization of sandwiches composites based on hybrids laminates with natural reinforcements (Alfa and Jute), a metal fabric was introduced into composite in order to have a compromise between weight and properties. We use different configurations of reinforcements (jute, metallic fabric) to develop laminates in order to use them as thin facings for sandwiches materials. While the core was an epoxy matrix reinforced with Alfa short fibers, a chemical treatment sodium hydroxide was cared to improve the adhesion of the Alfa fibers. The mechanical characterization of our materials was made by the tensile and bending test, to highlight the influence of jute and Alfa. After testing, the fracture surfaces are observed by scanning electron microscopy (SEM). Optical microscopy allowed us to calculate the degree of porosity and to observe the morphology of the individual layers. Laminates based on jute fabric have shown better results in tensile test as well as to bending, compared to those of the metallic fabric (100%, 65%). Sandwich Panels were also characterized in terms of bending test. Results we had provide, shows that this composite has sufficient properties for possible replacing conventional composite materials by considering the environmental factors.

Keywords: bending test, bio-composites, sandwiches, tensile test

Procedia PDF Downloads 406
4028 Experimental Investigation on Tensile Durability of Glass Fiber Reinforced Polymer (GFRP) Rebar Embedded in High Performance Concrete

Authors: Yuan Yue, Wen-Wei Wang

Abstract:

The objective of this research is to comprehensively evaluate the impact of alkaline environments on the durability of Glass Fiber Reinforced Polymer (GFRP) reinforcements in concrete structures and further explore their potential value within the construction industry. Specifically, we investigate the effects of two widely used high-performance concrete (HPC) materials on the durability of GFRP bars when embedded within them under varying temperature conditions. A total of 279 GFRP bar specimens were manufactured for microcosmic and mechanical performance tests. Among them, 270 specimens were used to test the residual tensile strength after 120 days of immersion, while 9 specimens were utilized for microscopic testing to analyze degradation damage. SEM techniques were employed to examine the microstructure of GFRP and cover concrete. Unidirectional tensile strength experiments were conducted to determine the remaining tensile strength after corrosion. The experimental variables consisted of four types of concrete (engineering cementitious composite (ECC), ultra-high-performance concrete (UHPC), and two types of ordinary concrete with different compressive strengths) as well as three acceleration temperatures (20, 40, and 60℃). The experimental results demonstrate that high-performance concrete (HPC) offers superior protection for GFRP bars compared to ordinary concrete. Two types of HPC enhance durability through different mechanisms: one by reducing the pH of the concrete pore fluid and the other by decreasing permeability. For instance, ECC improves embedded GFRP's durability by lowering the pH of the pore fluid. After 120 days of immersion at 60°C under accelerated conditions, ECC (pH=11.5) retained 68.99% of its strength, while PC1 (pH=13.5) retained 54.88%. On the other hand, UHPC enhances FRP steel's durability by increasing porosity and compactness in its protective layer to reinforce FRP reinforcement's longevity. Due to fillers present in UHPC, it typically exhibits lower porosity, higher densities, and greater resistance to permeation compared to PC2 with similar pore fluid pH levels, resulting in varying degrees of durability for GFRP bars embedded in UHPC and PC2 after 120 days of immersion at a temperature of 60°C - with residual strengths being 66.32% and 60.89%, respectively. Furthermore, SEM analysis revealed no noticeable evidence indicating fiber deterioration in any examined specimens, thus suggesting that uneven stress distribution resulting from interface segregation and matrix damage emerges as a primary causative factor for tensile strength reduction in GFRP rather than fiber corrosion. Moreover, long-term prediction models were utilized to calculate residual strength values over time for reinforcement embedded in HPC under high temperature and high humidity conditions - demonstrating that approximately 75% of its initial strength was retained by reinforcement embedded in HPC after 100 years of service.

Keywords: GFRP bars, HPC, degeneration, durability, residual tensile strength.

Procedia PDF Downloads 26
4027 Evaluation of Tensile Strength of Natural Fibres Reinforced Epoxy Composites Using Fly Ash as Filler Material

Authors: Balwinder Singh, Veerpaul Kaur Mann

Abstract:

A composite material is formed by the combination of two or more phases or materials. Natural minerals-derived Basalt fiber is a kind of fiber being introduced in the polymer composite industry due to its good mechanical properties similar to synthetic fibers and low cost, environment friendly. Also, there is a rising trend towards the use of industrial wastes as fillers in polymer composites with the aim of improving the properties of the composites. The mechanical properties of the fiber-reinforced polymer composites are influenced by various factors like fiber length, fiber weight %, filler weight %, filler size, etc. Thus, a detailed study has been done on the characterization of short-chopped Basalt fiber-reinforced polymer matrix composites using fly ash as filler. Taguchi’s L9 orthogonal array has been used to develop the composites by considering fiber length (6, 9 and 12 mm), fiber weight % (25, 30 and 35 %) and filler weight % (0, 5 and 10%) as input parameters with their respective levels and a thorough analysis on the mechanical characteristics (tensile strength and impact strength) has been done using ANOVA analysis with the help of MINITAB14 software. The investigation revealed that fiber weight is the most significant parameter affecting tensile strength, followed by fiber length and fiber weight %, respectively, while impact characterization showed that fiber length is the most significant factor, followed by fly ash weight, respectively. Introduction of fly ash proved to be beneficial in both the characterization with enhanced values upto 5% fly ash weight. The present study on the natural fibres reinforced epoxy composites using fly ash as filler material to study the effect of input parameters on the tensile strength in order to maximize tensile strength of the composites. Fabrication of composites based on Taguchi L9 orthogonal array design of experiments by using three factors fibre type, fibre weight % and fly ash % with three levels of each factor. The Optimization of composition of natural fibre reinforces composites using ANOVA for obtaining maximum tensile strength on fabricated composites revealed that the natural fibres along with fly ash can be successfully used with epoxy resin to prepare polymer matrix composites with good mechanical properties. Paddy- Paddy fibre gives high elasticity to the fibre composite due to presence of approximately hexagonal structure of cellulose present in paddy fibre. Coir- Coir fibre gives less tensile strength than paddy fibre as Coir fibre is brittle in nature when it pulls breakage occurs showing less tensile strength. Banana- Banana fibre has the least tensile strength in comparison to the paddy & coir fibre due to less cellulose content. Higher fibre weight leads to reduction in tensile strength due to increased nuclei of air pockets. Increasing fly ash content reduces tensile strength due to nonbonding of fly ash particles with natural fibre. Fly ash is also not very strong as compared to the epoxy resin leading to reduction in tensile strength.

Keywords: tensile strength and epoxy resin. basalt Fiber, taguchi, polymer matrix, natural fiber

Procedia PDF Downloads 22
4026 Horizontal-Vertical and Enhanced-Unicast Interconnect Testing Techniques for Network-on-Chip

Authors: Mahdiar Hosseinghadiry, Razali Ismail, F. Fotovati

Abstract:

One of the most important and challenging tasks in testing network-on-chip based system-on-chips (NoC based SoCs) is to verify the communication entity. It is important because of its usage for transferring both data packets and test patterns for intellectual properties (IPs) during normal and test mode. Hence, ensuring of NoC reliability is required for reliable IPs functionality and testing. On the other hand, it is challenging due to the required time to test it and the way of transferring test patterns from the tester to the NoC components. In this paper, two testing techniques for mesh-based NoC interconnections are proposed. The first one is based on one-by-one testing and the second one divides NoC interconnects into three parts, horizontal links of switches in even columns, horizontal links of switches in odd columns and all vertical. A design for testability (DFT) architecture is represented to send test patterns directly to each switch under test and also support the proposed testing techniques by providing a loopback path in each switch. The simulation results shows the second proposed testing mechanism outperforms in terms of test time because this method test all the interconnects in only three phases, independent to the number of existed interconnects in the network, while test time of other methods are highly dependent to the number of switches and interconnects in the NoC.

Keywords: on chip, interconnection testing, horizontal-vertical testing, enhanced unicast

Procedia PDF Downloads 523
4025 Prediction of Unsaturated Permeability Functions for Clayey Soil

Authors: F. Louati, H. Trabelsi, M. Jamei

Abstract:

Desiccation cracks following drainage-humidification cycles. With water loss, mainly due to evaporation, suction in the soil increases, producing volumetric shrinkage and tensile stress. When the tensile stress reaches tensile strength, the soil cracks. Desiccation cracks networks can directly control soil hydraulic properties. The aim of this study was for quantifying the hydraulic properties for examples the water retention curve, the saturated hydraulic conductivity, the unsaturated hydraulic conductivity function, the shrinkage dynamics in Tibar soil- clay soil in the Northern of Tunisia. Then a numerical simulation of unsaturated hydraulic properties for a crack network has been attempted. The finite elements code ‘CODE_BRIGHT’ can be used to follow the hydraulic distribution in cracked porous media.

Keywords: desiccation, cracks, permeability, unsaturated hydraulic flow, simulation

Procedia PDF Downloads 269
4024 The Effect of Addition of Dioctyl Terephthalate and Calcite on the Tensile Properties of Organoclay/Linear Low Density Polyethylene Nanocomposites

Authors: A. Gürses, Z. Eroğlu, E. Şahin, K. Güneş, Ç. Doğar

Abstract:

In recent years, polymer/clay nanocomposites have generated great interest in the polymer industry as a new type of composite material because of their superior properties, which includes high heat deflection temperature, gas barrier performance, dimensional stability, enhanced mechanical properties, optical clarity and flame retardancy when compared with the pure polymer or conventional composites. The investigation of change of the tensile properties of organoclay/linear low density polyethylene (LLDPE) nanocomposites with the use of Dioctyl terephthalate (DOTP) (as plasticizer) and calcite (as filler) has been aimed. The composites and organoclay synthesized were characterized using the techniques such as XRD, HRTEM and FTIR techniques. The spectroscopic results indicate that platelets of organoclay were well dispersed within the polymeric matrix. The tensile properties of the composites were compared considering the stress-strain curve drawn for each composite and pure polymer. It was observed that the composites prepared by adding the plasticizer at different ratios and a certain amount of calcite exhibited different tensile behaviors compared to pure polymer.

Keywords: linear low density polyethylene, nanocomposite, organoclay, plasticizer

Procedia PDF Downloads 262
4023 Time Effective Structural Frequency Response Testing with Oblique Impact

Authors: Khoo Shin Yee, Lian Yee Cheng, Ong Zhi Chao, Zubaidah Ismail, Siamak Noroozi

Abstract:

Structural frequency response testing is accurate in identifying the dynamic characteristic of a machinery structure. In practical perspective, conventional structural frequency response testing such as experimental modal analysis with impulse technique (also known as “impulse testing”) has limitation especially on its long acquisition time. The high acquisition time is mainly due to the redundancy procedure where the engineer has to repeatedly perform the test in 3 directions, namely the axial-, horizontal- and vertical-axis, in order to comprehensively define the dynamic behavior of a 3D structure. This is unfavorable to numerous industries where the downtime cost is high. This study proposes to reduce the testing time by using oblique impact. Theoretically, a single oblique impact can induce significant vibration responses and vibration modes in all the 3 directions. Hence, the acquisition time with the implementation of the oblique impulse technique can be reduced by a factor of three (i.e. for a 3D dynamic system). This study initiates an experimental investigation of impulse testing with oblique excitation. A motor-driven test rig has been used for the testing purpose. Its dynamic characteristic has been identified using the impulse testing with the conventional normal impact and the proposed oblique impact respectively. The results show that the proposed oblique impulse testing is able to obtain all the desired natural frequencies in all 3 directions and thus providing a feasible solution for a fast and time effective way of conducting the impulse testing.

Keywords: frequency response function, impact testing, modal analysis, oblique angle, oblique impact

Procedia PDF Downloads 469
4022 Stress Concentration Trend for Combined Loading Conditions

Authors: Aderet M. Pantierer, Shmuel Pantierer, Raphael Cordina, Yougashwar Budhoo

Abstract:

Stress concentration occurs when there is an abrupt change in geometry, a mechanical part under loading. These changes in geometry can include holes, notches, or cracks within the component. The modifications create larger stress within the part. This maximum stress is difficult to determine, as it is directly at the point of the minimum area. Strain gauges have yet to be developed to analyze stresses at such minute areas. Therefore, a stress concentration factor must be utilized. The stress concentration factor is a dimensionless parameter calculated solely on the geometry of a part. The factor is multiplied by the nominal, or average, stress of the component, which can be found analytically or experimentally. Stress concentration graphs exist for common loading conditions and geometrical configurations to aid in the determination of the maximum stress a part can withstand. These graphs were developed from historical data yielded from experimentation. This project seeks to verify a stress concentration graph for combined loading conditions. The aforementioned graph was developed using CATIA Finite Element Analysis software. The results of this analysis will be validated through further testing. The 3D modeled parts will be subjected to further finite element analysis using Patran-Nastran software. The finite element models will then be verified by testing physical specimen using a tensile testing machine. Once the data is validated, the unique stress concentration graph will be submitted for publication so it can aid engineers in future projects.

Keywords: stress concentration, finite element analysis, finite element models, combined loading

Procedia PDF Downloads 396
4021 Development of a New Device for Bending Fatigue Testing

Authors: B. Mokhtarnia, M. Layeghi

Abstract:

This work presented an original bending fatigue-testing setup for fatigue characterization of composite materials. A three-point quasi-static setup was introduced that was capable of applying stress control load in different loading waveforms, frequencies, and stress ratios. This setup was equipped with computerized measuring instruments to evaluate fatigue damage mechanisms. A detailed description of its different parts and working features was given, and dynamic analysis was done to verify the functional accuracy of the device. Feasibility was validated successfully by conducting experimental fatigue tests.

Keywords: bending fatigue, quasi-static testing setup, experimental fatigue testing, composites

Procedia PDF Downloads 86
4020 Analyzing Test Data Generation Techniques Using Evolutionary Algorithms

Authors: Arslan Ellahi, Syed Amjad Hussain

Abstract:

Software Testing is a vital process in software development life cycle. We can attain the quality of software after passing it through software testing phase. We have tried to find out automatic test data generation techniques that are a key research area of software testing to achieve test automation that can eventually decrease testing time. In this paper, we review some of the approaches presented in the literature which use evolutionary search based algorithms like Genetic Algorithm, Particle Swarm Optimization (PSO), etc. to validate the test data generation process. We also look into the quality of test data generation which increases or decreases the efficiency of testing. We have proposed test data generation techniques for model-based testing. We have worked on tuning and fitness function of PSO algorithm.

Keywords: search based, evolutionary algorithm, particle swarm optimization, genetic algorithm, test data generation

Procedia PDF Downloads 158
4019 Influence of Modified and Unmodified Cow Bone on the Mechanical Properties of Reinforced Polyester Composites for Biomedical Applications

Authors: I. O. Oladele, J. A. Omotoyinbo, A. M. Okoro, A. G. Okikiola, J. L. Olajide

Abstract:

This work was carried out to investigate comparatively the effects of modified and unmodified cow bone particles on the mechanical properties of polyester matrix composites in order to investigate the suitability of the materials as biomaterial. Cow bones were procured from an abattoir, sun dried for 4 weeks and crushed. The crushed bones were divided into two, where one part was turned to ash while the other part was pulverized with laboratory ball mill before the two grades were sieved using 75 µm sieve size. Bone ash and bone particle reinforced tensile and flexural composite samples were developed from pre-determined proportions of 2, 4, 6, and 8 %. The samples after curing were stripped from the moulds and were allowed to further cure for 3 weeks before tensile and flexural tests were performed on them. The tensile test result showed that, 8 wt % bone particle reinforced polyester composites has higher tensile properties except for modulus of elasticity where 8 wt % bone ash particle reinforced composites has higher value while for flexural test, bone ash particle reinforced composites demonstrate the best flexural properties. The results show that these materials are structurally compatible.

Keywords: biomedical, composites, cow bone, mechanical properties, polyester, reinforcement

Procedia PDF Downloads 251