Search results for: load forecasting
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 3089

Search results for: load forecasting

689 Experimental Modelling Gear Contact with TE77 Energy Pulse Setup

Authors: Zainab Mohammed Shukur, Najlaa Ali Alboshmina, Ali Safa Alsaegh

Abstract:

The project was investigated tribological behavior of polyether ether ketone (PEEK1000) against PEEK1000 rolling sliding (non-conformal) configuration with slip ratio 83.3%, were tested applications using a TE77 wear mechanisms and friction coefficient test rig. Under marginal lubrication conditions and the absence of film thick conditions, load 100 N was used to simulate the torque in gears 7 N.m. The friction coefficient and wear mechanisms of PEEK were studied under reciprocating roll/slide conditions with water, ethylene glycol, silicone, and base oil. Tribological tests were conducted on a TE77 high-frequency tribometer, with a disc-on-plate slide/roll (the energy pulse criterion) configuration. An Alicona G5 optical 3D micro-coordinate measurement microscope was used to investigate the surface topography and wear mechanisms. The surface roughness had been a significant effect on the friction coefficient for the PEEK/PEEK the rolling sliding contact test ethylene glycol and on the wear mechanisms. When silicone, ethylene glycol, and oil were used as a lubricant, the steady state of friction coefficient was reached faster than the other lubricant. Results describe the effect of the film thick with slip ratio of 83.3% on the tribological performance.

Keywords: polymer, rolling- sliding, energy pulse, gear contact

Procedia PDF Downloads 128
688 The Effect of Arbitrary Support Conditions on the Static Behavior of Curved Beams Using the Finite Element Method

Authors: Hossein Mottaghi T., Amir R. Masoodi

Abstract:

This study presents a finite curved element for analyzing the static behavior of curved beams within the elastic range. The objective is to enhance accuracy while reducing the number of elements by incorporating first-order shear deformations of Timoshenko beams. Initially, finite element formulations are developed by considering polynomial initial functions for axial, shear, and rotational deformations for a three-node element. Subsequently, nodal interpolation functions for this element are derived, followed by the construction of the element stiffness matrix. To enable the utilization of the stiffness matrix in the static analysis of curved beams, the constructed matrix in the local coordinates of the element is transformed to the global coordinate system using the rotation matrix. A numerical benchmark example is investigated to assess the accuracy and effectiveness of this method. Moreover, the influence of spring stiffness on the rotation of the endpoint of a clamped beam is examined by substituting each support reaction of the beam with a spring. In the parametric study, the effect of the central angle of the beam on the rotation of the beam's endpoint in a cantilever beam under a concentrated load is examined. This research encompasses various mechanical, geometrical, and boundary configurations to evaluate the static characteristics of curved beams, thus providing valuable insights for their analysis and examination.

Keywords: curved beam, finite element method, first-order shear deformation theory, elastic support

Procedia PDF Downloads 29
687 Foodborne Outbreak Calendar: Application of Time Series Analysis

Authors: Ryan B. Simpson, Margaret A. Waskow, Aishwarya Venkat, Elena N. Naumova

Abstract:

The Centers for Disease Control and Prevention (CDC) estimate that 31 known foodborne pathogens cause 9.4 million cases of these illnesses annually in US. Over 90% of these illnesses are associated with exposure to Campylobacter, Cryptosporidium, Cyclospora, Listeria, Salmonella, Shigella, Shiga-Toxin Producing E.Coli (STEC), Vibrio, and Yersinia. Contaminated products contain parasites typically causing an intestinal illness manifested by diarrhea, stomach cramping, nausea, weight loss, fatigue and may result in deaths in fragile populations. Since 1998, the National Outbreak Reporting System (NORS) has allowed for routine collection of suspected and laboratory-confirmed cases of food poisoning. While retrospective analyses have revealed common pathogen-specific seasonal patterns, little is known concerning the stability of those patterns over time and whether they can be used for preventative forecasting. The objective of this study is to construct a calendar of foodborne outbreaks of nine infections based on the peak timing of outbreak incidence in the US from 1996 to 2017. Reported cases were abstracted from FoodNet for Salmonella (135115), Campylobacter (121099), Shigella (48520), Cryptosporidium (21701), STEC (18022), Yersinia (3602), Vibrio (3000), Listeria (2543), and Cyclospora (758). Monthly counts were compiled for each agent, seasonal peak timing and peak intensity were estimated, and the stability of seasonal peaks and synchronization of infections was examined. Negative Binomial harmonic regression models with the delta-method were applied to derive confidence intervals for the peak timing for each year and overall study period estimates. Preliminary results indicate that five infections continue to lead as major causes of outbreaks, exhibiting steady upward trends with annual increases in cases ranging from 2.71% (95%CI: [2.38, 3.05]) in Campylobacter, 4.78% (95%CI: [4.14, 5.41]) in Salmonella, 7.09% (95%CI: [6.38, 7.82]) in E.Coli, 7.71% (95%CI: [6.94, 8.49]) in Cryptosporidium, and 8.67% (95%CI: [7.55, 9.80]) in Vibrio. Strong synchronization of summer outbreaks were observed, caused by Campylobacter, Vibrio, E.Coli and Salmonella, peaking at 7.57 ± 0.33, 7.84 ± 0.47, 7.85 ± 0.37, and 7.82 ± 0.14 calendar months, respectively, with the serial cross-correlation ranging 0.81-0.88 (p < 0.001). Over 21 years, Listeria and Cryptosporidium peaks (8.43 ± 0.77 and 8.52 ± 0.45 months, respectively) have a tendency to arrive 1-2 weeks earlier, while Vibrio peaks (7.8 ± 0.47) delay by 2-3 weeks. These findings will be incorporated in the forecast models to predict common paths of the spread, long-term trends, and the synchronization of outbreaks across etiological agents. The predictive modeling of foodborne outbreaks should consider long-term changes in seasonal timing, spatiotemporal trends, and sources of contamination.

Keywords: foodborne outbreak, national outbreak reporting system, predictive modeling, seasonality

Procedia PDF Downloads 114
686 Parallel Pipelined Conjugate Gradient Algorithm on Heterogeneous Platforms

Authors: Sergey Kopysov, Nikita Nedozhogin, Leonid Tonkov

Abstract:

The article presents a parallel iterative solver for large sparse linear systems which can be used on a heterogeneous platform. Traditionally, the problem of solving linear systems does not scale well on multi-CPU/multi-GPUs clusters. For example, most of the attempts to implement the classical conjugate gradient method were at best counted in the same amount of time as the problem was enlarged. The paper proposes the pipelined variant of the conjugate gradient method (PCG), a formulation that is potentially better suited for hybrid CPU/GPU computing since it requires only one synchronization point per one iteration instead of two for standard CG. The standard and pipelined CG methods need the vector entries generated by the current GPU and other GPUs for matrix-vector products. So the communication between GPUs becomes a major performance bottleneck on multi GPU cluster. The article presents an approach to minimize the communications between parallel parts of algorithms. Additionally, computation and communication can be overlapped to reduce the impact of data exchange. Using the pipelined version of the CG method with one synchronization point, the possibility of asynchronous calculations and communications, load balancing between the CPU and GPU for solving the large linear systems allows for scalability. The algorithm is implemented with the combined use of technologies: MPI, OpenMP, and CUDA. We show that almost optimum speed up on 8-CPU/2GPU may be reached (relatively to a one GPU execution). The parallelized solver achieves a speedup of up to 5.49 times on 16 NVIDIA Tesla GPUs, as compared to one GPU.

Keywords: conjugate gradient, GPU, parallel programming, pipelined algorithm

Procedia PDF Downloads 148
685 Humanising the Employment Environment for Emergency Medical Personnel: A Case Study of Capricorn District in Limpopo Province: South Africa

Authors: Manganyi Patricia Siphiwe

Abstract:

Work environments are characterised by performance pressure and mechanisation, which lead to job stress and the dehumanisation of work spaces. The personnel’s competence to accomplish job responsibilities and high job demands lead to a substantial load of health. Therefore, providing employees with conducive working environments is essential. In order to attain it, the employer should ensure that responsive and institutional safe systems are in place. The employer’s responses to employees’ needs are of significance to a healthy and developmental work environment. Denying employees a developmental and flourishing workplace is to deprive a workplace of being humane. Stressors coming from various aspects in the workplace can yield undue pressure and undesired responses for the workforces. Against the profiled background, this paper examines the causes and consequences of workplace stress within the Emergency Medical sector. The paper utilised a qualitative methodology and in-depth interviews for data collection with the purposively sampled emergency medical personnel. The findings showed that workplace stress has been associated with high demands and lack of support which has an adverse effect on biopsychosocial wellbeing of employees. This paper, therefore, recommends an engaged involvement of social workers through work organisational initiatives, such as Employee Assistance Programmes (EAP) and related labour relations policy activities to promote positive and developmental working environments.

Keywords: stress, employee, workplace, wellbeing

Procedia PDF Downloads 82
684 The Study and the Use of the Bifunctional Catalyst Pt/Re for Obtaining High Octane Number of the Gasoline

Authors: Menouar Hanafi

Abstract:

The original function of the process of platforming is to develop heavy naphtha (HSRN), coming from the atmospheric unit of distillation with a weak octane number (NO=44), to obtain a mixture of fuels â number octane raised by catalytically supporting specific groups of chemical reactions. The installation is divided into two sections: Section hydrobon. Section platforming. The rafinat coming from the bottom of column 12C2 to feed the section platforming, is divided into two parts whose flows are controlled and mixed with gas rich in hydrogen. Bottom of the column, we obtain stabilized reformat which is aspired by there pump to ensure the heating of the column whereas a part is sent towards storage after being cooled by the air cooler and the condenser. In catalytic catalyst of reforming, there is voluntarily associated a hydrogenating function-dehydrogenating, brought by platinum deposited, with an acid function brought by the alumina support (Al 2 0 3). The mechanism of action of this bifunctional catalyst depends on the severity of the operation, of the quality of the load and the type of catalyst. The catalyst used in the catalytic process of reforming is a very elaborate bifunctional catalyst whose performances are constantly improved thanks to the experimental research supported on an increasingly large comprehension of the phenomena. The American company Universel 0i1 petroleum (UOP) marketed several series of bimetallic catalysts such as R16, R20, R30, and R62 consisted Platinum/Rhenium on an acid support consisted the alumina added with a halogenous compound (chlorine).

Keywords: platforming, amelioration, octane number, catalyst

Procedia PDF Downloads 375
683 Detection the Ice Formation Processes Using Multiple High Order Ultrasonic Guided Wave Modes

Authors: Regina Rekuviene, Vykintas Samaitis, Liudas Mažeika, Audrius Jankauskas, Virginija Jankauskaitė, Laura Gegeckienė, Abdolali Sadaghiani, Shaghayegh Saeidiharzand

Abstract:

Icing brings significant damage to aviation and renewable energy installations. Air-conditioning, refrigeration, wind turbine blades, airplane and helicopter blades often suffer from icing phenomena, which cause severe energy losses and impair aerodynamic performance. The icing process is a complex phenomenon with many different causes and types. Icing mechanisms, distributions, and patterns are still relevant to research topics. The adhesion strength between ice and surfaces differs in different icing environments. This makes the task of anti-icing very challenging. The techniques for various icing environments must satisfy different demands and requirements (e.g., efficient, lightweight, low power consumption, low maintenance and manufacturing costs, reliable operation). It is noticeable that most methods are oriented toward a particular sector and adapting them to or suggesting them for other areas is quite problematic. These methods often use various technologies and have different specifications, sometimes with no clear indication of their efficiency. There are two major groups of anti-icing methods: passive and active. Active techniques have high efficiency but, at the same time, quite high energy consumption and require intervention in the structure’s design. It’s noticeable that vast majority of these methods require specific knowledge and personnel skills. The main effect of passive methods (ice-phobic, superhydrophobic surfaces) is to delay ice formation and growth or reduce the adhesion strength between the ice and the surface. These methods are time-consuming and depend on forecasting. They can be applied on small surfaces only for specific targets, and most are non-biodegradable (except for anti-freezing proteins). There is some quite promising information on ultrasonic ice mitigation methods that employ UGW (Ultrasonic Guided Wave). These methods are have the characteristics of low energy consumption, low cost, lightweight, and easy replacement and maintenance. However, fundamental knowledge of ultrasonic de-icing methodology is still limited. The objective of this work was to identify the ice formation processes and its progress by employing ultrasonic guided wave technique. Throughout this research, the universal set-up for acoustic measurement of ice formation in a real condition (temperature range from +240 C to -230 C) was developed. Ultrasonic measurements were performed by using high frequency 5 MHz transducers in a pitch-catch configuration. The selection of wave modes suitable for detection of ice formation phenomenon on copper metal surface was performed. Interaction between the selected wave modes and ice formation processes was investigated. It was found that selected wave modes are sensitive to temperature changes. It was demonstrated that proposed ultrasonic technique could be successfully used for the detection of ice layer formation on a metal surface.

Keywords: ice formation processes, ultrasonic GW, detection of ice formation, ultrasonic testing

Procedia PDF Downloads 51
682 Performance of BLDC Motor under Kalman Filter Sensorless Drive

Authors: Yuri Boiko, Ci Lin, Iluju Kiringa, Tet Yeap

Abstract:

The performance of a BLDC motor controlled by the Kalman filter-based position-sensorless drive is studied in terms of its dependence on the system’s parameters' variations. The effects of system’s parameters changes on the dynamic behavior of state variables are verified. Simulated is a closed-loop control scheme with a Kalman filter in the feedback line. Distinguished are two separate data sampling modes in analyzing feedback output from the BLDC motor: (1) equal angular separation and (2) equal time intervals. In case (1), the data are collected via equal intervals Δθ of rotor’s angular position θᵢ, i.e., keeping Δθ=const. In case (2), the data collection time points tᵢ are separated by equal sampling time intervals Δt=const. Demonstrated are the effects of the parameters changes on the sensorless control flow, in particular, reduction of the torque ripples, switching spikes, torque load balancing. It is specifically shown that an efficient suppression of commutation induced torque ripples is achievable selection of the sampling rate in the Kalman filter settings above certain critical value. The computational cost of such suppression is shown to be higher for the motors with lower induction values of the windings.

Keywords: BLDC motor, Kalman filter, sensorless drive, state variables, torque ripples reduction, sampling rate

Procedia PDF Downloads 136
681 Investigation of Crack Formation in Ordinary Reinforced Concrete Beams and in Beams Strengthened with Carbon Fiber Sheet: Theory and Experiment

Authors: Anton A. Bykov, Irina O. Glot, Igor N. Shardakov, Alexey P. Shestakov

Abstract:

This paper presents the results of experimental and theoretical investigations of the mechanisms of crack formation in reinforced concrete beams subjected to quasi-static bending. The boundary-value problem has been formulated in the framework of brittle fracture mechanics and has been solved by using the finite-element method. Numerical simulation of the vibrations of an uncracked beam and a beam with cracks of different size serves to determine the pattern of changes in the spectrum of eigenfrequencies observed during crack evolution. Experiments were performed on the sequential quasistatic four-point bending of the beam leading to the formation of cracks in concrete. At each loading stage, the beam was subjected to an impulse load to induce vibrations. Two stages of cracking were detected. At the first stage the conservative process of deformation is realized. The second stage is an active cracking, which is marked by a sharp change in eingenfrequencies. The boundary of a transition from one stage to another is well registered. The vibration behavior was examined for the beams strengthened by carbon-fiber sheet before loading and at the intermediate stage of loading after the grouting of initial cracks. The obtained results show that the vibrodiagnostic approach is an effective tool for monitoring of cracking and for assessing the quality of measures aimed at strengthening concrete structures.

Keywords: crack formation, experiment, mathematical modeling, reinforced concrete, vibrodiagnostics

Procedia PDF Downloads 290
680 Small Scale Solar-Photovoltaic and Wind Pump-Storage Hydroelectric System for Remote Residential Applications

Authors: Seshi Reddy Kasu, Florian Misoc

Abstract:

The use of hydroelectric pump-storage system at large scale, MW-size systems, is already widespread around the world. Designed for large scale applications, pump-storage station can be scaled-down for small, remote residential applications. Given the cost and complexity associated with installing a substation further than 100 miles from the main transmission lines, a remote, independent and self-sufficient system is by far the most feasible solution. This article is aiming at the design of wind and solar power generating system, by means of pumped-storage to replace the wind and/or solar power systems with a battery bank energy storage. Wind and solar pumped-storage power generating system can reduce the cost of power generation system, according to the user's electricity load and resource condition and also can ensure system reliability of power supply. Wind and solar pumped-storage power generation system is well suited for remote residential applications with intermittent wind and/or solar energy. This type of power systems, installed in these locations, could be a very good alternative, with economic benefits and positive social effects. The advantage of pumped storage power system, where wind power regulation is calculated, shows that a significant smoothing of the produced power is obtained, resulting in a power-on-demand system’s capability, concomitant to extra economic benefits.

Keywords: battery bank, photo-voltaic, pump-storage, wind energy

Procedia PDF Downloads 587
679 A Case Study on Problems Originated from Critical Path Method Application in a Governmental Construction Project

Authors: Mohammad Lemar Zalmai, Osman Hurol Turkakin, Cemil Akcay, Ekrem Manisali

Abstract:

In public construction projects, determining the contract period in the award phase is one of the most important factors. The contract period establishes the baseline for creating the cash flow curve and progress payment planning in the post-award phase. If overestimated, project duration causes losses for both the owner and the contractor. Therefore, it is essential to base construction project duration on reliable forecasting. In Turkey, schedules are usually built using the bar chart (Gantt) schedule, especially for governmental construction agencies. The usage of these schedules is limited for bidding purposes. Although the bar-chart schedule is useful in some cases, it lacks logical connections between activities; it would be harder to obtain the activities that have more effects than others on the project's total duration, especially in large complex projects. In this study, a construction schedule is prepared with Critical Path Method (CPM) that addresses the above-mentioned discrepancies. CPM is a simple and effective method that displays project time and critical paths, showing results of forward and backward calculations with considering the logic relationships between activities; it is a powerful tool for planning and managing all kinds of construction projects and is a very convenient method for the construction industry. CPM provides a much more useful and precise approach than traditional bar-chart diagrams that form the basis of construction planning and control. CPM has two main application utilities in the construction field; the first one is obtaining project duration, which is called an as-planned schedule that includes as-planned activity durations with relationships between subsequent activities. Another utility is during the project execution; each activity is tracked, and their durations are recorded in order to obtain as-built schedule, which is named as a black box of the project. The latter is more useful for delay analysis, and conflict resolutions. These features of CPM have been popular around the world. However, it has not been yet extensively used in Turkey. In this study, a real construction project is investigated as a case study; CPM-based scheduling is used for establishing both of as-built and as-planned schedules. Problems that emerged during the construction phase are identified and categorized. Subsequently, solutions are suggested. Two scenarios were considered. In the first scenario, project progress was monitored based as CPM was used to track and manage progress; this was carried out based on real-time data. In the second scenario, project progress was supposedly tracked based on the assumption that the Gantt chart was used. The S-curves of the two scenarios are plotted and interpreted. Comparing the results, possible faults of the latter scenario are highlighted, and solutions are suggested. The importance of CPM implementation has been emphasized and it has been proposed to make it mandatory for preparation of construction schedule based on CPM for public construction projects contracts.

Keywords: as-built, case-study, critical path method, Turkish government sector projects

Procedia PDF Downloads 104
678 Preservation of Traditional Algerian Sausage Against Microbial Activity by the Garlic (Allium Sativum L.)

Authors: Abed Hannane, Rouag Noureddine

Abstract:

The present study aims to evaluate the association of fresh garlic (Allium sativum L.) and storage at 4°C in preserving the microbiological, nutritional, and sanitary quality of Merguez-type sausages prepared and sold locally from meat offal. The analysis focused on the evaluation of the microbiological quality of fifteen samples randomly taken from several butcheries in the wilaya of BBA, eastern Algeria. The bacteriological analysis revealed the presence of 6.88.10⁵ CFU/g of total aerobic bacteria, 5.39.10⁵ CFU/g of total coliforms, 2.23.10⁵ CFU/g of fecal coliforms, 2.43.103 CFU/g of Escherichia coli and 1.8.10⁵ CFU/g of coagulase-positive staphylococci, values higher than Algerian standards. The addition of fresh garlic as an antibacterial preservative at concentrations of 0.06, 0.12, 0.18, and 0.24 g/g to ground beef samples and stored in the refrigerator at 4°C for 15 days. The addition of garlic to Merguez made it possible to significantly reduce the presence of different bacterial groups during their refrigerated storage, compared to untreated meat, bringing it below the standards defined in the matter. Thus, the use of garlic as a food additive at a concentration of 0.12 g/g was sufficient to obtain levels according to Algerian standards equal to 1.8.10⁴ CFU/g of total aerobic bacteria, 9.48.10³ CFU/ g of total coliforms, 3.68.10³ UFC/g fecal coliforms, 4.56.10² UFC/g of E.coli 2.39.10⁴ UFC/g of coagulase-positive staphylococci. It is clear that thanks to the addition of garlic to Merguez, the sanitary quality has been improved by reducing the aerobic bacterial load and increasing the shelf life at 4°C.

Keywords: antimicrobial effect, garlic, sausage, storage

Procedia PDF Downloads 85
677 Modeling and Performance Analysis of an Air-Cooled Absorption Chiller

Authors: A. Roukbi, B. Draoui

Abstract:

Due to the high cost and the environmental problems caused by the conventional air-conditioning systems, various researches are being increasingly focused on thermal comfort in the building sector integrating renewable energy sources, particularly solar energy. For that purpose, this study aims to present a modeling and performance analysis of a direct air-cooled Water/LiBr absorption chiller. The chiller is considered to be coupled to a small residential building at an arid zone situated in south Algeria. The system is modeled with TRNSYS simulation program. The main objective is to study the feasibility of the chosen system in arid zones and to apply a simplified method to predict the performance of the system by mean of the characteristic equation approach tacking in account the influence of the climatic conditions of the considered site, the collector area and storage volume of the hot water tank on the performance of the installation. First, the results of the system modeling are compared with an experimental data from the open literature and the developed model is then validated. In another hand, a parametric study is performed to analyze the performance of the direct air-cooled absorption chiller at the operating conditions of interest for the present study. Thus, the obtained results has shown that the studied system can present a good alternative for cooling systems in arid zones since the cooling load is roughly in phase with solar availability.

Keywords: absorption chiller, air-cooled, arid zone, thermal comfort

Procedia PDF Downloads 223
676 Direct Measurement of Pressure and Temperature Variations During High-Speed Friction Experiments

Authors: Simon Guerin-Marthe, Marie Violay

Abstract:

Thermal Pressurization (TP) has been proposed as a key mechanism involved in the weakening of faults during dynamic ruptures. Theoretical and numerical studies clearly show how frictional heating can lead to an increase in pore fluid pressure due to the rapid slip along faults occurring during earthquakes. In addition, recent laboratory studies have evidenced local pore pressure or local temperature variation during rotary shear tests, which are consistent with TP theoretical and numerical models. The aim of this study is to complement previous ones by measuring both local pore pressure and local temperature variations in the vicinity of a water-saturated calcite gouge layer subjected to a controlled slip velocity in direct double shear configuration. Laboratory investigation of TP process is crucial in order to understand the conditions at which it is likely to become a dominant mechanism controlling dynamic friction. It is also important in order to understand the timing and magnitude of temperature and pore pressure variations, to help understanding when it is negligible, and how it competes with other rather strengthening-mechanisms such as dilatancy, which can occur during rock failure. Here we present unique direct measurements of temperature and pressure variations during high-speed friction experiments under various load point velocities and show the timing of these variations relatively to the slip event.

Keywords: thermal pressurization, double-shear test, high-speed friction, dilatancy

Procedia PDF Downloads 53
675 Economic Valuation of Forest Landscape Function Using a Conditional Logit Model

Authors: A. J. Julius, E. Imoagene, O. A. Ganiyu

Abstract:

The purpose of this study is to estimate the economic value of the services and functions rendered by the forest landscape using a conditional logit model. For this study, attributes and levels of forest landscape were chosen; specifically, attributes include topographical forest type, forest type, forest density, recreational factor (side trip, accessibility of valley), and willingness to participate (WTP). Based on these factors, 48 choices sets with balanced and orthogonal form using statistical analysis system (SAS) 9.1 was adopted. The efficiency of the questionnaire was 6.02 (D-Error. 0.1), and choice set and socio-economic variables were analyzed. To reduce the cognitive load of respondents, the 48 choice sets were divided into 4 types in the questionnaire, so that respondents could respond to 12 choice sets, respectively. The study populations were citizens from seven metropolitan cities including Ibadan, Ilorin, Osogbo, etc. and annual WTP per household was asked by using the interview questionnaire, a total of 267 copies were recovered. As a result, Oshogbo had 0.45, and the statistical similarities could not be found except for urban forests, forest density, recreational factor, and level of WTP. Average annual WTP per household for forest landscape was 104,758 Naira (Nigerian currency) based on the outcome from this model, total economic value of the services and functions enjoyed from Nigerian forest landscape has reached approximately 1.6 trillion Naira.

Keywords: economic valuation, urban cities, services, forest landscape, logit model, nigeria

Procedia PDF Downloads 122
674 Experimental and Theoretical Investigation of Slow Reversible Deformation of Concrete in Surface-Active Media

Authors: Nika Botchorishvili, Olgha Giorgishvili

Abstract:

Many-year investigations of the nature of damping creep of rigid bodies and materials led to the discovery of the fundamental character of this phenomenon. It occurs only when a rigid body comes in contact with a surface-active medium (liquid or gaseous), which brings about a decrease of the free surface energy of a rigid body as a result of adsorption, chemo-sorption or wetting. The reversibility of the process consists of a gradual disappearance of creep deformation when the action of a surface-active medium stops. To clarify the essence of processes, a physical model is constructed by using Griffith’s scheme and the well-known representation formulas of deformation origination and failure processes. The total creep deformation is caused by the formation and opening of microcracks throughout the material volume under the action of load. This supposedly happens in macroscopically homogeneous silicate and organic glasses, while in polycrystals (tuff, gypsum, steel) contacting with a surface-active medium micro crack are formed mainly on the grain boundaries. The creep of rubber is due to its swelling activated by stress. Acknowledgment: All experiments are financially supported by Shota Rustaveli National Science Foundation of Georgia. Study of Properties of Concretes (Both Ordinary and Compacted) Made of Local Building Materials and Containing Admixtures, and Their Further Introduction in Construction Operations and Road Building. DP2016_26. 22.12.2016.

Keywords: process reversibility, surface-active medium, Rebinder’s effect, micro crack, creep

Procedia PDF Downloads 125
673 Design and Development of Optical Sensor Based Ground Reaction Force Measurement Platform for GAIT and Geriatric Studies

Authors: K. Chethana, A. S. Guru Prasad, S. N. Omkar, B. Vadiraj, S. Asokan

Abstract:

This paper describes an ab-initio design, development and calibration results of an Optical Sensor Ground Reaction Force Measurement Platform (OSGRFP) for gait and geriatric studies. The developed system employs an array of FBG sensors to measure the respective ground reaction forces from all three axes (X, Y and Z), which are perpendicular to each other. The novelty of this work is two folded. One is in its uniqueness to resolve the tri axial resultant forces during the stance in to the respective pure axis loads and the other is the applicability of inherently advantageous FBG sensors which are most suitable for biomechanical instrumentation. To validate the response of the FBG sensors installed in OSGRFP and to measure the cross sensitivity of the force applied in other directions, load sensors with indicators are used. Further in this work, relevant mathematical formulations are presented for extracting respective ground reaction forces from wavelength shifts/strain of FBG sensors on the OSGRFP. The result of this device has implications in understanding the foot function, identifying issues in gait cycle and measuring discrepancies between left and right foot. The device also provides a method to quantify and compare relative postural stability of different subjects under test, which has implications in post surgical rehabilitation, geriatrics and optimizing training protocols for sports personnel.

Keywords: balance and stability, gait analysis, FBG applications, optical sensor ground reaction force platform

Procedia PDF Downloads 394
672 Seismic Retrofitting of RC Buildings with Soft Storey and Floating Columns

Authors: Vinay Agrawal, Suyash Garg, Ravindra Nagar, Vinay Chandwani

Abstract:

Open ground storey with floating columns is a typical feature in the modern multistory constructions in urban India. Such features are very much undesirable in buildings built in seismically active areas. The present study proposes a feasible solution to mitigate the effects caused due to non-uniformity of stiffness and discontinuity in load path and to simultaneously hold the functional use of the open storey particularly under the floating column, through a combination of various lateral strengthening systems. An investigation is performed on an example building with nine different analytical models to bring out the importance of recognising the presence of open ground storey and floating columns. Two separate analyses on various models of the building namely, the equivalent static analysis and the response spectrum analysis as per IS: 1893-2002 were performed. Various measures such as incorporation of Chevron bracings and shear walls, strengthening the columns in the open ground storey, and their different combinations were examined. The analysis shows that, in comparison to two short ones separated by interconnecting beams, the structural walls are most effective when placed at the periphery of the buildings and used as one long structural wall. Further, it can be shown that the force transfer from floating columns becomes less horizontal when the Chevron Bracings are placed just below them, thereby reducing the shear forces in the beams on which the floating column rests.

Keywords: equivalent static analysis, floating column, open ground storey, response spectrum analysis, shear wall, stiffness irregularity

Procedia PDF Downloads 249
671 Design and Fabrication of a Smart Quadruped Robot

Authors: Shivani Verma, Amit Agrawal, Pankaj Kumar Meena, Ashish B. Deoghare

Abstract:

Over the decade robotics has been a major area of interest among the researchers and scientists in reducing human efforts. The need for robots to replace human work in different dangerous fields such as underground mining, nuclear power station and war against terrorist attack has gained huge attention. Most of the robot design is based on human structure popularly known as humanoid robots. However, the problems encountered in humanoid robots includes low speed of movement, misbalancing in structure, poor load carrying capacity, etc. The simplification and adaptation of the fundamental design principles seen in animals have led to the creation of bio-inspired robots. But the major challenges observed in naturally inspired robot include complexity in structure, several degrees of freedom and energy storage problem. The present work focuses on design and fabrication of a bionic quadruped walking robot which is based on different joint of quadruped mammals like a dog, cheetah, etc. The design focuses on the structure of the robot body which consists of four legs having three degrees of freedom per leg and the electronics system involved in it. The robot is built using readily available plastics and metals. The proposed robot is simple in construction and is able to move through uneven terrain, detect and locate obstacles and take images while carrying additional loads which may include hardware and sensors. The robot will find possible application in the artificial intelligence sector.

Keywords: artificial intelligence, bionic, quadruped robot, degree of freedom

Procedia PDF Downloads 203
670 Meta-Analysis of Particulate Matter Production in Developing and Developed Countries

Authors: Hafiz Mehtab Gull Nasir

Abstract:

Industrial development and urbanization have significant impacts on air emissions, and their relationship diverges at different stages of economic progress. The revolution further propelled these activities as principal paths to economic and social transformation; nevertheless, the paths also promoted environmental degradation. Resultantly, both developed and developing countries undergone through fast-paced development; in which developed countries implemented legislation towards environmental pollution control however developing countries took the advantage of technology without caring about the environment. In this study, meta-analysis is performed on production of particulate matter (i.e., PM10 and PM2.5) from urbanized cities of first, second and third world countries to assess the air quality. The cities were selected based on ranked set principles. In case of PM10, third world countries showed highest PM level (~95% confidence interval of 0.74-1.86) followed by second world countries but with managed situation. Besides, first, world countries indicated the lowest pollution (~95% confidence interval of 0.12-0.2). Similarly, highest level of PM2.5 was produced by third world countries followed by the second and first world countries. Hereby, level of PM2.5 was not significantly different for both second and third world countries; however, first world countries showed minimum PM load. Finally, the study revealed different that levels of pollution status exist among different countries; whereas developed countries also devised better strategies towards pollution control while developing countries are least caring about their environmental resources. It is suggested that although industrialization and urbanization are directly involved with interference in natural elements, however, production of nature appears to be more societal rather hermetical.

Keywords: meta-analysis, particulate matter, developing countries, urbanization

Procedia PDF Downloads 335
669 Synthesis and Tribological Properties of the Al-Cr-N/MoS₂ Self-Lubricating Coatings by Hybrid Magnetron Sputtering

Authors: Tie-Gang Wang, De-Qiang Meng, Yan-Mei Liu

Abstract:

Ternary AlCrN coatings were widely used to prolong cutting tool life because of their high hardness and excellent abrasion resistance. However, the friction between the workpiece and cutter surface was increased remarkably during machining difficult-to-cut materials (such as superalloy, titanium, etc.). As a result, a lot of cutting heat was generated and cutting tool life was shortened. In this work, an appropriate amount of solid lubricant MoS₂ was added into the AlCrN coating to reduce the friction between the tool and the workpiece. A series of Al-Cr-N/MoS₂ self-lubricating coatings with different MoS₂ contents were prepared by high power impulse magnetron sputtering (HiPIMS) and pulsed direct current magnetron sputtering (Pulsed DC) compound system. The MoS₂ content in the coatings was changed by adjusting the sputtering power of the MoS₂ target. The composition, structure and mechanical properties of the Al-Cr-N/MoS2 coatings were systematically evaluated by energy dispersive spectrometer, scanning electron microscopy, X-ray photoelectron spectroscopy, X-ray diffractometer, nano-indenter tester, scratch tester, and ball-on-disk tribometer. The results indicated the lubricant content played an important role in the coating properties. As the sputtering power of the MoS₂ target was 0.1 kW, the coating possessed the highest hardness 14.1GPa, the highest critical load 44.8 N, and the lowest wear rate 4.4×10−3μm2/N.

Keywords: self-lubricating coating, Al-Cr-N/MoS₂ coating, wear rate, friction coefficient

Procedia PDF Downloads 120
668 Fast Generation of High-Performance Driveshafts: A Digital Approach to Automated Linked Topology and Design Optimization

Authors: Willi Zschiebsch, Alrik Dargel, Sebastian Spitzer, Philipp Johst, Robert Böhm, Niels Modler

Abstract:

In this article, we investigate an approach that digitally links individual development process steps by using the drive shaft of an aircraft engine as a representative example of a fiber polymer composite. Such high-performance, lightweight composite structures have many adjustable parameters that influence the mechanical properties. Only a combination of optimal parameter values can lead to energy efficient lightweight structures. The development tools required for the Engineering Design Process (EDP) are often isolated solutions, and their compatibility with each other is limited. A digital framework is presented in this study, which allows individual specialised tools to be linked via the generated data in such a way that automated optimization across programs becomes possible. This is demonstrated using the example of linking geometry generation with numerical structural analysis. The proposed digital framework for automated design optimization demonstrates the feasibility of developing a complete digital approach to design optimization. The methodology shows promising potential for achieving optimal solutions in terms of mass, material utilization, eigenfrequency, and deformation under lateral load with less development effort. The development of such a framework is an important step towards promoting a more efficient design approach that can lead to stable and balanced results.

Keywords: digital linked process, composite, CFRP, multi-objective, EDP, NSGA-2, NSGA-3, TPE

Procedia PDF Downloads 64
667 Effect of Size, Geometry and Tensile Strength of Fibers on the Flexure of Hooked Steel Fiber Reinforced Concrete

Authors: Chuchai Sujivorakul

Abstract:

This research focused on the study of various parameters of fiber itself affecting on the flexure of hooked steel fiber reinforced concrete (HSFRC). The size of HSFRC beams was 150x150 mm in cross section and 550 mm in length, and the flexural test was carried out in accordance with EN-14651 standard. The test result was the relationship between centre-point load and crack-mount opening displacement (CMOD) at the centre notch. Controlled concrete had a compressive strength of 42 MPa. The investigated variables related to the hooked fiber itself were: (a) 3 levels of aspect ratio of fibers (65, 80 and 100); (b) 2 different fiber lengths (35 mm and 60 mm); (c) 2 different tensile strength of fibers (1100 MPa and 1500 MPa); and (d) 3 different fiber-end geometries (3D 4D and 5D fibers). The 3D hooked fibers have two plastic hinges at both ends, while the 4D and 5D hooked fibers are the newly developed steel fibers by Bekaert, and they have three and four plastic hinges at both ends, respectively. The hooked steel fibers were used in concrete with three different fiber contents, i.e., 20 30 and 40 kg/m³. From the study, it was found that all variables did not seem to affect the flexural strength at limit of proportionality (LOP) of HSFRC. However, they affected the residual flexural tensile strength (fR,j). It was observed that an increase in fiber lengths and the tensile strength the fibers would significantly increase in the fR,j of HSFRC, while the aspect ratio of the fiber would slightly effect the fR,j of HSFRC. Moreover, it was found that using 5D fibers would better enhance the fR,j and flexural behavior of HSFRC than 3D and 4D fibers, because they gave highest mechanical anchorage effect created by their hooked-end geometry.

Keywords: hooked steel fibers, fiber reinforced concrete, EN-14651, flexural test

Procedia PDF Downloads 159
666 Work Ability Index (WAI) and Its Health-Related Detriments among Iranian Farmers Working in the Small Farm Enterprises

Authors: Akbar Rostamabadi, Adel Mazloumi, Abbas Rahimi Foroushani

Abstract:

This study aimed to determine the Work Ability Index (WAI) and examine the influence of health dimensions and demographic variables on the work ability of Iranian farmers working in small farm enterprises. A cross-sectional study was conducted among 294 male farmers. The WAI and SF-36 questionnaires were used to determine work ability and health status. The effect of demographics variables on the work ability index was investigated with the independent samples t-test and one-way ANOVA. Also, multiple linear regression analysis was used to test the association between the mean WAI score and the SF-36 scales. The mean WAI score was 35.1 (SD=10.6). One-way ANOVA revealed a significant relationship between the mean WAI and age. Multiple linear regression analysis showed that work ability was more influenced by physical scales of the health dimensions, such as physical function, role-physical, and general health, whereas a lower association was found for mental scales such as mental health. The average WAI was at a moderate work ability level for the sample population of farmers in this study. Based on the WAI guidelines, improvement of work ability and identification of factors affecting it should be considered a priority in interventional programs. Given the influence of health dimensions on WAI, any intervention program for preservation and promotion work ability among the studied farmers should be based on balancing and optimizing the physical and psychosocial work environments, with a special focus on reducing physical work load.

Keywords: farmers, SF-36, Work Ability Index (WAI), Iran

Procedia PDF Downloads 430
665 A Novel Cold Asphalt Concrete Mixture for Heavily Trafficked Binder Course

Authors: Anmar Dulaimi, Hassan Al Nageim, Felicite Ruddock, Linda Seton

Abstract:

Cold bituminous asphalt mixture (CBEM) provide a sustainable, cost effective and energy efficiency alternative to traditional hot mixtures. However, these mixtures have a comparatively low initial strength and as it is considered as evolutionary materials, mainly in the early life where the initial cohesion is low and builds up slowly. On the other hand, asphalt concrete is, by far, the most common mixtures in use as binder course and base in road pavement in the UK having a continuous grade offer a good aggregate interlock results in this material having very good load-spreading properties as well as a high resistance to permanent deformation. This study aims at developing a novel fast curing cold asphalt concrete binder course mixtures by using Ordinary Portland Cement (OPC) as a replacement to conventional mineral filler (0%-100%) while new by-product material (LJMU-A2) was used as a supplementary cementitious material. With this purpose, cold asphalt concrete binder course mixtures with cationic emulsions were studied by means of stiffness modulus whereas water sensitivity was approved by assessing the stiffness modulus ratio before and after sample conditioning. The results indicate that a substantial enhancement in the stiffness modulus and a considerable improvement of water sensitivity resistance by adding of LJMU-A2 to the cold asphalt mixtures as a supplementary cementitious material. Moreover, the addition of LJMU-A2 to those mixtures leads to stiffness modulus after 2- day curing comparable to those obtained with Portland cement after 7-day curing.

Keywords: cold mix asphalt, binder course, cement, stiffness modulus, water sensitivity

Procedia PDF Downloads 297
664 A Lexicographic Approach to Obstacles Identified in the Ontological Representation of the Tree of Life

Authors: Sandra Young

Abstract:

The biodiversity literature is vast and heterogeneous. In today’s data age, numbers of data integration and standardisation initiatives aim to facilitate simultaneous access to all the literature across biodiversity domains for research and forecasting purposes. Ontologies are being used increasingly to organise this information, but the rationalisation intrinsic to ontologies can hit obstacles when faced with the intrinsic fluidity and inconsistency found in the domains comprising biodiversity. Essentially the problem is a conceptual one: biological taxonomies are formed on the basis of specific, physical specimens yet nomenclatural rules are used to provide labels to describe these physical objects. These labels are ambiguous representations of the physical specimen. An example of this is with the genus Melpomene, the scientific nomenclatural representation of a genus of ferns, but also for a genus of spiders. The physical specimens for each of these are vastly different, but they have been assigned the same nomenclatural reference. While there is much research into the conceptual stability of the taxonomic concept versus the nomenclature used, to the best of our knowledge as yet no research has looked empirically at the literature to see the conceptual plurality or singularity of the use of these species’ names, the linguistic representation of a physical entity. Language itself uses words as symbols to represent real world concepts, whether physical entities or otherwise, and as such lexicography has a well-founded history in the conceptual mapping of words in context for dictionary making. This makes it an ideal candidate to explore this problem. The lexicographic approach uses corpus-based analysis to look at word use in context, with a specific focus on collocated word frequencies (the frequencies of words used in specific grammatical and collocational contexts). It allows for inconsistencies and contradictions in the source data and in fact includes these in the word characterisation so that 100% of the available evidence is counted. Corpus analysis is indeed suggested as one of the ways to identify concepts for ontology building, because of its ability to look empirically at data and show patterns in language usage, which can indicate conceptual ideas which go beyond words themselves. In this sense it could potentially be used to identify if the hierarchical structures present within the empirical body of literature match those which have been identified in ontologies created to represent them. The first stages of this research have revealed a hierarchical structure that becomes apparent in the biodiversity literature when annotating scientific species’ names, common names and more general names as classes, which will be the focus of this paper. The next step in the research is focusing on a larger corpus in which specific words can be analysed and then compared with existing ontological structures looking at the same material, to evaluate the methods by means of an alternative perspective. This research aims to provide evidence as to the validity of the current methods in knowledge representation for biological entities, and also shed light on the way that scientific nomenclature is used within the literature.

Keywords: ontology, biodiversity, lexicography, knowledge representation, corpus linguistics

Procedia PDF Downloads 125
663 Run-Time Customisation of Soft-Core CPUs on Field Programmable Gate Array

Authors: Rehab Abdullah Shendi

Abstract:

The use of customised soft-core processors in which instructions can be integrated into a system in application hardware is increasing in the Field Programmable Gate Array (FPGA) field. Specifically, the partial run-time reconfiguration of FPGAs in specialised processors for a particular domain can be very beneficial. In this report, the design and implementation for the customisation of a soft-core MIPS processor using an FPGA and partial reconfiguration (PR) of FPGA technology will be addressed to achieve efficient resource use. This can be achieved using a PR design flow that helps the design fit into a smaller device. Moreover, the impact of static power consumption could be reduced due to runtime reconfiguration. This will be done by configurable custom instructions implemented in the hardware as an extension on the MIPS CPU. The aim of this project is to investigate the PR of FPGAs for run-time adaptations of the instruction set of a soft-core CPU, including the integration of custom instructions and the exploration of the potential to use the MultiBoot feature available in Xilinx FPGAs to carry out the PR process. The system will be evaluated and tested on a Nexus 3 development board featuring a Xilinx Spartran-6 FPGA. The system will be able to load reconfigurable custom instructions dynamically into user programs with the help of the trap handler when the custom instruction is called by the MIPS CPU. The results of this experiment demonstrate that custom instructions in hardware can speed up a certain function and many instructions can be saved when compared to a software implementation of the same function. Implementing custom instructions in hardware is perfectly possible and worth exploring.

Keywords: customisation, FPGA, MIPS, partial reconfiguration, PR

Procedia PDF Downloads 255
662 Application and Regeneration of CuMnCeO Catalyst Supporting K₂CO₃ Sorbent Adapted to CO Oxidation and CO₂ Absorption

Authors: Jin Lin, Shouxiang Lu, Kim Meow Liew

Abstract:

The requirement for the long-term mission of the submarine and spacecraft has made the removal of CO₂ and trace CO the critical technology to ensure the health and life of the crews. In this work, CuMnCe, a metal oxide catalyst, supporting K₂CO₃ sorbent was prepared by the wet-solid state impregnation method to realize the integrated CO and CO₂ removal, which might also reduce the volume/mass load of the purification units in the limited space. The as-prepared samples with different addition amount of K₂CO₃ were tested using the fixed bed reactor to reveal the CO oxidation and CO₂ absorption behavior. And the regeneration and stability experiments were also conducted. The results showed that the samples realized the catalyst and sorbent integration to capture CO and CO₂ at the same time. The addition amount of the sorbent had a weak influence on the CO oxidation performance. While the addition amount affected the CO₂ sorption efficiency and capacity significantly. Meanwhile, the presence of water vapor could reduce the CO oxidation activity of the samples similarly, whether with K2CO3 sorbent addition or not. Furtherly, regeneration and stability experiment results showed that the samples after 3-5 times regeneration exhibited almost the same performance of CO and CO₂ removal. Summarily, CuMnCe catalyst supporting K₂CO₃ sorbent could be a good attempt to control CO and CO₂ pollutants generated from the daily equipment running and staff breathing in the confined space such as submarine and spacecraft.

Keywords: CO oxidation, CO₂ absorptio, potassium carbonate, CuMnCe metal oxide, confined space

Procedia PDF Downloads 111
661 Voltage Stability Margin-Based Approach for Placement of Distributed Generators in Power Systems

Authors: Oludamilare Bode Adewuyi, Yanxia Sun, Isaiah Gbadegesin Adebayo

Abstract:

Voltage stability analysis is crucial to the reliable and economic operation of power systems. The power system of developing nations is more susceptible to failures due to the continuously increasing load demand, which is not matched with generation increase and efficient transmission infrastructures. Thus, most power systems are heavily stressed, and the planning of extra generation from distributed generation sources needs to be efficiently done so as to ensure the security of the power system. Some voltage stability index-based approach for DG siting has been reported in the literature. However, most of the existing voltage stability indices, though sufficient, are found to be inaccurate, especially for overloaded power systems. In this paper, the performance of a relatively different approach using a line voltage stability margin indicator, which has proven to have better accuracy, has been presented and compared with a conventional line voltage stability index for DG siting using the Nigerian 28 bus system. Critical boundary index (CBI) for voltage stability margin estimation was deployed to identify suitable locations for DG placement, and the performance was compared with DG placement using the Novel Line Stability Index (NLSI) approach. From the simulation results, both CBI and NLSI agreed greatly on suitable locations for DG on the test system; while CBI identified bus 18 as the most suitable at system overload, NLSI identified bus 8 to be the most suitable. Considering the effect of the DG placement at the selected buses on the voltage magnitude profile, the result shows that the DG placed on bus 18 identified by CBI improved the performance of the power system better.

Keywords: voltage stability analysis, voltage collapse, voltage stability index, distributed generation

Procedia PDF Downloads 76
660 Structural Behavior of Non-Prismatic Mono-Symmetric Beam

Authors: Nandini B. Nagaraju, Punya D. Gowda, S. Aishwarya, Benjamin Rohit

Abstract:

This paper attempts to understand the structural behavior of non-prismatic channel beams subjected to bending through finite element (FE) analysis. The present study aims at shedding some light on how tapered channel beams behave by studying the effect of taper ratio on structural behavior. As a weight reduction is always desired in aerospace structures beams are tapered in order to obtain highest structural efficiency. FE analysis has been performed to study the effect of taper ratio on linear deflection, lateral torsional buckling, non-linear parameters, stresses and dynamic parameters. Taper ratio tends to affect the mechanics of tapered beams innocuously and adversely. Consequently, it becomes important to understand and document the mechanics of channel tapered beams. Channel beams generally have low torsional rigidity due to the off-shear loading. The effect of loading type and location of applied load have been studied for flange taper, web taper and symmetric taper for different conditions. Among these, as the taper ratio is increased, the torsional angular deflection increases but begins to decrease when the beam is web tapered and symmetrically tapered for a mid web loaded beam. But when loaded through the shear center, an increase in the torsional angular deflection can be observed with increase in taper ratio. It should be considered which parameter is tapered to obtain the highest efficiency.

Keywords: channel beams, tapered beams, lateral torsional bucking, shear centre

Procedia PDF Downloads 430