Search results for: muscle work performance
23027 An Investigation on Hybrid Composite Drive Shaft for Automotive Industry
Authors: Gizem Arslan Özgen, Kutay Yücetürk, Metin Tanoğlu, Engin Aktaş
Abstract:
Power transmitted from the engine to the final drive where useful work is applied through a system consisting of a gearbox, clutch, drive shaft and a differential in the rear-wheel-drive automobiles. It is well-known that the steel drive shaft is usually manufactured in two pieces to increase the fundamental bending natural frequency to ensure safe operation conditions. In this work, hybrid one-piece propeller shafts composed of carbon/epoxy and glass/epoxy composites have been designed for a rear wheel drive automobile satisfying three design specifications, such as static torque transmission capability, torsional buckling and the fundamental natural bending frequency. Hybridization of carbon and glass fibers is being studied to optimize the cost/performance requirements. Composites shaft materials with various fiber orientation angles and stacking sequences are being fabricated and analyzed using finite element analysis (FEA).Keywords: composite propeller shaft, hybridization, epoxy matrix, static torque transmission capability, torsional buckling strength, fundamental natural bending frequency.
Procedia PDF Downloads 27023026 A Parallel Implementation of k-Means in MATLAB
Authors: Dimitris Varsamis, Christos Talagkozis, Alkiviadis Tsimpiris, Paris Mastorocostas
Abstract:
The aim of this work is the parallel implementation of k-means in MATLAB, in order to reduce the execution time. Specifically, a new function in MATLAB for serial k-means algorithm is developed, which meets all the requirements for the conversion to a function in MATLAB with parallel computations. Additionally, two different variants for the definition of initial values are presented. In the sequel, the parallel approach is presented. Finally, the performance tests for the computation times respect to the numbers of features and classes are illustrated.Keywords: K-means algorithm, clustering, parallel computations, Matlab
Procedia PDF Downloads 38523025 Research on the Feasibility of Evaluating Low-Temperature Cracking Performance of Asphalt Mixture Using Fracture Energy
Authors: Tao Yang, Yongli Zhao
Abstract:
Low-temperature cracking is one of the major challenges for asphalt pavement in the cold region. Fracture energy could determine from various test methods, which is a commonly used parameter to evaluate the low-temperature cracking resistance of asphalt mixture. However, the feasibility of evaluating the low-temperature cracking performance of asphalt mixture using fracture energy is not investigated comprehensively. This paper aims to verify whether fracture energy is an appropriate parameter to evaluate the low-temperature cracking performance. To achieve this goal, this paper compared the test results of thermal stress restrained specimen test (TSRST) and semi-circular bending test (SCB) of asphalt mixture with different types of aggregate, TSRST and indirect tensile test (IDT) of asphalt mixture with different additives, and single-edge notched beam test (SENB) and TSRST of asphalt mixture with different asphalt. Finally, the correlation between in-suit cracking performance and fracture energy was surveyed. The experimental results showed the evaluation result of critical cracking temperature and fracture energy are not always consistent; the in-suit cracking performance is also not correlated well with fracture energy. These results indicated that it is not feasible to evaluate low-temperature performance by fracture energy. Then, the composition of fracture energy of TSRST, SCB, disk-shaped compact tension test (DCT), three-point bending test (3PB) and IDT was analyzed. The result showed: the area of thermal stress versus temperature curve is the multiple of fracture energy and could be used to represent fracture energy of TSRST, as the multiple is nearly equal among different asphalt mixtures for a specific specimen; the fracture energy, determined from TSRST, SCB, DCT, 3PB, SENB and IDT, is mainly the surface energy that forms the fracture face; fracture energy is inappropriate to evaluate the low-temperature cracking performance of asphalt mixture, as the relaxation/viscous performance is not considered; if the fracture energy was used, it is recommended to combine this parameter with an index characterizing the relaxation or creep performance of asphalt mixture.Keywords: asphalt pavement, cold region, critical cracking temperature, fracture energy, low-temperature cracking
Procedia PDF Downloads 18723024 Comparative Performance and Emission Analysis of Diesel Engine Fueled with Diesel and Bitter Apricot Kernal Oil Biodiesel Blends
Authors: Virender Singh Gurau, Akash Deep, Sarbjot S. Sandhu
Abstract:
Vegetable oils are produced from numerous oil seed crops. While all vegetable oils have high energy content, most require some processing to assure safe use in internal combustion engines. Some of these oils already have been evaluated as substitutes for diesel fuels. In the present research work Bitter Apricot kernel oil was employed as a feedstock for the production of biodiesel. The physicochemical properties of the Bitter Apricot kernel oil methyl ester were investigated as per ASTM D6751. From the series of engine testing, it is concluded that the brake thermal efficiency (BTE) with biodiesel blend was little lower than that of diesel. BSEC is slightly higher for Bitter apricot kernel oil methyl ester blends than neat diesel. For biodiesel blends, CO emission was lower than diesel fuel as B 20 reduced CO emissions by 18.75%. Approximately 11% increase in NOx emission was observed with 20% biodiesel blend. It is observed that HC emissions tend to decrease for biodiesel based fuels and Smoke opacity was found lower for biodiesel blends in comparison to diesel fuel.Keywords: biodiesel, transesterification, bitter apricot kernel oil, performance and emission testing
Procedia PDF Downloads 33523023 Enhancing the Performance of Bug Reporting System by Handling Duplicate Reporting Reports: Artificial Intelligence Based Mantis
Authors: Afshan Saad, Muhammad Saad, Shah Muhammad Emaduddin
Abstract:
Bug reporting systems are most important tool that guides regarding different maintenance activities in software engineering. Duplicate bug reports which describe the bugs and issues in bug reporting system repository increases processing time of bug triage that monitors all such activities and software programmers who are working and spending time on reports which were assigned by triage. These reports can reveal imperfections and degrade software quality. As there is a number of the potential duplicate bug reports increases, the number of bug reports in bug repository increases. Identifying duplicate bug reports help in decreasing development work load in fixing defects. However, it is difficult to manually identify all possible duplicates because of the huge number of already reported bug reports. In this paper, an artificial intelligence based system using Mantis is proposed to automatically detect duplicate bug reports. When new bugs are submitted to repository triages will mark it with a tag. It will investigate that whether it is a duplicate of an existing bug report by matching or not. Reports with duplicate tags will be eliminated from the repository which not only will improve the performance of the system but can also save cost and effort waste on bug triage and finding the duplicate bug.Keywords: bug tracking, triager, tool, quality assurance
Procedia PDF Downloads 19423022 Enhancing Embedded System Efficiency with Digital Signal Processing Cores
Authors: Anil H. Dhanawade, Akshay S., Harshal M. Lakesar
Abstract:
This paper presents a comprehensive analysis of the performance advantages offered by DSP (Digital Signal Processing) cores compared to traditional MCU (Microcontroller Unit) cores in the execution of various functions critical to real-time applications. The focus is on the integration of DSP functionalities, specifically in the context of motor control applications such as Field-Oriented Control (FOC), trigonometric calculations, back-EMF estimation, digital filtering, and high-resolution PWM generation. Through comparative analysis, it is demonstrated that DSP cores significantly enhance processing efficiency, achieving faster execution times for complex mathematical operations essential for precise torque and speed control. The study highlights the capabilities of DSP cores, including single-cycle Multiply-Accumulate (MAC) operations and optimized hardware for trigonometric functions, which collectively reduce latency and improve real-time performance. In contrast, MCU cores, while capable of performing similar tasks, typically exhibit longer execution times due to reliance on software-based solutions and lack of dedicated hardware acceleration. The findings underscore the critical role of DSP cores in applications requiring high-speed processing and low-latency response, making them indispensable in the automotive, industrial, and robotics sectors. This work serves as a reference for future developments in embedded systems, emphasizing the importance of architecture choice in achieving optimal performance in demanding computational tasks.Keywords: CPU core, DSP, assembly code, motor control
Procedia PDF Downloads 1623021 Prevalence of Diabetes Mellitus Type 2 Risk Factors among Nurses in Mongolia
Authors: V. Davaakhuu, D. Tserendagva, D. Amarsaikhan, T. Altanstetseg
Abstract:
In this study we aimed to detect main risk factors for diabetes in Mongolia and obtain data we used survey modified questionnaire. Survey data were obtained from 634 valid nurses (day work nurses-317, shift work nurses-317). Participants who were pregnant, less than 20 years old and no check for fasting glucose level were excluded from the survey in order to determine the risk factors of diabetes. Our study result shows the main risk factors of diabetes were physical inactivity, overweight and obesity, alcohol and tobacco use and lack of vegetable and fruit consumption. Peripheral blood glucose level was normal in subjects with BMI 26.28 ± 0.56, but 20 % of the subjects with normal blood glucose level were obese. Blood glucose level was higher in subjects with BMI 28.63 ± 2.32 and 36 % of them were obese. According to our study results, 3.62% of the surveyed population were identified having no diabetes risk factors, 52.3% were at risk, 28.8% were in higher risk for diabetes by the WHO criteria. In general, the prevalence of blood glucose were especially higher in shift work nurses.Keywords: day work nurses, shift work nurses, BMI, WHR
Procedia PDF Downloads 59323020 Self-Efficacy and Attitude of the Graduating Pre-Service Teachers as Influenced in Their Student Teaching Performance
Authors: Sonia Arradaza-Pajaron, Maria Aida Manila
Abstract:
Teaching is considered the noblest yet believed to be one of the most complicated and challenging professions. Along this view, every teacher-producing institution should look into producing quality pre-service graduates who are efficacious enough with the right attitude and to deal with the task accorded to them. This study investigated the association between self-efficacy and attitude of graduating pre-service teachers with their actual student teaching performance. Survey questionnaires on self-efficacy and attitude toward practice teaching were fielded to the 90 actual respondents while their practice teaching grade was extracted to serve as the other main variable. Data were analyzed and treated statistically utilizing weighted mean and Pearson r to determine the relationship of variables of the study. Findings revealed that attitude of respondents of the three curricular programs was favorable, and they are self-efficacious. Their practice teaching performance was interpreted as very good. Results further showed a significant positive relationship between their self-efficacy and practice teaching performance. It showed that their rating was a manifestation of self- efficacious group. Although they exude positive attitude towards practice teaching, yet no significant relationship was seen with their attitude and performance. Moreover, data manifested that most of them can pay attention during their conduct of lessons in the class, as well as, listen attentively to their cooperating teachers during post conferences. They can perform student teaching tasks better even when there were other interesting things to do. Most of all, they can regulate or suppress not so pleasant thoughts or feelings and take things lightly even in most challenging situations. As gleaned from the results, it can be concluded that there was an association between self-efficacy and practice teaching performance of the respondents.Keywords: academic achievement, attitude, self-efficacy, student teaching performance
Procedia PDF Downloads 31523019 The Causes and Recommended Solutions of Burnout in Teaching Careers from the Perspective of University Professors
Authors: Narjes Tahmasbi
Abstract:
Burnout is considered a work-related syndrome made from a person’s recognition of a gap between expecting success in professional performance and less satisfying reality. Teaching, as one of the most stressful jobs in the world, creates a sense of burnout that disturbs the competency of teachers’ personal and professional features, and it can be dangerous for themselves as well as their students. Recently, there has been growing research on the different effects of burnout; however, it is necessary to investigate the causes of this issue, especially in universities. This study aims to investigate the causes and recommended solutions to burnout in the teaching careers of university professors. The participants of the study were 5 EFL university professors from an institution of higher education in Shiraz, Iran. The current study used a qualitative design. Data were obtained from an interview with all participants. The participants were asked to answer 8 questions that were made through a semi-instructional interview. The results of the interview with the participants indicated that there were 4 main reasons that cause burnout in teachers: lack of student motivation, environmental factors, interpersonal problems, and financial problems. Recommended solutions were different according to the different personalities, creativity, and experiences of participants. The discussion of each of the causes of burnout represents how these categories cause burnout, and the discussion of each of the solutions shows how a teacher can handle burnout.Keywords: burnout, EFL teachers, reasons, solutions, work-related syndrome
Procedia PDF Downloads 8223018 Thermodynamic Performance Tests for 3D Printed Steel Slag Powder Concrete Walls
Authors: Li Guoyou, Zhang Tao, Ji Wenzhan, Huo Liang, Lin Xiqiang, Zhang Nan
Abstract:
The three dimensional (3D) printing technology has undergone rapid development in the last few years and it is possible to print engineering structures. 3D printing buildings use wastes from constructions, industries and mine tailings as “ink”, and mix it with property improved materials, such as cement, fiber etc. This paper presents a study of the Thermodynamic performance of 3D printed walls using cement and steel slag powder. Analyses the thermal simulation regarding 3D printed walls and solid brick wall by the way of the hot-box methods and the infrared technology, and the results were contrasted with theoretical calculation. The results show that the excellent thermodynamic performance of 3D printed concrete wall made it suitable as the partial materials for self-thermal insulation walls in residential buildings. The thermodynamic performance of 3D printed concrete walls depended on the density of materials, distribution of holes, and the filling materials. Decreasing the density of materials, increasing the number of holes or replacing the filling materials with foamed concrete could improve its thermodynamic performance significantly. The average of heat transfer coefficient and thermal inertia index of 3D printed steel slag powder concrete wall all better than the traditional solid brick wall with a thickness of 240mm.Keywords: concrete, 3D printed walls, thermodynamic performance, steel slag powder
Procedia PDF Downloads 18323017 Needs Analysis Survey of Hearing Impaired Students’ Teachers in Elementary Schools for Designing Curriculum Plans and Improving Human Resources
Authors: F. Rashno Seydari, M. Nikafrooz
Abstract:
This paper intends to study needs analysis of hearing-impaired students’ teachers in elementary schools all over Iran. The subjects of this study were 275 teachers who were teaching hearing-impaired students in elementary schools. The participants were selected by a quota sampling method. To collect the data, questionnaires of training needs consisting of 41 knowledge items and 31 performance items were used. The collected data were analyzed by using SPSS software in the form of descriptive analyses (frequency and mean) and inferential analyses (one sample t-test, paired t-test, independent t-test, and Pearson correlation coefficient). The findings of the study indicated that teachers generally have considerable needs in knowledge and performance domains. In 32 items out of the total 41 knowledge domain items and in the 27 items out of the total 31 performance domain items, the teachers had considerable needs. From the quantitative point of view, the needs of the performance domain were more than those of the knowledge domain, so they have to be considered as the first priority in training these teachers. There was no difference between the level of the needs of male and female teachers. There was a significant difference between the knowledge and performance domain needs and the teachers’ teaching experience, 0.354 and 0.322 respectively. The teachers who had been trained in working with hearing-impaired students expressed more training needs (both knowledge and performance).Keywords: educational needs analysis, teachers of hearing impaired students, knowledge domain, function domain
Procedia PDF Downloads 9623016 Poly(ε-Caprolactone)-Based Bilayered Scaffolds Prepared by Electrospinning for Tissue Engineering of Small-Diameter Vascular Grafts
Authors: Mohammed Fayez Al Rez
Abstract:
Nowadays, there is an unmet clinical need for new small-diameter vascular grafts to overcome the drawbacks of traditional methods used for treatment of widespread cardiovascular diseases. Vascular tissue engineering (VTE) is a promising approach that can be utilized to develop viable vascular grafts by in vitro seeding of functional cells onto a scaffold allowing them to attach, proliferate and differentiate. To achieve this purpose, the scaffold should provide cells with the initial necessary extracellular matrix environment and structure until being able to reconstruct the required vascular tissue. Therefore, producing scaffolds with suitable features is crucial for guiding cells properly to develop the desired tissue-engineered vascular grafts for clinical applications. The main objective of this work is fabrication and characterization of tubular small-diameter ( < 6 mm) bilayered scaffolds for VTE. The scaffolds were prepared via mixing electrospinning approach of biodegradable poly(ε-caprolactone) (PCL) polymer – due to its favorable physicochemical properties – to mimic the natural environment-extracellular matrix. Firstly, tubular nanofibrous construct with inner diameter of 3, 4 or 5 mm was electrospun as inner layer, and secondly, microfibrous construct was electrospun as outer layer directly on the first produced inner layer. To improve the biological properties of PCL, a group of the electrospun scaffolds was immersed in type-1 collagen solution. The morphology and structure of the resulting fibrous scaffolds were investigated by scanning electron microscope. The electrospun nanofibrous inner layer contained fibers measuring 219±35 nm in diameter, while the electrospun microfibrous outer layer contained fibers measuring 1011 ± 150 nm. Furthermore, mechanical, thermal and physical tests were conducted with both electrospun bilayered scaffold types where revealed improved properties. Biological investigations using endothelial, smooth muscle and fibroblast cell line showed good biocompatibility of both tested electrospun scaffolds. Better attachment and proliferation were obviously found when cells were cultured on the scaffolds immersed with collagen due to increasing the hydrophilicity of the PCL. The easy, inexpensive and versatile electrospinning approach used in this work was able to successfully produce double layered tubular elastic structures containing both nanofibers and microfibers to imitate the native vascular structure. The PCL – as a suitable and approved biomaterial for many biomedical and tissue engineering applications – can ensure favorable mechanical properties of scaffolds used for VTE. The VTE approach using electrospun bilayered scaffolds offers optimal solutions and holds significant promises for treatment of many cardiovascular diseases.Keywords: electrospinning, poly(ε-caprolactone) (PCL), tissue-engineered vascular graft, tubular bilayered scaffolds, vascular cells
Procedia PDF Downloads 29423015 Production Performance, Gut Microbial Count, Antibody Titer and Selected Welfare Indices of Broiler Birds Fed Higher Level of Animal Protein Concentrate With or Without Organic Acids Blend and Microencapsulated Phyto-Essential Oil
Authors: Ziaul Islam, Asad Sultan, Sarzamin Khan
Abstract:
Organic acids and micro encapsulated phyto essential oils have revealed great potential as an antibiotic replacement and as an additive to work tremendously for the health maintenance of broiler chicken. To explore more about organic acids, a total of 600 day-old broiler chicks (Cobb-500) were procured from a local hatchery and distributed into 5 treatment groups having 6 replicates of 20 birds each; the duration of the biological trial was of 35 days. Group T1 served as a control group that were fed on corn soy-based diet only. T2 were fed with a diet having 6% poultry by-product meal (PBM) diet, T3, T4, and T5 were served as the same diet as T2 but supplemented with an organic acid, phyto essential oils alone, and a combination, respectively. The findings declared significant improvement (p<0.05) in body weight gain and FCR in groups T3, T4, and T5 while feed intake was not affected. European broiler performance indicators like production efficiency factor (EPEF) and broiler index (EBI) were improved significantly (p<0.05) by the treatments T3, T4, and T5 compared with T1 and T2. Carcass evaluation depicted significantly better (p<0.05) dressed and eviscerated weight along with carcass yield (T3, T4, T5). Broilers fed organic acid and phyto essential oils supplemented diet had significantly lower (p<0.05) Clostridium perfringens, Escherichia coliand Salmonella and increased Lactobacillus counts. Likewise, antibody titer against ND, IB, and IBD were also significantly (p<0.05) improved by the treatments T3, T4 and T5compared with the T1and T2. Litter moisture content was significantly (p<0.05) reduced by treatmentsT3, T4, and T5 on day 28 and 35 compared with the T1 and T2. These findings of the present study revealed that supplementation of organic acids blend and phyto-essential oils as an as an substitute to improve the performance of broilers without the use of feed antibiotics in broilers fed with 6% poultry by-product meal based diet.Keywords: organic acid, phyto essential oils, growth performance, PBM, gut health, microbiota, immunity
Procedia PDF Downloads 12823014 Maintenance Wrench Time Improvement Project
Authors: Awadh O. Al-Anazi
Abstract:
As part of the organizational needs toward successful maintaining activities, a proper management system need to be put in place, ensuring the effectiveness of maintenance activities. The management system shall clearly describes the process of identifying, prioritizing, planning, scheduling, execution, and providing valuable feedback for all maintenance activities. Completion and accuracy of the system with proper implementation shall provide the organization with a strong platform for effective maintenance activities that are resulted in efficient outcomes toward business success. The purpose of this research was to introduce a practical tool for measuring the maintenance efficiency level within Saudi organizations. A comprehensive study was launched across many maintenance professionals throughout Saudi leading organizations. The study covered five main categories: work process, identification, planning and scheduling, execution, and performance monitoring. Each category was evaluated across many dimensions to determine its current effectiveness through a five-level scale from 'process is not there' to 'mature implementation'. Wide participation was received, responses were analyzed, and the study was concluded by highlighting major gaps and improvement opportunities within Saudi organizations. One effective implementation of the efficiency enhancement efforts was deployed in Saudi Kayan (one of Sabic affiliates). Below details describes the project outcomes: SK overall maintenance wrench time was measured at 20% (on average) from the total daily working time. The assessment indicates the appearance of several organizational gaps, such as a high amount of reactive work, poor coordination and teamwork, Unclear roles and responsibilities, as well as underutilization of resources. Multidiscipline team was assigned to design and implement an appropriate work process that is capable to govern the execution process, improve the maintenance workforce efficiency, and maximize wrench time (targeting > 50%). The enhanced work process was introduced through brainstorming and wide benchmarking, incorporated with a proper change management plan and leadership sponsorship. The project was completed in 2018. Achieved Results: SK WT was improved to 50%, which resulted in 1) reducing the Average Notification completion time. 2) reducing maintenance expenses on OT and manpower support (3.6 MSAR Actual Saving from Budget within 6 months).Keywords: efficiency, enhancement, maintenance, work force, wrench time
Procedia PDF Downloads 14623013 Effect of Three Resistance Training Methods on Performance-Related Variables of Powerlifters
Authors: K. Shyamnath, K. Suresh Kutty
Abstract:
The purpose of the study was to find out the effect of three resistance training methods on performance-related variables of powerlifters. A total of forty male students (N=40) who had participated in Kannur University powerlifting championship were selected as subjects. The age group of the subjects ranged from 18 years old to 25 years old. The selected subjects were equally divided into four groups (n=10) of three experimental groups and a control group. The experimental Group I underwent traditional resistance training (TRTG), Group II underwent combined traditional resistance training and plyometrics (TRTPG), and Group III underwent combined traditional resistance training and resistance training with high rhythm (TRTHRG). Group IV acted as the control group (CG) receiving no training during the experimental period. The duration of the experimental period was sixteen weeks, five days per week. Powerlifting performance was assessed by the 1RM test in the squat, bench press and deadlift. Performance-related variables assessed were chest girth, arm girth, forearm girth, thigh girth, and calf girth. Pre-test and post-test were conducted a day before and two days after the experimental period on all groups. Analysis of covariance (ANCOVA) was applied to analyze the significant difference. The 0.05 level of confidence was fixed as the level of significance to test the F ratio obtained by the analysis of covariance. The result indicates that there is a significant effect of all the selected resistance training methods on the performance and selected performance-related variables of powerlifters. Combined traditional resistance training and plyometrics and combined traditional resistance training and resistance training with high rhythm proved better than the traditional resistance training in improving performance and selected performance-related variables of powerlifters. There was no significant difference between combined traditional resistance training and plyometrics and combined traditional resistance training and resistance training with high rhythm in improving performance and selected performance-related variables of powerlifters.Keywords: girth, plyometrics, powerlifting, resistance training
Procedia PDF Downloads 48923012 Comparative Analysis of Teachers’ Performance in Private and Public Primary Schools in Oyo State
Authors: Babajide Solomon Faloore
Abstract:
This study on the comparative analysis of the performance of teachers in private and public schools was carried out in Ibadan North West Local Government Area of Oyo State. This study examined the justification for the claim that there is a difference in the performance of teachers in private and public primary schools and at the same time identified factors responsible for the difference in the performance of these teachers. A descriptive survey research design was used for the study. Data generated were analyzed using t-test and regression analysis. The findings of the study revealed that there is significance difference in the performance of teachers in private and private primary schools in Ibadan North West Local Government Area of Oyo State( t=64.09; df=459; p,.05). The findings also revealed that the method of teaching in private primary schools is significantly different from the method of teaching in public primary schools in Ibadan North West Local Government Area of Oyo State (t=73.08; df=459; p,.05). Findings revealed that school leadership and management have a significant contribution on the performance of private and public primary school teachers in Ibadan North West Local Area of Oyo State. Based on the finding, the following recommendations were made: Primary school teachers need to be motivated and rewarded for excellent performance. Primary schools should be properly equipped with teaching–aid facilities, laboratories, and libraries. The government should use the findings of this study to improve on teaching materials provided to the primary school teachers in Nigeria. Public primary schools should be designed by education planners, administrators, and government. Headmasters, proprietors, and teachers of primary schools should look inward and give a performance appraisal and evaluation of themselves from time to time based on the subject they taught. Finally, school administrators should be conscious of the way they manage the teachers in schools not only in informal situations but also in formal settings.Keywords: private education, public education, school leadership, school management, teachers performance
Procedia PDF Downloads 39023011 Comparative Impact Analysis of Factors Affecting Renewable Energy Integrated and Conventional Energy Sources In Smart Grids Using MATPOWER
Authors: Sodiq Onawale, Xin Wang
Abstract:
Integrating renewable energy sources (RES) alongside conventional energy sources (NRES) in the grid has introduced challenges that highlight the need for a detailed analysis of various performance factors. Factors such as active and reactive power losses, voltage deviation, transmission line loading, power factor, fast voltage stability index, and capacity factor require careful evaluation to understand their impact on grid performance. In this study, MATPOWER’s optimization tools are used to model both NRES and a combined NRES + RES setup. The analysis compares the performance of each configuration across these factors. Findings indicate that integrating RES with NRES generally enhances performance across most of the analyzed factors compared to using NRES alone. The insights from this study offer valuable guidance for grid operators and policymakers, aiding in the balanced integration of RES with NRES to optimize smart grid performance and resilience.Keywords: smart grid, impact analysis, renewable energy integration, FVSI, transmission line loading
Procedia PDF Downloads 723010 Parameters Influencing Human Machine Interaction in Hospitals
Authors: Hind Bouami
Abstract:
Handling life-critical systems complexity requires to be equipped with appropriate technology and the right human agents’ functions such as knowledge, experience, and competence in problem’s prevention and solving. Human agents are involved in the management and control of human-machine system’s performance. Documenting human agent’s situation awareness is crucial to support human-machine designers’ decision-making. Knowledge about risks, critical parameters and factors that can impact and threaten automation system’s performance should be collected using preventive and retrospective approaches. This paper aims to document operators’ situation awareness through the analysis of automated organizations’ feedback. The analysis of automated hospital pharmacies feedbacks helps to identify and control critical parameters influencing human machine interaction in order to enhance system’s performance and security. Our human machine system evaluation approach has been deployed in Macon hospital center’s pharmacy which is equipped with automated drug dispensing systems since 2015. Automation’s specifications are related to technical aspects, human-machine interaction, and human aspects. The evaluation of drug delivery automation performance in Macon hospital center has shown that the performance of the automated activity depends on the performance of the automated solution chosen, and also on the control of systemic factors. In fact, 80.95% of automation specification related to the chosen Sinteco’s automated solution is met. The performance of the chosen automated solution is involved in 28.38% of automation specifications performance in Macon hospital center. The remaining systemic parameters involved in automation specifications performance need to be controlled.Keywords: life-critical systems, situation awareness, human-machine interaction, decision-making
Procedia PDF Downloads 18123009 LED Lighting Interviews and Assessment in Forest Machines
Authors: Rauno Pääkkönen, Fabriziomaria Gobba, Leena Korpinen
Abstract:
The objective of the study is to assess the implementation of LED lighting into forest machine work in the dark. In addition, the paper includes a wide variety of important and relevant safety and health parameters. In modern, computerized work in the cab of forest machines, artificial illumination is a demanding task when performing duties, such as the visual inspections of wood and computer calculations. We interviewed entrepreneurs and gathered the following as the most pertinent themes: (1) safety, (2) practical problems, and (3) work with LED lighting. The most important comments were in regards to the practical problems of LED lighting. We found indications of technical problems in implementing LED lighting, like snow and dirt on the surfaces of lamps that dim the emission of light. Moreover, service work in the dark forest is dangerous and increases the risks of on-site accidents. We also concluded that the amount of blue light to the eyes should be assessed, especially, when the drivers are working in a semi-dark cab.Keywords: forest machines, health, LED, safety
Procedia PDF Downloads 43023008 Reliability Verification of the Performance Evaluation of Multiphase Pump
Authors: Joon-Hyung Kim, Him-Chan Lee, Jin-Hyuk Kim, Yong-Kab Lee, Young-Seok Choi
Abstract:
The crude oil in an oil well exists in various phases such as gas, seawater, and sand, as well as oil. Therefore, a phase separator is needed at the front of a single-phase pump for pressurization and transfer. On the other hand, the application of a multiphase pump can provide such advantages as simplification of the equipment structure and cost savings, because there is no need for a phase separation process. Therefore, the crude oil transfer method using a multiphase pump is being applied to recently developed oil wells. Due to this increase in demand, technical demands for the development of multiphase pumps are sharply increasing, but the progress of research into related technologies is insufficient, due to the nature of multiphase pumps that require high levels of skills. This study was conducted to verify the reliability of pump performance evaluation using numerical analysis, which is the basis of the development of a multiphase pump. For this study, a model was designed by selecting the specifications of the pump under study. The performance of the designed model was evaluated through numerical analysis and experiment, and the results of the performance evaluation were compared to verify the reliability of the result using numerical analysis.Keywords: multiphase pump, numerical analysis, experiment, performance evaluation, reliability verification
Procedia PDF Downloads 43423007 The Importance of Training in Supply Chain Management on Personnel Differentiation and Business Performance
Authors: Arawati Agus, Rahmah Ismail
Abstract:
An effective training has been increasingly recognized as critical factors in enhancing the skills and knowledge of employee or personnel in the organization. More and more manufacturing companies in Malaysia are increasingly incorporating training as an important element in supply chain management (SCM) to improve their employee skills and knowledge and ultimately organizational performances. In order to understand the connection of training in SCM and the performance of an organization, this paper considers of many arguments from various research papers. This paper presents the findings of a research which examines the relationship between training in SCM, personnel differentiation and business performance of manufacturing companies in Malaysia. The study measures perception of senior management regarding the incorporation of training in SCM and the level of personnel differentiation and business performance measurements in their companies. The associations between training in SCM, personnel differentiation and business performance dimensions are analyzed through methods such as Pearson’s correlations and Smart partial least squares (smart PLS) using 126 respondents’ data. The correlation results demonstrate that training in SCM has significant correlations with personnel differentiation determinants (comprises of variables namely employee differentiation and service differentiation). The findings also suggest that training in SCM has significant correlations with business performance determinants (comprises of indicators, namely market share, profitability, ROA and ROS). Specifically, both personnel differentiation and business performance have high correlations with training in SCM, namely ‘Employee training on production skills’, ‘On the job production employee training’ and ‘Management training on supply chain effectiveness’ and ‘Employee training on supply chain technologies’. The smart PLS result also reveals that training in SCM exhibits significant impact on both personnel differentiation (directly) and business performance (indirectly mediated by personnel differentiation). The findings of the study provide a demonstration of the importance of training in SCM in enhancing competitive performances in Malaysian manufacturing companies.Keywords: training in SCM, personnel differentiation, business performance, Pearson’s correlation, Smart PLS
Procedia PDF Downloads 32423006 Parameter Selection for Computationally Efficient Use of the Bfvrns Fully Homomorphic Encryption Scheme
Authors: Cavidan Yakupoglu, Kurt Rohloff
Abstract:
In this study, we aim to provide a novel parameter selection model for the BFVrns scheme, which is one of the prominent FHE schemes. Parameter selection in lattice-based FHE schemes is a practical challenges for experts or non-experts. Towards a solution to this problem, we introduce a hybrid principles-based approach that combines theoretical with experimental analyses. To begin, we use regression analysis to examine the parameters on the performance and security. The fact that the FHE parameters induce different behaviors on performance, security and Ciphertext Expansion Factor (CEF) that makes the process of parameter selection more challenging. To address this issue, We use a multi-objective optimization algorithm to select the optimum parameter set for performance, CEF and security at the same time. As a result of this optimization, we get an improved parameter set for better performance at a given security level by ensuring correctness and security against lattice attacks by providing at least 128-bit security. Our result enables average ~ 5x smaller CEF and mostly better performance in comparison to the parameter sets given in [1]. This approach can be considered a semiautomated parameter selection. These studies are conducted using the PALISADE homomorphic encryption library, which is a well-known HE library. The abstract goes here.Keywords: lattice cryptography, fully homomorphic encryption, parameter selection, LWE, RLWE
Procedia PDF Downloads 15523005 Adhesion Performance According to Lateral Reinforcement Method of Textile
Authors: Jungbhin You, Taekyun Kim, Jongho Park, Sungnam Hong, Sun-Kyu Park
Abstract:
Reinforced concrete has been mainly used in construction field because of excellent durability. However, it may lead to reduction of durability and safety due to corrosion of reinforcement steels according to damage of concrete surface. Recently, research of textile is ongoing to complement weakness of reinforced concrete. In previous research, only experiment of longitudinal length were performed. Therefore, in order to investigate the adhesion performance according to the lattice shape and the embedded length, the pull-out test was performed on the roving with parameter of the number of lateral reinforcement, the lateral reinforcement length and the lateral reinforcement spacing. As a result, the number of lateral reinforcement and the lateral reinforcement length did not significantly affect the load variation depending on the adhesion performance, and only the load analysis results according to the reinforcement spacing are affected.Keywords: adhesion performance, lateral reinforcement, pull-out test, textile
Procedia PDF Downloads 35823004 Modelling and Simulation of Light and Temperature Efficient Interdigitated Back- Surface-Contact Solar Cell with 28.81% Efficiency Rate
Authors: Mahfuzur Rahman
Abstract:
Back-contact solar cells improve optical properties by moving all electrically conducting parts to the back of the cell. The cell's structure allows silicon solar cells to surpass the 25% efficiency barrier and interdigitated solar cells are now the most efficient. In this work, the fabrication of a light, efficient and temperature resistant interdigitated back contact (IBC) solar cell is investigated. This form of solar cell differs from a conventional solar cell in that the electrodes are located at the back of the cell, eliminating the need for grids on the top, allowing the full surface area of the cell to receive sunlight, resulting in increased efficiency. In this project, we will use SILVACO TCAD, an optoelectronic device simulator, to construct a very thin solar cell with dimensions of 100x250um in 2D Luminous. The influence of sunlight intensity and atmospheric temperature on solar cell output power is highly essential and it has been explored in this work. The cell's optimum performance with 150um bulk thickness provides 28.81% efficiency with an 87.68% fill factor rate making it very thin, flexible and resilient, providing diverse operational capabilities.Keywords: interdigitated, shading, recombination loss, incident-plane, drift-diffusion, luminous, SILVACO
Procedia PDF Downloads 14623003 An Investigation of Performance Versus Security in Cognitive Radio Networks with Supporting Cloud Platforms
Authors: Kurniawan D. Irianto, Demetres D. Kouvatsos
Abstract:
The growth of wireless devices affects the availability of limited frequencies or spectrum bands as it has been known that spectrum bands are a natural resource that cannot be added. Many studies about available spectrum have been done and it shows that licensed frequencies are idle most of the time. Cognitive radio is one of the solutions to solve those problems. Cognitive radio is a promising technology that allows the unlicensed users known as secondary users (SUs) to access licensed bands without making interference to licensed users or primary users (PUs). As cloud computing has become popular in recent years, cognitive radio networks (CRNs) can be integrated with cloud platform. One of the important issues in CRNs is security. It becomes a problem since CRNs use radio frequencies as a medium for transmitting and CRNs share the same issues with wireless communication systems. Another critical issue in CRNs is performance. Security has adverse effect to performance and there are trade-offs between them. The goal of this paper is to investigate the performance related to security trade-off in CRNs with supporting cloud platforms. Furthermore, Queuing Network Models with preemptive resume and preemptive repeat identical priority are applied in this project to measure the impact of security to performance in CRNs with or without cloud platform. The generalized exponential (GE) type distribution is used to reflect the bursty inter-arrival and service times at the servers. The results show that the best performance is obtained when security is disable and cloud platform is enable.Keywords: performance vs. security, cognitive radio networks, cloud platforms, GE-type distribution
Procedia PDF Downloads 34623002 Implementation of Project-Based Learning with Peer Assessment in Large Classes under Consideration of Faculty’s Scare Resources
Authors: Margit Kastner
Abstract:
To overcome the negative consequences associated with large class sizes and to support students in developing the necessary competences (e.g., critical thinking, problem-solving, or team-work skills) a marketing course has been redesigned by implementing project-based learning with peer assessment (PBL&PA). This means that students can voluntarily take advantage of this supplementary offer and explore -in addition to attending the lecture where clicker questions are asked- a real-world problem, find a solution, and assess the results of peers while working in small collaborative groups. In order to handle this with little further effort, the process is technically supported by the university’s e-learning system in such a way that students upload their solution in form of an assignment which is then automatically distributed to peer groups who have to assess the work of three other groups. Finally, students’ work is graded automatically considering both, students’ contribution to the project and the conformity of the peer assessment. The purpose of this study is to evaluate students’ perception of PBL&PA using an online-questionnaire to collect the data. More specifically, it aims to discover students’ motivations for (not) working on a project and the benefits and problems students encounter. In addition to the survey, students’ performance was analyzed by comparing the final grades of those who participated in PBL&PA with those who did not participate. Among the 260 students who filled out the questionnaire, 47% participated in PBL&PA. Besides extrinsic motivations (bonus credits), students’ participation was often motivated by learning and social benefits. Reasons for not working on a project were connected to students’ organization and management of their studies (e.g., time constraints, no/wrong information) and teamwork concerns (e.g., missing engagement of peers, prior negative experiences). In addition, high workload and insufficient extrinsic motivation (bonus credits) were mentioned. With regards to benefits and problems students encountered during the project, students provided more positive than negative comments. Positive aspects most often stated were learning and social benefits while negative ones were mainly attached to the technical implementation. Interestingly, bonus credits were hardly named as a positive aspect meaning that intrinsic motivations have become more important when working on the project. Team aspects generated mixed feelings. In addition, students who voluntarily participated in PBL&PA were, in general, more active and utilized further course offers such as clicker questions. Examining students’ performance at the final exam revealed that students without participating in any of the offered active learning tasks performed poorest in the exam while students who used all activities were best. In conclusion, the goals of the implementation were met in terms of students’ perceived benefits and the positive impact on students’ exam performance. Since the comparison of the automatic grading with faculty grading showed valid results, it is possible to rely only on automatic grading in the future. That way, the additional workload for faculty will be within limits. Thus, the implementation of project-based learning with peer assessment can be recommended for large classes.Keywords: automated grading, large classes, peer assessment, project-based learning
Procedia PDF Downloads 16523001 Performance Evaluation of One and Two Dimensional Prime Codes for Optical Code Division Multiple Access Systems
Authors: Gurjit Kaur, Neena Gupta
Abstract:
In this paper, we have analyzed and compared the performance of various coding schemes. The basic ID prime sequence codes are unique in only dimension, i.e. time slots, whereas 2D coding techniques are not unique by their time slots but with their wavelengths also. In this research, we have evaluated and compared the performance of 1D and 2D coding techniques constructed using prime sequence coding pattern for Optical Code Division Multiple Access (OCDMA) system on a single platform. Analysis shows that 2D prime code supports lesser number of active users than 1D codes, but they are having large code family and are the most secure codes compared to other codes. The performance of all these codes is analyzed on basis of number of active users supported at a Bit Error Rate (BER) of 10-9.Keywords: CDMA, OCDMA, BER, OOC, PC, EPC, MPC, 2-D PC/PC, λc, λa
Procedia PDF Downloads 33723000 Thermal Performance of an Air Heating Storing System
Authors: Mohammed A. Elhaj, Jamal S. Yassin
Abstract:
Owing to the lack of synchronization between the solar energy availability and the heat demands in a specific application, the energy storing sub-system is necessary to maintain the continuity of thermal process. The present work is dealing with an active solar heating storing system in which an air solar collector is connected to storing unit where this energy is distributed and provided to the heated space in a controlled manner. The solar collector is a box type absorber where the air flows between a number of vanes attached between the collector absorber and the bottom plate. This design can improve the efficiency due to increasing the heat transfer area exposed to the flowing air, as well as the heat conduction through the metal vanes from the top absorbing surface. The storing unit is a packed bed type where the air is coming from the air collector and circulated through the bed in order to add/remove the energy through the charging / discharging processes, respectively. The major advantage of the packed bed storage is its high degree of thermal stratification. Numerical solution of the packed bed energy storage is considered through dividing the bed into a number of equal segments for the bed particles and solved the energy equation for each segment depending on the neighbor ones. The studied design and performance parameters in the developed simulation model including, particle size, void fraction, etc. The final results showed that the collector efficiency was fluctuated between 55%-61% in winter season (January) under the climatic conditions of Misurata in Libya. Maximum temperature of 52ºC is attained at the top of the bed while the lower one is 25ºC at the end of the charging process of hot air into the bed. This distribution can satisfy the required load for the most house heating in Libya.Keywords: solar energy, thermal process, performance, collector, packed bed, numerical analysis, simulation
Procedia PDF Downloads 33122999 A Rare Case of Clinically Amyopathic Dermatomyositis in a Filipino Female
Authors: Rene A. Amadore Jr., Ramar John Bangayan, Therese Eileen L. Natividad
Abstract:
This is a case of a 59-year-old female who presented with a two-year history of heliotrope rash, Gottron's papules, shawl sign, V-neck sign, and muscle weakness. She was previously managed as a case of systemic lupus erythematosus, who initially responded to unrecalled corticosteroids. She was, however, admitted due to a one-month progressively enlarging sacral mass, which eventually turned out to be an abscess. While the abscess was being treated, her autoimmune condition was worked up, and she was then managed as a case of clinically amyopathic dermatomyositis (CADM) with interstitial lung disease (ILD). She received corticosteroids and underwent the first cycle of cyclophosphamide infusion prior to discharge.Keywords: clinically amyopathic dermatomyositis, interstitial lung disease, corticosteroids, sacral abscess
Procedia PDF Downloads 13922998 Lignin Phenol Formaldehyde Resole Resin: Synthesis and Characteristics
Authors: Masoumeh Ghorbania, Falk Liebnerb, Hendrikus W.G. van Herwijnenc, Johannes Konnertha
Abstract:
Phenol formaldehyde (PF) resins are widely used as wood adhesives for variety of industrial products such as plywood, laminated veneer lumber and others. Lignin as a main constituent of wood has become well-known as a potential substitute for phenol in PF adhesives because of their structural similarity. During the last decades numerous research approaches have been carried out to substitute phenol with pulping-derived lignin, whereby the lower reactivity of resins synthesized with shares of lignin seem to be one of the major challenges. This work reports about a systematic screening of different types of lignin (plant origin and pulping process) for their suitability to replace phenol in phenolic resins. Lignin from different plant sources (softwood, hardwood and grass) were used, as these should differ significantly in their reactivity towards formaldehyde of their reactive phenolic core units. Additionally a possible influence of the pulping process was addressed by using the different types of lignin from soda, kraft, and organosolv process and various lignosulfonates (sodium, ammonium, calcium, magnesium). To determine the influence of lignin on the adhesive performance beside others the rate of viscosity development, bond strength development of varying hot pressing time and other thermal properties were investigated. To evaluate the performance of the cured end product, a few selected properties were studied at the example of solid wood-adhesive bond joints, compact panels and plywood. As main results it was found that lignin significantly accelerates the viscosity development in adhesive synthesis. Bonding strength development during curing of adhesives decelerated for all lignin types, while this trend was least for pine kraft lignin and spruce sodium lignosulfonate. However, the overall performance of the products prepared with the latter adhesives was able to fulfill main standard requirements, even after exposing the products to harsh environmental conditions. Thus, a potential application can be considered for processes where reactivity is less critical but adhesive cost and product performance is essential.Keywords: phenol formaldehyde resin, lignin phenol formaldehyde resin, ABES, DSC
Procedia PDF Downloads 237