Search results for: optimal chiller loading
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4515

Search results for: optimal chiller loading

3915 Tuning for a Small Engine with a Supercharger

Authors: Shinji Kajiwara, Tadamasa Fukuoka

Abstract:

The formula project of Kinki University has been involved in the student Formula SAE of Japan (JSAE) since the second year the competition was held. The vehicle developed in the project uses a ZX-6R engine, which has been manufactured by Kawasaki Heavy Industries for the JSAE competition for the eighth time. The limited performance of the concept vehicle was improved through the development of a power train. The supercharger loading, engine dry sump, and engine cooling management of the vehicle were also enhanced. The supercharger loading enabled the vehicle to achieve a maximum output of 59.6 kW (80.6 PS)/9000 rpm and a maximum torque of 70.6 Nm (7.2 kgf m)/8000 rpm. We successfully achieved 90% of the engine’s torque band (4000–10000 rpm) with 50% of the revolutions in regular engine use (2000–12000 rpm). Using a dry sump system, we periodically managed hydraulic pressure during engine operation. A system that controls engine stoppage when hydraulic pressure falls was also constructed. Using the dry sump system at 80 mm reduced the required engine load and the vehicle’s center of gravity. Even when engine motion was suspended by the electromotive force exerted by the water pump, the circulation of cooling water was still possible. These findings enabled us to create a cooling system in accordance with the requirements of the competition.

Keywords: engine, combustion, cooling system, numerical simulation, power, torque, mechanical super charger

Procedia PDF Downloads 289
3914 Effect of Dynamic Loading by Cyclic Triaxial Tests on Sand Stabilized with Cement

Authors: Priyanka Devi, Mohammad Muzzaffar Khan, G. Kalyan Kumar

Abstract:

Liquefaction of saturated soils due to dynamic loading is an important and interesting area in the field of geotechnical earthquake engineering. When the soil liquefies, the structures built on it develops uneven settlements thereby producing cracks in the structure and weakening the foundation. The 1964 Alaskan Good Friday earthquake, the 1989 San Francisco earthquake and 2011 Tōhoku earthquake are some of the examples of liquefaction occurred due to an earthquake. To mitigate the effect of liquefaction, several methods such use of stone columns, increasing the vertical stress, compaction and removal of liquefiable soil are practiced. Grouting is one of those methods used to increase the strength of the foundation and develop resistance to liquefaction of soil without affecting the superstructure. In the present study, an attempt has been made to investigate the undrained cyclic behavior of locally available soil, stabilized by cement to mitigate the seismically induced soil liquefaction. The specimens of 75mm diameter and 150mm height were reconstituted in the laboratory using water sedimentation technique. A series of strain-controlled cyclic triaxial tests were performed on saturated soil samples followed by consolidation. The effects of amplitude, confining pressure and relative density on the dynamic behavior of sand was studied for soil samples with varying cement content. The results obtained from the present study on loose specimens and medium dense specimens indicate that (i) the higher the relative density, the more will be the liquefaction resistance, (ii) with increase of effective confining pressure, a decrease in developing of excess pore water pressure during cyclic loading was observed and (iii) sand specimens treated with cement showed reduced excess pore pressures and increased liquefaction resistance suggesting it as one of the mitigation methods.

Keywords: cyclic triaxial test, liquefaction, soil-cement stabilization, pore pressure ratio

Procedia PDF Downloads 284
3913 Response of Pavement under Temperature and Vehicle Coupled Loading

Authors: Yang Zhong, Mei-Jie Xu

Abstract:

To study the dynamic mechanics response of asphalt pavement under the temperature load and vehicle loading, asphalt pavement was regarded as multilayered elastic half-space system, and theory analysis was conducted by regarding dynamic modulus of asphalt mixture as the parameter. Firstly, based on the dynamic modulus test of asphalt mixture, function relationship between the dynamic modulus of representative asphalt mixture and temperature was obtained. In addition, the analytical solution for thermal stress in the single layer was derived by using Laplace integral transformation and Hankel integral transformation respectively by using thermal equations of equilibrium. The analytical solution of calculation model of thermal stress in asphalt pavement was derived by transfer matrix of thermal stress in multilayer elastic system. Finally, the variation of thermal stress in pavement structure was analyzed. The result shows that there is an obvious difference between the thermal stress based on dynamic modulus and the solution based on static modulus. Therefore, the dynamic change of parameter in asphalt mixture should be taken into consideration when the theoretical analysis is taken out.

Keywords: asphalt pavement, dynamic modulus, integral transformation, transfer matrix, thermal stress

Procedia PDF Downloads 487
3912 Multi-Objective Optimal Threshold Selection for Similarity Functions in Siamese Networks for Semantic Textual Similarity Tasks

Authors: Kriuk Boris, Kriuk Fedor

Abstract:

This paper presents a comparative study of fundamental similarity functions for Siamese networks in semantic textual similarity (STS) tasks. We evaluate various similarity functions using the STS Benchmark dataset, analyzing their performance and stability. Additionally, we introduce a multi-objective approach for optimal threshold selection. Our findings provide insights into the effectiveness of different similarity functions and offer a straightforward method for threshold selection optimization, contributing to the advancement of Siamese network architectures in STS applications.

Keywords: siamese networks, semantic textual similarity, similarity functions, STS benchmark dataset, threshold selection

Procedia PDF Downloads 19
3911 Contribution of Soluble Microbial Products on Dissolved Organic Nitrogen in Wastewater Effluent from Moving Bed Biofilm Reactor

Authors: Boonsiri Dandumrongsin, Halis Simsek, Chaiwat Rongsayamanont

Abstract:

Dissolved organic nitrogen (DON) is known as one of the persistence nitrogenous pollutant being originated from secondary treated effluent of municipal sewage treatment plant. However, effect of key system operating condition on the fate and behavior of residual DON in the treated effluent is still not known. This study aims to investigate effect of organic loading rate (OLR) on the residual level of DON in the biofilm reactor effluent. Synthetic municipal wastewater was fed into moving bed biofilm reactors at OLR of 1.6x10-3 and 3.2x10-3 kg SCOD/m3-d. The results showed higher organic removal efficiency was found in the reactor operating at higher OLR. However, DON was observed at higher value in the effluent of the higher OLR reactor than that of the lower OLR reactor evidencing a clear influence of OLR on the residual DON level in the treated effluent of the biofilm reactors. It is possible that the lower DON being observed in the reactor at lower OLR is likely to be a result of providing the microbe with the additional period for utilizing the refractory DON molecules during operation at lower organic loading. All the experiments were repeated using raw wastewaters and similar trend was obtained.

Keywords: dissolved organic nitrogen, hydraulic retention time, moving bed biofilm reactor, soluble microbial products

Procedia PDF Downloads 271
3910 Determining Optimal Number of Trees in Random Forests

Authors: Songul Cinaroglu

Abstract:

Background: Random Forest is an efficient, multi-class machine learning method using for classification, regression and other tasks. This method is operating by constructing each tree using different bootstrap sample of the data. Determining the number of trees in random forests is an open question in the literature for studies about improving classification performance of random forests. Aim: The aim of this study is to analyze whether there is an optimal number of trees in Random Forests and how performance of Random Forests differ according to increase in number of trees using sample health data sets in R programme. Method: In this study we analyzed the performance of Random Forests as the number of trees grows and doubling the number of trees at every iteration using “random forest” package in R programme. For determining minimum and optimal number of trees we performed Mc Nemar test and Area Under ROC Curve respectively. Results: At the end of the analysis it was found that as the number of trees grows, it does not always means that the performance of the forest is better than forests which have fever trees. In other words larger number of trees only increases computational costs but not increases performance results. Conclusion: Despite general practice in using random forests is to generate large number of trees for having high performance results, this study shows that increasing number of trees doesn’t always improves performance. Future studies can compare different kinds of data sets and different performance measures to test whether Random Forest performance results change as number of trees increase or not.

Keywords: classification methods, decision trees, number of trees, random forest

Procedia PDF Downloads 386
3909 Optimal Injected Current Control for Shunt Active Power Filter Using Artificial Intelligence

Authors: Brahim Berbaoui

Abstract:

In this paper, a new particle swarm optimization (PSO) based method is proposed for the implantation of optimal harmonic power flow in power systems. In this algorithm approach, proportional integral controller for reference compensating currents of active power filter is performed in order to minimize the total harmonic distortion (THD). The simulation results show that the new control method using PSO approach is not only easy to be implanted, but also very effective in reducing the unwanted harmonics and compensating reactive power. The studies carried out have been accomplished using the MATLAB Simulink Power System Toolbox.

Keywords: shunt active power filter, power quality, current control, proportional integral controller, particle swarm optimization

Procedia PDF Downloads 600
3908 The Influence of the Geogrid Layers on the Bearing Capacity of Layered Soils

Authors: S. A. Naeini, H. R. Rahmani, M. Hossein Zade

Abstract:

Many classical bearing capacity theories assume that the natural soil's layers are homogenous for determining the bearing capacity of the soil. But, in many practical projects, we encounter multi-layer soils. Geosynthetic as reinforcement materials have been extensively used in the construction of various structures. In this paper, numerical analysis of the Plate Load Test (PLT) using of ABAQUS software in double-layered soils with different thicknesses of sandy and gravelly layers reinforced with geogrid was considered. The PLT is one of the common filed methods to calculate parameters such as soil bearing capacity, the evaluation of the compressibility and the determination of the Subgrade Reaction module. In fact, the influence of the geogrid layers on the bearing capacity of the layered soils is investigated. Finally, the most appropriate mode for the distance and number of reinforcement layers is determined. Results show that using three layers of geogrid with a distance of 0.3 times the width of the loading plate has the highest efficiency in bearing capacity of double-layer (sand and gravel) soils. Also, the significant increase in bearing capacity between unreinforced and reinforced soil with three layers of geogrid is caused by the condition that the upper layer (gravel) thickness is equal to the loading plate width.

Keywords: bearing capacity, reinforcement, geogrid, plate load test, layered soils

Procedia PDF Downloads 160
3907 Experimental and Analytical Investigation of Seismic Behavior of Concrete Beam-Column Joints Strengthened by Fiber-Reinforced Polymers Jacketing

Authors: Ebrahim Zamani Beydokhti, Hashem Shariatmadar

Abstract:

This paper presents an experimental and analytical investigation on the behavior of retrofitted beam-column joints subjected to reversed cyclic loading. The experimental program comprises 8 external beam–column joint connection subassemblages tested in 2 phases; one was the damaging phase and second was the repairing phase. The beam-column joints were no seismically designed, i.e. the joint, beam and column critical zones had no special transverse stirrups. The joins were tested under cyclic loading in previous research. The experiment had two phases named damage phase and retrofit phase. Then the experimental results compared with analytical results achieved from modeling in OpenSees software. The presence of lateral slab and the axial load amount were analytically investigated. The results showed that increasing the axial load and presence of lateral slab increased the joint capacity. The presence of lateral slab increased the dissipated energy, while the axial load had no significant effect on it.

Keywords: concrete beam-column joints, CFRP sheets, lateral slab, axial load

Procedia PDF Downloads 132
3906 Preparation of Biodegradable Methacrylic Nanoparticles by Semicontinuous Heterophase Polymerization for Drugs Loading: The Case of Acetylsalicylic Acid

Authors: J. Roberto Lopez, Hened Saade, Graciela Morales, Javier Enriquez, Raul G. Lopez

Abstract:

Implementation of systems based on nanostructures for drug delivery applications have taken relevance in recent studies focused on biomedical applications. Although there are several nanostructures as drugs carriers, the use of polymeric nanoparticles (PNP) has been widely studied for this purpose, however, the main issue for these nanostructures is the size control below 50 nm with a narrow distribution size, due to they must go through different physiological barriers and avoid to be filtered by kidneys (< 10 nm) or the spleen (> 100 nm). Thus, considering these and other factors, it can be mentioned that drug-loaded nanostructures with sizes varying between 10 and 50 nm are preferred in the development and study of PNP/drugs systems. In this sense, the Semicontinuous Heterophase Polymerization (SHP) offers the possibility to obtain PNP in the desired size range. Considering the above explained, methacrylic copolymer nanoparticles were obtained under SHP. The reactions were carried out in a jacketed glass reactor with the required quantities of water, ammonium persulfate as initiator, sodium dodecyl sulfate/sodium dioctyl sulfosuccinate as surfactants, methyl methacrylate and methacrylic acid as monomers with molar ratio of 2/1, respectively. The monomer solution was dosed dropwise during reaction at 70 °C with a mechanical stirring of 650 rpm. Nanoparticles of poly(methyl methacrylate-co-methacrylic acid) were loaded with acetylsalicylic acid (ASA, aspirin) by a chemical adsorption technique. The purified latex was put in contact with a solution of ASA in dichloromethane (DCM) at 0.1, 0.2, 0.4 or 0.6 wt-%, at 35°C during 12 hours. According to the boiling point of DCM, as well as DCM and water densities, the loading process is completed when the whole DCM is evaporated. The hydrodynamic diameter was measured after polymerization by quasi-elastic light scattering and transmission electron microscopy, before and after loading procedures with ASA. The quantitative and qualitative analyses of PNP loaded with ASA were measured by infrared spectroscopy, differential scattering calorimetry and thermogravimetric analysis. Also, the molar mass distributions of polymers were determined in a gel permeation chromatograph apparatus. The load capacity and efficiency were determined by gravimetric analysis. The hydrodynamic diameter results for methacrylic PNP without ASA showed a narrow distribution with an average particle size around 10 nm and a composition methyl methacrylate/methacrylic acid molar ratio equal to 2/1, same composition of Eudragit S100, which is a commercial compound widely used as excipient. Moreover, the latex was stabilized in a relative high solids content (around 11 %), a monomer conversion almost 95 % and a number molecular weight around 400 Kg/mol. The average particle size in the PNP/aspirin systems fluctuated between 18 and 24 nm depending on the initial percentage of aspirin in the loading process, being the drug content as high as 24 % with an efficiency loading of 36 %. These average sizes results have not been reported in the literature, thus, the methacrylic nanoparticles here reported are capable to be loaded with a considerable amount of ASA and be used as a drug carrier.

Keywords: aspirin, biocompatibility, biodegradable, Eudragit S100, methacrylic nanoparticles

Procedia PDF Downloads 127
3905 Effects of Geometrical Parameters on Static Strength of Tubular KT-Joints at Fire Condition

Authors: Hamid Ahmadi, Neda Azari Dodaran

Abstract:

This paper aims to study the structural behavior of tubular KT-joints subjected to axial loading at fire induced elevated temperatures. At first, a finite element (FE) model was developed and validated against the data available from experimental tests. Then, a set of 810 FE analyses were performed to study the influence of temperature and dimensionless geometrical parameters (β, γ, θ, and τ) on the ultimate strength and initial stiffness. The joints were analyzed under two types of axial loading and five different temperatures (20 ºC, 200 ºC, 400 ºC, 550 ºC, and 700 ºC). Results show that the ultimate strength and initial stiffness of KT-joints decrease considerably by increasing the temperature. In the joints having bigger values of the β, the temperature elevation leads to less reduction in ultimate strength; while in the joints with bigger values of the γ, the temperature elevation results in more reduction in ultimate strength. The influence of the θ on the ultimate strength is independent from the temperature. To our knowledge, there is no design formula available for determining the ultimate strength of KT-joints at elevated temperatures. Hence, after parametric study, two equations were developed through nonlinear regression, for calculating the ultimate strength of KT-joints at elevated temperatures.

Keywords: axial loads, fire condition, parametric formula, static strength, tubular KT-joint

Procedia PDF Downloads 140
3904 Progressive Loading Effect of Co Over SiO2/Al2O3 Catalyst for Cox Free Hydrogen and Carbon Nanotubes Production via Catalytic Decomposition of Methane

Authors: Sushil Kumar Saraswat, K. K. Pant

Abstract:

Co metal supported on SiO2 and Al2O3 catalysts with a metal loading varied from 30 of 70 wt.% were evaluated for decomposition of methane to CO/CO2 free hydrogen and carbon nano materials. The catalytic runs were carried out from 550-800 oC under atmospheric pressure using fixed bed vertical flow reactor. The fresh and spent catalysts were characterized by BET surface area analyzer, TPR, XRD, SEM, TEM, and TG analysis. The data showed that 50% Co/Al2O3 catalyst exhibited remarkable higher activity and stability up to 10 h time-on-stream at 750 oC with respect to H2 production compared to rest of the catalysts. However, the catalytic activity and durability was greatly declined at a higher temperature. The main reason for the catalytic inhibition of Co containing SiO2 catalysts is the higher reduction temperature of Co2SiO4. TEM images illustrate that the carbon materials with various morphologies, carbon nanofibers (CNFs), helical-shaped CNFs, and branched CNFs depending on the catalyst composition and reaction temperature, were obtained. The TG data showed that a higher yield of MWCNTs was achieved over 50% Co/Al2O3 catalyst compared to other catalysts.

Keywords: carbon nanotubes, cobalt, hydrogen production, methane decomposition

Procedia PDF Downloads 312
3903 A Study on the Influence of Aswan High Dam Reservoir Loading on Earthquake Activity

Authors: Sayed Abdallah Mohamed Dahy

Abstract:

Aswan High Dam Reservoir extends for 500 km along the Nile River; it is a vast reservoir in southern Egypt and northern Sudan. It was created as a result of the construction of the Aswan High Dam between 1958 and 1970; about 95% of the main water resources for Egypt are from it. The purpose of this study is to discuss and understand the effect of the fluctuation of the water level in the reservoir on natural and human-induced environmental like earthquakes in the Aswan area, Egypt. In summary, the correlation between the temporal variations of earthquake activity and water level changes in the Aswan reservoir from 1982 to 2014 are investigated and analyzed. This analysis confirms a weak relation between the fluctuation of the water level and earthquake activity in the area around Aswan reservoir. The result suggests that the seismicity in the area becomes active during a period when the water level is decreasing from the maximum to the minimum. Behavior of the water level in this reservoir characterized by a special manner that is the unloading season extends to July or August, and the loading season starts to reach its maximum in October or November every year. Finally, daily rate of change in the water level did not show any direct relation with the size of the earthquakes, hence, it is not possible to be used as a single tool for prediction.

Keywords: Aswan high dam reservoir, earthquake activity, environmental, Egypt

Procedia PDF Downloads 365
3902 Green Natural Rubber Composites Reinforced with Synthetic Graphite: Effects of Reinforcing Agent on Film’s Mechanical Properties and Electrical Conductivity

Authors: Veerapat Kitsawat, Muenduen Phisalaphong

Abstract:

Green natural rubber (NR) composites reinforced with synthetic graphite, using alginate as thickening and dispersing agent, were developed to improve mechanical properties and electrical conductivity. The film fabrication was performed using a latex aqueous microdispersion process. The research found that up to 60 parts per hundred rubbers (phr) of graphite could be successfully integrated into the NR matrix without causing agglomeration and phase separation. Accordingly, the mechanical properties, in terms of tensile strength and Young’s modulus of the composite films, were significantly increased, while the elongation at break decreased with higher graphite loading. The reinforcement strongly improved the hydrophilicity of the composite films, resulting in a higher water absorption rate compared to the neat NR film. Moreover, the incorporation of synthetic graphite significantly improved the chemical resistance of the composite films when exposed to toluene. It is demonstrated that the electrical conductivity of the composite films was considerably enhanced with graphite loading. According to the obtained properties, the developed composites offer potential for further development as conductive substrate for electronic applications.

Keywords: alginate, composite, graphite, natural rubber

Procedia PDF Downloads 70
3901 Compilation of Load Spectrum of Loader Drive Axle

Authors: Wei Yongxiang, Zhu Haoyue, Tang Heng, Yuan Qunwei

Abstract:

In order to study the preparation method of gear fatigue load spectrum for loaders, the load signal of four typical working conditions of loader is collected. The signal that reflects the law of load change is obtained by preprocessing the original signal. The torque of the drive axle is calculated by using the rain flow counting method. According to the operating time ratio of each working condition, the two-dimensional load spectrum based on the real working conditions of the drive axle of loader is established by the cycle extrapolation and synthesis method. The two-dimensional load spectrum is converted into one-dimensional load spectrum by means of the mean of torque equal damage method. Torque amplification includes the maximum load torque of the main reduction gear. Based on the theory of equal damage, the accelerated cycles are calculated. In this way, the load spectrum of the loading condition of the drive axle is prepared to reflect loading condition of the loader. The load spectrum can provide reference for fatigue life test and life prediction of loader drive axle.

Keywords: load spectrum, axle, torque, rain-flow counting method, extrapolation

Procedia PDF Downloads 351
3900 Predicting Consolidation Coefficient of Busan Clay by Time-Displacement-Velocity Methods

Authors: Thang Minh Le, Hadi Khabbaz

Abstract:

The coefficient of consolidation is a parameter governing the rate at which saturated soil particularly clay undergoes consolidation when subjected to an increase in pressure. The rate and amount of compression in soil varies with the rate that pore water is lost; and hence depends on soil permeability. Over many years, various methods have been proposed to determine the coefficient of consolidation, cv, which is an indication of the rate of foundation settlement on soft ground. However, defining this parameter is often problematic and heavily relies on graphical techniques, which are subject to some uncertainties. This paper initially presents an overview of many well-established methods to determine the vertical coefficient of consolidation from the incremental loading consolidation tests. An array of consolidation tests was conducted on the undisturbed clay samples, collected at various depths from a site in Nakdong river delta, Busan, South Korea. The consolidation test results on these soft sensitive clay samples were employed to evaluate the targeted methods to predict the settlement rate of Busan clay. In relationship of time-displacement-velocity, a total of 3 method groups from 10 common procedures were classified and compared together. Discussions on study results will be also provided.

Keywords: Busan clay, coefficient of consolidation, constant rate of strain, incremental loading

Procedia PDF Downloads 175
3899 Investigations of Flame Retardant Properties of Beneficiated Huntite and Hydromagnesite Mineral Reinforced Polymer Composites

Authors: H. Yilmaz Atay

Abstract:

Huntite and hydromagnesite minerals have been used as additive materials to achieve incombustible material due to their inflammability property. Those fire retardants materials can help to extinguish in the early stages of fire. Thus dispersion of the flame can be prevented even if the fire started. Huntite and hydromagnesite minerals are known to impart fire-proofing of the polymer composites. However, the additives used in the applications led to deterioration in the mechanical properties due to the usage of high amount of the powders in the composites. In this study, by enriching huntite and hydromagnesite, it was aimed to use purer minerals to reinforce the polymer composites. Thus, predictably, using purer mineral will lead to use lower amount of mineral powders. By this manner, the minerals free from impurities by various processes were added to the polymer matrix with different loading level and grades. Different types of samples were manufactured, and subsequently characterized by XRD, SEM-EDS, XRF and flame-retardant tests. Tensile strength and elongation at break values were determined according to loading levels and grades. Besides, a comparison on the properties of the polymer composites produced by using of minerals with and without impurities was performed. As a result of the work, it was concluded that it is required to use beneficiated minerals to provide better fire-proofing behaviors in the polymer composites.

Keywords: flame retardant, huntite and hydromagnesite, mechanical property, polymer composites

Procedia PDF Downloads 229
3898 Features Reduction Using Bat Algorithm for Identification and Recognition of Parkinson Disease

Authors: P. Shrivastava, A. Shukla, K. Verma, S. Rungta

Abstract:

Parkinson's disease is a chronic neurological disorder that directly affects human gait. It leads to slowness of movement, causes muscle rigidity and tremors. Gait serve as a primary outcome measure for studies aiming at early recognition of disease. Using gait techniques, this paper implements efficient binary bat algorithm for an early detection of Parkinson's disease by selecting optimal features required for classification of affected patients from others. The data of 166 people, both fit and affected is collected and optimal feature selection is done using PSO and Bat algorithm. The reduced dataset is then classified using neural network. The experiments indicate that binary bat algorithm outperforms traditional PSO and genetic algorithm and gives a fairly good recognition rate even with the reduced dataset.

Keywords: parkinson, gait, feature selection, bat algorithm

Procedia PDF Downloads 529
3897 Single Machine Scheduling Problem to Minimize the Number of Tardy Jobs

Authors: Ali Allahverdi, Harun Aydilek, Asiye Aydilek

Abstract:

Minimizing the number of tardy jobs is an important factor to consider while making scheduling decisions. This is because on-time shipments are vital for lowering cost and increasing customers’ satisfaction. This paper addresses the single machine scheduling problem with the objective of minimizing the number of tardy jobs. The only known information is the lower and upper bounds for processing times, and deterministic job due dates. A dominance relation is established, and an algorithm is proposed. Several heuristics are generated from the proposed algorithm. Computational analysis indicates that the performance of one of the heuristics is very close to the optimal solution, i.e., on average, less than 1.5 % from the optimal solution.

Keywords: single machine scheduling, number of tardy jobs, heuristi, lower and upper bounds

Procedia PDF Downloads 547
3896 Blast Resistance Enhancement of Structures Subjected to Improvised Explosive Devices Attack: A Numerical Study

Authors: Michael I. Okereke, Ambrose I. Akpoyomare

Abstract:

This paper presents a numerical study of the impact mechanic of metallic and sandwich structures incorporate with blast resistance enhancements. The study focuses on structures that have been exposed to improvised explosives devices (IEDs) attacks. The results show numerical conclusions on mechanisms to ensure blast resistance enhancement for the applications studied in this work. The work has identified optimal panel configuration both in geometry and configurations to ensure optimal blast resistance response to such IEDs discharges. Findings from this work will drive improvements in especially military and civilian vehicles in countries where blast attacks on vehicular occupants are quite rampant like Pakistan and Afghanistan.

Keywords: blast resistance, blast enhancement, explosives, material behavior

Procedia PDF Downloads 361
3895 Optimization of Flexible Job Shop Scheduling Problem with Sequence-Dependent Setup Times Using Genetic Algorithm Approach

Authors: Sanjay Kumar Parjapati, Ajai Jain

Abstract:

This paper presents optimization of makespan for ‘n’ jobs and ‘m’ machines flexible job shop scheduling problem with sequence dependent setup time using genetic algorithm (GA) approach. A restart scheme has also been applied to prevent the premature convergence. Two case studies are taken into consideration. Results are obtained by considering crossover probability (pc = 0.85) and mutation probability (pm = 0.15). Five simulation runs for each case study are taken and minimum value among them is taken as optimal makespan. Results indicate that optimal makespan can be achieved with more than one sequence of jobs in a production order.

Keywords: flexible job shop, genetic algorithm, makespan, sequence dependent setup times

Procedia PDF Downloads 319
3894 A Furaneol-Containing Glass-Ionomer Cement for Enhanced Antibacterial Activity

Authors: Dong Xie, Yuling Xu, Leah Howard

Abstract:

Secondary caries is found to be one of the main reasons to the restoration failure of dental restoratives. To prevent secondary caries formation, dental restoratives ought to be made antibacterial. In this study, a natural fruit component furaneol was tethered onto polyacid, the formed polyacid was used to formulate the light-curable glass-ionomer cements, and then the effect of this new antibacterial compound on compressive strength (CS) and antibacterial activity of the formed cement was evaluated. Fuji II LC glass powders were used as fillers. Compressive strength (CS) and S. mutans viability were used to evaluate the mechanical strength and antibacterial activity of the formed cement. The experimental cement showed a significant antibacterial activity, accompanying with an initial CS reduction. Increasing the compound loading significantly decreased the S. mutans viability from 5 to 81% and also reduced the initial CS of the formed cements from 4 to 58%. The cement loading with 7% antibacterial polymer showed 168 MPa, 7.8 GPa, 243 MPa, 46 MPa, and 57 MPa in yield strength, modulus, CS, diametral tensile strength and flexural strength, respectively, as compared to 141, 6.9, 236, 42 and 53 for Fuji II LC. The cement also showed an antibacterial function to other bacteria. No human saliva effect was noticed. It is concluded that the experimental cement may potentially be developed to a permanent antibacterial cement.

Keywords: antibacterial, dental materials, strength, cell viability

Procedia PDF Downloads 307
3893 Experimental Investigation on the Mechanical Behaviour of Three-Leaf Masonry Walls under In-Plane Loading

Authors: Osama Amer, Yaser Abdel-Aty, Mohamed Abd El Hady

Abstract:

The present paper illustrates an experimental approach to provide understanding of the mechanical behavior and failure mechanisms of different typologies of unreinforced three-leaf masonry walls of historical Islamic architectural heritage in Egypt. The main objective of this study is to investigate the propagation of possible cracking, ultimate load, deformations and failure mechanisms. Experimental data on interface-shear and compression tests on large scale three-leaf masonry wallets are provided. The wallets were built basically of Egyptian limestone and modified lime mortar. External wallets were built of stone blocks while the inner leaf was built of rubble limestone. Different loading conditions and dimensions of core layer for two types of collar joints (with and without shear keys) are considered in the tests. Mechanical properties of the constituent materials of masonry were tested and a database of characteristic properties was created. The results of the experiments will highlight the properties, force-displacement curves, stress distribution of multiple-leaf masonry walls contributing to the derivation of rational design rules and validation of numerical models.

Keywords: masonry, three-leaf walls, mechanical behavior, testing, architectural heritage

Procedia PDF Downloads 281
3892 Nanoparticles Made from PNIPAM-G-PEO Double Hydrophilic Copolymers for Temperature-Controlled Drug Delivery

Authors: Victoria I. Michailova, Denitsa B. Momekova, Hristiana A. Velichkova, Evgeni H. Ivanov

Abstract:

The aim of this work is to design and develop thermo-responsive nanosized drug delivery systems based on poly(N-isopropylacrylamide)-g-poly(ethylene oxide) (PNIPAM-g-PEO) double hydrophilic graft copolymers. The PNIPAM-g-PEO copolymers are able to self-assemble in water into nanoparticles above the LCST of the thermo-responsive PNIPAM backbone and to disassemble and rapidly release the entrapped drugs upon cooling. However, their drug delivery applications are often hindered by their low loading capacity as the drugs to be encapsulated do not dissolve in water. In order to overcome this limitation, here we applied a low-temperature procedure with ethanol as an alternative route to the formation and loading a model hydrophobic drug, Indomethacin (IMC), into PNIPAM-g-PEO nanoparticles. The rationale for this approach was that ethanol dissolves both IMC and the copolymer and its mixing with water may induce micellization of PNIPAM-g-PEO at temperatures lower than the LCST. The influence of the volume fraction of ethanol and the temperature on the aggregation characteristics of PNIPAM-g-PEO copolymers (2.7 mol% PEO) was investigated by means of DLS, TEM and rheological dynamic oscillatory tests. The studies showed rich phase behavior at T < LCST, incl. the formation of highly solvated 500-1000 nm complex structures, 30-70 nm micelles and polymersomes as well as giant polymersomes, as the fraction of added ethanol increased. We believe that the PNIPAM-g-PEO self-assembly is favored due to the different solvation of its constituting blocks in ethanol-water mixtures. The incorporation of IMC led to alteration of the physicochemical and morphological characteristics of the blank nanoparticles. In this case, only monodisperse polymersomes and micelles were observed in the solutions with an average diameter less than 65 nm and substantial drug loading (DLC ~117 – 146 wt%). Indomethacin release from the nanoparticles was responsive to temperature changes, being much faster at a temperature of 42oC compared to that of 37oC under otherwise the same conditions. The results obtained suggest that these PNIPAM-g-PEO nanoparticles could be potential in mild hyper-thermic delivery of nonsteroidal anti-inflammatory drugs.

Keywords: drug delivery, nanoparticles, poly(N-isopropylacryl amide)-g-poly(ethylene oxide), thermo-responsive

Procedia PDF Downloads 277
3891 Numerical Analysis and Influence of the Parameters on Slope Stability

Authors: Fahim Kahlouche, Alaoua Bouaicha, Sihem Chaîbeddra, Sid-Ali Rafa, Abdelhamid Benouali

Abstract:

A designing of a structure requires its realization on rough or sloping ground. Besides the problem of the stability of the landslide, the behavior of the foundations that are bearing the structure is influenced by the destabilizing effect of the ground’s slope. This article focuses on the analysis of the slope stability exposed to loading by introducing the different factors influencing the slope’s behavior on the one hand, and on the influence of this slope on the foundation’s behavior on the other hand. This study is about the elastoplastic modelization using FLAC 2D. This software is based on the finite difference method, which is one of the older methods of numeric resolution of differential equations system with initial and boundary conditions. It was developed for the geotechnical simulation calculation. The aim of this simulation is to demonstrate the notable effect of shear modulus « G », cohesion « C », inclination angle (edge) « β », and distance between the foundation and the head of the slope on the stability of the slope as well as the stability of the foundation. In our simulation, the slope is constituted by homogenous ground. The foundation is considered as rigid/hard; therefore, the loading is made by the application of the vertical strengths on the nodes which represent the contact between the foundation and the ground. 

Keywords: slope, shallow foundation, numeric method, FLAC 2D

Procedia PDF Downloads 273
3890 Energy Efficiency Improvement of Excavator with Independent Metering Valve by Continuous Mode Changing Considering Engine Fuel Consumption

Authors: Sang-Wook Lee, So-Yeon Jeon, Min-Gi Cho, Dae-Young Shin, Sung-Ho Hwang

Abstract:

Hydraulic system of excavator gets working energy from hydraulic pump which is connected to output shaft of engine. Recently, main control valve (MCV) which is composed of several independent metering valve (IMV) has been introduced for better energy efficiency of the hydraulic system so that fuel efficiency of the excavator can be improved. Excavator with IMV has 5 operating modes depending on the quantity of regeneration flow. In this system, the hydraulic pump is controlled to supply demanded flow which is needed to operate each mode. Because the regenerated flow supply energy to actuators, the hydraulic pump consumes less energy to make same motion than one that does not regenerate flow. The horse power control is applied to the hydraulic pump of excavator for maintaining engine start under a heavy load and this control makes the flow of hydraulic pump reduced. When excavator is in complex operation such as loading or unloading soil, the hydraulic pump discharges small quantity of working fluid in high pressure. At this operation, the engine of excavator does not run at optimal operating line (OOL). The engine needs to be operated on OOL to improve fuel efficiency and by controlling hydraulic pump the engine can drive on OOL. By continuous mode changing of IMV, the hydraulic pump is controlled to make engine runs on OOL. The simulation result of this study shows that fuel efficiency of excavator with IMV can be improved by considering engine OOL and continuous mode changing algorithm.

Keywords: continuous mode changing, engine fuel consumption, excavator, fuel efficiency, IMV

Procedia PDF Downloads 371
3889 Optimal Number of Reconfigurable Robots in a Transport System

Authors: Mari Chaikovskaia, Jean-Philippe Gayon, Alain Quilliot

Abstract:

We consider a fleet of elementary robots that can be connected in different ways to transport loads of different types. For instance, a single robot can transport a small load, and the association of two robots can either transport a large load or two small loads. We seek to determine the optimal number of robots to transport a set of loads in a given time interval, with or without reconfiguration. We show that the problem with reconfiguration is strongly NP-hard by a reduction to the bin-packing problem. Then, we study a special case with unit capacities and derive simple formulas for the minimum number of robots, up to 3 types of loads. For this special case, we compare the minimum number of robots with or without reconfiguration and show that the gain is limited in absolute value but may be significant for small fleets.

Keywords: fleet sizing, reconfigurability, robots, transportation

Procedia PDF Downloads 72
3888 An Optimal Bayesian Maintenance Policy for a Partially Observable System Subject to Two Failure Modes

Authors: Akram Khaleghei Ghosheh Balagh, Viliam Makis, Leila Jafari

Abstract:

In this paper, we present a new maintenance model for a partially observable system subject to two failure modes, namely a catastrophic failure and a failure due to the system degradation. The system is subject to condition monitoring and the degradation process is described by a hidden Markov model. A cost-optimal Bayesian control policy is developed for maintaining the system. The control problem is formulated in the semi-Markov decision process framework. An effective computational algorithm is developed and illustrated by a numerical example.

Keywords: partially observable system, hidden Markov model, competing risks, multivariate Bayesian control

Procedia PDF Downloads 441
3887 Comprehensive Critical Review for Static and Dynamic Soil-Structure Interaction Between Winkler, Pasternak and Three-Dimensional Method of Buried Pipelines

Authors: N.E.Sam, S.R.Singh

Abstract:

Pipeline infrastructure are a valuable asset to the country that help in transporting fluid and gas from one place to another and contribute in keeping the country functioning both physically and economically. During seismic activity, additional loads are acted on the buried pipelines becoming a salient parameter to be studied in soil pipe interaction. Winkler Beam Theory is a commonly used approach for design of underground buried structures however this theory does not take into account shear and dynamic loading parameters in consideration. Shear can be addressed in Pasternak Theory – an improved model of Winkler Theory. However dynamic loading condition and horizontal displacement is not considered in either method. A comprehensive critical review between Winkler Beam Method, Pasternak Method and Three-Dimensional Method in finite element analysis is to be done in this paper for seismic forces. Study of the influence of depth and displacement of soil in correspondence to stiffness value and influence of horizontal displacement for design of underground structures is considered.

Keywords: finite element, pasternak theory, seismic, soil-structure interaction, three-dimensional theory, winkler theory

Procedia PDF Downloads 61
3886 Deep Reinforcement Learning Approach for Optimal Control of Industrial Smart Grids

Authors: Niklas Panten, Eberhard Abele

Abstract:

This paper presents a novel approach for real-time and near-optimal control of industrial smart grids by deep reinforcement learning (DRL). To achieve highly energy-efficient factory systems, the energetic linkage of machines, technical building equipment and the building itself is desirable. However, the increased complexity of the interacting sub-systems, multiple time-variant target values and stochastic influences by the production environment, weather and energy markets make it difficult to efficiently control the energy production, storage and consumption in the hybrid industrial smart grids. The studied deep reinforcement learning approach allows to explore the solution space for proper control policies which minimize a cost function. The deep neural network of the DRL agent is based on a multilayer perceptron (MLP), Long Short-Term Memory (LSTM) and convolutional layers. The agent is trained within multiple Modelica-based factory simulation environments by the Advantage Actor Critic algorithm (A2C). The DRL controller is evaluated by means of the simulation and then compared to a conventional, rule-based approach. Finally, the results indicate that the DRL approach is able to improve the control performance and significantly reduce energy respectively operating costs of industrial smart grids.

Keywords: industrial smart grids, energy efficiency, deep reinforcement learning, optimal control

Procedia PDF Downloads 180