Search results for: failure base rates
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 6947

Search results for: failure base rates

6827 Numerical Prediction of Bearing Strength on Composite Bolted Joint Using Three Dimensional Puck Failure Criteria

Authors: M. S. Meon, M. N. Rao, K-U. Schröder

Abstract:

Mechanical fasteners especially bolting is commonly used in joining carbon-fiber reinforced polymer (CFRP) composite structures due to their good joinability and easy for maintenance characteristics. Since this approach involves with notching, a proper progressive damage model (PDM) need to be implemented and verified to capture existence of damages in the structure. A three dimensional (3D) failure criteria of Puck is established to predict the ultimate bearing failure of such joint. The failure criteria incorporated with degradation scheme are coded based on user subroutine executed in Abaqus. Single lap joint (SLJ) of composite bolted joint is used as target configuration. The results revealed that the PDM adopted here could sufficiently predict the behaviour of composite bolted joint up to ultimate bearing failure. In addition, mesh refinement near holes increased the accuracy of predicted strength as well as computational effort.

Keywords: bearing strength, bolted joint, degradation scheme, progressive damage model

Procedia PDF Downloads 479
6826 Object Oriented Fault Tree Analysis Methodology

Authors: Yi Xiong, Tao Kong

Abstract:

Traditional safety, risk and reliability analysis approaches are problem-oriented, which make it great workload when analyzing complicated and huge system, besides, too much repetitive work would to do if the analyzed system composed by many similar components. It is pressing need an object and function oriented approach to maintain high consistency with problem domain. A new approach is proposed to overcome these shortcomings of traditional approaches, the concepts: class, abstract, inheritance, polymorphism and encapsulation are introduced into FTA and establish the professional class library that the abstractions of physical objects in real word, four areas relevant information also be proposed as the establish help guide. The interaction between classes is completed by the inside or external methods that mapping the attributes to base events through fully search the knowledge base, which forms good encapsulation. The object oriented fault tree analysis system that analyze and evaluate the system safety and reliability according to the original appearance of the problem is set up, where could mapped directly from the class and object to the problem domain of the fault tree analysis. All the system failure situations can be analyzed through this bottom-up fault tree construction approach. Under this approach architecture, FTA approach is developed, which avoids the human influence of the analyst on analysis results. It reveals the inherent safety problems of analyzed system itself and provides a new way of thinking and development for safety analysis. So that object oriented technology in the field of safety applications and development, safety theory is conducive to innovation.

Keywords: FTA, knowledge base, object-oriented technology, reliability analysis

Procedia PDF Downloads 232
6825 Testing Method of Soil Failure Pattern of Sand Type as an Effort to Minimize the Impact of the Earthquake

Authors: Luthfi Assholam Solamat

Abstract:

Nowadays many people do not know the soil failure pattern as an important part in planning the under structure caused by the loading occurs. This is because the soil is located under the foundation, so it cannot be seen directly. Based on this study, the idea occurs to do a study for testing the soil failure pattern, especially the type of sand soil under the foundation. The necessity of doing this to the design of building structures on the land which is the initial part of the foundation structure that met with waves/vibrations during an earthquake. If the underground structure is not strong it is feared the building thereon more vulnerable to the risk of building damage. This research focuses on the search of soil failure pattern, which the most applicable in the field with the loading periodic re-testing of a particular time with the help of the integrated video visual observations performed. The results could be useful for planning under the structure in an effort to try the upper structure is minimal risk of the earthquake.

Keywords: soil failure pattern, earthquake, under structure, sand soil testing method

Procedia PDF Downloads 334
6824 Analysis of the Premature In-Service Failure of Engine Mounting Towers of an Industrial Generator

Authors: Stephen J Futter, Michael I Okereke

Abstract:

This paper presents an investigation of the premature in-service failure of the engine mounting towers that form part of the bedframe commonly used for industrial power generation applications. The client during a routine in-service assessment of the generator set observed that the engine mounting towers had cracked. Thus, this study has investigated in detail the origin of the crack and proffered solutions to prevent a re-occurrence. Seven step problem solving methodology was followed during this paper. The study used both experimental and numerical approaches to understand, monitor and evaluate the cause and evolution of the premature failure. Findings from this study indicated that the failure resulted from a combination of varied processes from procurement of material parts, material selection, welding processes and inaptly designed load-bearing mechanics of the generating set and its mounting arrangement. These in-field observations and experimental simulations provided insights to design and validate a numerical finite element sub-model of the cracked bedframe considering thermal cycling: designed as part of these investigations. Resulting findings led to a recommendation of several procedural changes that should be adopted by the manufacturer, in order to prevent the re-occurrence of such pre-mature failure in future industrial applications.

Keywords: Engine, Premature Failure, Failure Analysis, Finite Element Model

Procedia PDF Downloads 266
6823 Transferable Knowledge: Expressing Lessons Learnt from Failure to Outsiders

Authors: Stijn Horck

Abstract:

Background: The value of lessons learned from failure increases when these insights can be put to use by those who did not experience the failure. While learning from others has mostly been researched between individuals or teams within the same environment, transferring knowledge from the person who experienced the failure to an outsider comes with extra challenges. As sense-making of failure is an individual process leading to different learning experiences, the potential of lessons learned from failure is highly variable depending on who is transferring the lessons learned. Using an integrated framework of linguistic aspects related to attributional egotism, this study aims to offer a complete explanation of the challenges in transferring lessons learned from failures that are experienced by others. Method: A case study of a failed foundation established to address the information needs for GPs in times of COVID-19 has been used. An overview of failure causes and lessons learned were made through a preliminary analysis of data collected in two phases with metaphoric examples of failure types. This was followed up by individual narrative interviews with the board members who have all experienced the same events to analyse the individual variance of lessons learned through discourse analysis. This research design uses the researcher-as-instrument approach since the recipient of these lessons learned is the author himself. Results: Thirteen causes were given why the foundation has failed, and nine lessons were formulated. Based on the individually emphasized events, the explanation of the failure events mentioned by all or three respondents consisted of more linguistic aspects related to attributional egotism than failure events mentioned by only one or two. Moreover, the learning events mentioned by all or three respondents involved lessons learned that are based on changed insight, while the lessons expressed by only one or two are more based on direct value. Retrospectively, the lessons expressed as a group in the first data collection phase seem to have captured some but not all of the direct value lessons. Conclusion: Individual variance in expressing lessons learned to outsiders can be reduced using metaphoric or analogical explanations from a third party. In line with the attributional egotism theory, individuals separated from a group that has experienced the same failure are more likely to refer to failure causes of which the chances to be contradicted are the smallest. Lastly, this study contributes to the academic literature by demonstrating that the use of linguistic analysis is suitable for investigating the knowledge transfer from lessons learned after failure.

Keywords: failure, discourse analysis, knowledge transfer, attributional egotism

Procedia PDF Downloads 86
6822 A New Floating Point Implementation of Base 2 Logarithm

Authors: Ahmed M. Mansour, Ali M. El-Sawy, Ahmed T. Sayed

Abstract:

Logarithms reduce products to sums and powers to products; they play an important role in signal processing, communication and information theory. They are primarily used for hardware calculations, handling multiplications, divisions, powers, and roots effectively. There are three commonly used bases for logarithms; the logarithm with base-10 is called the common logarithm, the natural logarithm with base-e and the binary logarithm with base-2. This paper demonstrates different methods of calculation for log2 showing the complexity of each and finds out the most accurate and efficient besides giving in- sights to their hardware design. We present a new method called Floor Shift for fast calculation of log2, and then we combine this algorithm with Taylor series to improve the accuracy of the output, we illustrate that by using two examples. We finally compare the algorithms and conclude with our remarks.

Keywords: logarithms, log2, floor, iterative, CORDIC, Taylor series

Procedia PDF Downloads 500
6821 A Dam Break Analysis Using MIKE11

Authors: Oussama Derdous, Lakhdar Djemili, Hamza Bouchahed

Abstract:

The consequences of a dam breach can be devastating; both in terms of lives lost and damaged infrastructure and property. Hydraulic modeling provides a clear picture of the possible consequences of partial or complete failure of a dam, which is the key to carry out emergency planning and conduct reliable risk assessments. In this paper, the MIKE11 model developed by the Danish Hydrologic Institute (DHI) was used to simulate the flood wave propagation associated with a potential failure analysis failure of Zardezas dam located in the city of Skikda in the North East of Algeria. MIKE11 results including inundation maps and the representative channel/valley cross-sections depicting flow depth and maximal flow velocities showed that Zardezas reservoir presents a significant risk to downstream areas in the event of a dam failure. These results can be used as the basis of the development of an Emergency Action Plan (EAP).The main objective of this plan is to predict the appropriate steps to avoid or at least decrease the consequences of unexpected failure of Zardezas dam.

Keywords: MIKE11, dam break, inundation maps, emergency action plan

Procedia PDF Downloads 430
6820 The Effect of Visual Fluency and Cognitive Fluency on Access Rates of Web Pages

Authors: Xiaoying Guo, Xiangyun Wang

Abstract:

Access rates is a key indicator of reflecting the popularity of web pages. Having high access rates are very important for web pages, especially for news web pages, online shopping sites and searching engines. In this paper, we analyzed the influences of visual fluency and cognitive fluency on access rates of Chinese web pages. Firstly, we conducted an experiment of scoring the web pages. Twenty-five subjects were invited to view top 50 web pages of China, and they were asked to give a score in a 5-point Likert-scale from four aspects, including complexity, comfortability, familiarity and usability. Secondly, the obtained results was analyzed by correlation analysis and factor analysis in R. By factor analysis; we analyzed the contributions of visual fluency and cognitive fluency to the access rates. The results showed that both visual fluency and cognitive fluency affect the access rate of web pages. Compared to cognitive fluency, visual fluency play a more important role in user’s accessing of web pages.

Keywords: visual fluency, cognitive fluency, visual complexity, usability

Procedia PDF Downloads 354
6819 Net Interest Margin of Cooperative Banks in Low Interest Rate Environment

Authors: Karolína Vozková, Matěj Kuc

Abstract:

This paper deals with the impact of decrease in interest rates on the performance of commercial and cooperative banks in the Eurozone measured by net interest margin. The analysis was performed on balanced dataset of 268 commercial and 726 cooperative banks spanning the 2008-2015 period. We employed Fixed Effects estimation panel method. As expected, we found a negative relationship between market rates and net interest margin. Our results suggest that the impact of negative interest income differs across individual banking business models. More precisely, those cooperative banks were much more hit by the decrease of market interest rates which might be due to their ownership structure and more restrictive business regulation.

Keywords: cooperative banks, performance, negative interest rates, risk management

Procedia PDF Downloads 157
6818 Long-Term Results of Surgical Treatment of Atrial Fibrillation in Patients with Coronary Heart Disease: One Center Experience

Authors: Emil Sakharov, Alex Zotov, Ilkin Osmanov, Oleg Shelest, Aleksander Troitskiy, Robert Khabazov

Abstract:

Objective: Since 2015, our center has been actively implementing methods of surgical correction of atrial fibrillation, in particular, in patients with coronary heart disease. The study presents a comparative analysis of the late postoperative period in patients with coronary artery bypass grafting and atrial fibrillation. Methods: The study included 150 patients with ischemic heart disease and atrial fibrillation for the period from 2015 to 2021. Patients were divided into 2 groups. The first group is represented by patients with ischemic heart disease and atrial fibrillation who underwent coronary bypass surgery and surgical correction of atrial fibrillation (N=50). The second group is represented by patients with ischemic heart disease and atrial fibrillation who underwent only myocardial revascularization (N=100). Patients were comparable in age, gender, and initial severity of the condition. Among the patients in group 1 there were 82% were men, while in the second group, their number was 75%. Among the patients of the first group, there were 36% with persistent atrial fibrillation, 20% with long-term persistent atrial fibrillation. In the second group, 10% with persistent atrial fibrillation and 17% with long-term persistent atrial fibrillation. Results: Average follow-up for groups 1 and 2 amounted to 47 months. There were no complications in group 1, such as bleeding and stroke. There was only 1 patient in group 1, who had died from cardiovascular disease. Freedom of atrial fibrillation was in 82% without AADs therapy. In group 2 there were 8 patients who had died from cardiovascular diseases and total freedom of atrial fibrillation was in 35% of patients, among which 42.8% had additional AADs therapy. Follow-up data are presented in Table 2. Progression of heart failure was observed in 3% in group 1 and 7% in group 2. Combined endpoints (recurrence of AF, stroke, progression of heart failure, myocardial infarction) were achieved in 16% in group 1 and 34% in group 2, respectively. Freedom from atrial fibrillation without antiarrhythmic therapy was 82% for group 1 and 35% for group 2. In the first group, there is a more pronounced decrease in heart failure rates. Deaths from cardiovascular causes were recorded in 2% for group 1 and 7% for group 2. Conclusion: Surgical treatment of atrial fibrillation helps to reduce adverse complications in the late postoperative period and contributes to the regression of heart failure.

Keywords: atrial fibrillation, coronary artery bypass grafting, ischaemic heart disease, heart failure

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

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

Abstract:

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

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

Procedia PDF Downloads 431
6816 Base Deficit Profiling in Patients with Isolated Blunt Traumatic Brain Injury – Correlation with Severity and Outcomes

Authors: Shahan Waheed, Muhammad Waqas, Asher Feroz

Abstract:

Objectives: To determine the utility of base deficit in traumatic brain injury in assessing the severity and to correlate with the conventional computed tomography scales in grading the severity of head injury. Methodology: Observational cross-sectional study conducted in a tertiary care facility from 1st January 2010 to 31st December 2012. All patients with isolated traumatic brain injury presenting within 24 hours of the injury to the emergency department were included in the study. Initial Glasgow Coma Scale and base deficit values were taken at presentation, the patients were followed during their hospital stay and CT scan brain findings were recorded and graded as per the Rotterdam scale, the findings were cross-checked by a radiologist, Glasgow Outcome Scale was taken on last follow up. Outcomes were dichotomized into favorable and unfavorable outcomes. Continuous variables with normal and non-normal distributions are reported as mean ± SD. Categorical variables are presented as frequencies and percentages. Relationship of the base deficit with GCS, GOS, CT scan brain and length of stay was calculated using Spearman`s correlation. Results: 154 patients were enrolled in the study. Mean age of the patients were 30 years and 137 were males. The severity of brain injuries as per the GCS was 34 moderate and 109 severe respectively. 34 percent of the total has an unfavorable outcome with a mean of 18±14. The correlation was significant at the 0.01 level with GCS on presentation and the base deficit 0.004. The correlation was not significant between the Rotterdam CT scan brain findings, length of stay and the base deficit. Conclusion: The base deficit was found to be a good predictor of severity of brain injury. There was no association of the severity of injuries on the CT scan brain as per the Rotterdam scale and the base deficit. Further studies with large sample size are needed to further evaluate the associations.

Keywords: base deficit, traumatic brain injury, Rotterdam, GCS

Procedia PDF Downloads 419
6815 The Relationship between Self-Care Behaviour and Quality of Life Among Heart Failure Patients in Jakarta, Indonesia

Authors: Shedy Maharani Nariswari, Prima Agustia Nova, I. Made Kariasa

Abstract:

Background. Heart Failure (HF) is a chronic and progressive condition associated with significant morbidity, mortality, health care expenditures, and a high readmission rate over the years. Self‐care is essential to manage chronic heart failure in the long term, and it is related to better outcomes and can enhance the quality of life. Objective. The aims of this study were to describe the relationship between self-care behavior and quality of life among heart failure patients in East Jakarta, Indonesia. Methods. This study used a correlational-descriptive design with a cross-sectional study, the sampling method used purposive sampling method. Self-care was measured using Self-care Heart Failure Index version 6.2, and quality of life was measured using The Minnesota Living with Heart Failure. Pearson correlation and Spearman-rho correlations are used to analyze the data. Results. We recruited 103 patients with HF in both outpatient and inpatient ward: mean age 59.26 ± 11.643 years, 63.1% male. Patients with higher levels of education were associated with higher self-care maintenance (p= 0.007). The patient's average quality of life is quite high, with a score of 72,07 ± 16,89. There were a significant relationship among self-care maintenance (r=0,305, p=0,001), self-care management (r=0,330, p=0,001), and self-care confidence (r=0,335, p=0,001) towards the quality of life. Most participants have inadequate self-care maintenance, self-care management, and self-care confidence (score < 70), while the score of quality of life is categorized as poor. Conclusion. The self-care behaviors were limited among patients living with HF in Indonesia yet was associated with better quality of life. It is necessary to promote health related to knowledge and adherence to self-care behavior so that it can improve the quality of life of heart failure patients. This study can be used as a reference to promote self-care among patients with heart failure, it can help to enhance their quality of life.

Keywords: heart failure, self-care maintenance, self-care management, self-care confidence, quality of life

Procedia PDF Downloads 86
6814 Study on Water Level Management Criteria of Reservoir Failure Alert System

Authors: B. Lee, B. H. Choi

Abstract:

The loss of safety for reservoirs brought about by climate change and facility aging leads to reservoir failures, which results in the loss of lives and property damage in downstream areas. Therefore, it is necessary to provide a reservoir failure alert system for downstream residents to detect the early signs of failure (with sensors) in real-time and perform safety management to prevent and minimize possible damage. 10 case studies were carried out to verify the water level management criteria of four levels (attention, caution, alert, serious). Peak changes in water level data were analysed. The results showed that ‘Caution’ and ‘Alert’ were closed to 33% and 66% of difference in level between flood water level and full water level. Therefore, it is adequate to use initial water level management criteria of reservoir failure alert system for the first year. Acknowledgment: This research was supported by a grant (2017-MPSS31-002) from 'Supporting Technology Development Program for Disaster Management' funded by the Ministry of the Interior and Safety(MOIS)

Keywords: alert system, management criteria, reservoir failure, sensor

Procedia PDF Downloads 182
6813 Numerical Analysis on Triceratops Restraining System: Failure Conditions of Tethers

Authors: Srinivasan Chandrasekaran, Manda Hari Venkata Ramachandra Rao

Abstract:

Increase in the oil and gas exploration in ultra deep-water demands an adaptive structural form of the platform. Triceratops has superior motion characteristics compared to that of the Tension Leg Platform and Single Point Anchor Reservoir platforms, which is well established in the literature. Buoyant legs that support the deck are position-restrained to the sea bed using tethers with high axial pretension. Environmental forces that act on the platform induce dynamic tension variations in the tethers, causing the failure of tethers. The present study investigates the dynamic response behavior of the restraining system of the platform under the failure of a single tether of each buoyant leg in high sea states. Using the rain-flow counting algorithm and the Goodman diagram, fatigue damage caused to the tethers is estimated, and the fatigue life is predicted. Results shows that under failure conditions, the fatigue life of the remaining tethers is quite alarmingly low.

Keywords: fatigue life, pm spectrum, rain flow counting, triceratops, failure analysis

Procedia PDF Downloads 113
6812 Experimental Investigation of the Out-of-Plane Dynamic Behavior of Adhesively Bonded Composite Joints at High Strain Rates

Authors: Sonia Sassi, Mostapha Tarfaoui, Hamza Ben Yahia

Abstract:

In this investigation, an experimental technique in which the dynamic response, damage kinetic and heat dissipation are measured simultaneously during high strain rates on adhesively bonded joints materials. The material used in this study is widely used in the design of structures for military applications. It was composed of a 45° Bi-axial fiber-glass mat of 0.286 mm thickness in a Polyester resin matrix. In adhesive bonding, a NORPOL Polyvinylester of 1 mm thickness was used to assemble the composite substrate. The experimental setup consists of a compression Split Hopkinson Pressure Bar (SHPB), a high-speed infrared camera and a high-speed Fastcam rapid camera. For the dynamic compression tests, 13 mm x 13 mm x 9 mm samples for out-of-plane tests were considered from 372 to 1030 s-1. Specimen surface is controlled and monitored in situ and in real time using the high-speed camera which acquires the damage progressive in specimens and with the infrared camera which provides thermal images in time sequence. Preliminary compressive stress-strain vs. strain rates data obtained show that the dynamic material strength increases with increasing strain rates. Damage investigations have revealed that the failure mainly occurred in the adhesive/adherent interface because of the brittle nature of the polymeric adhesive. Results have shown the dependency of the dynamic parameters on strain rates. Significant temperature rise was observed in dynamic compression tests. Experimental results show that the temperature change depending on the strain rate and the damage mode and their maximum exceed 100 °C. The dependence of these results on strain rate indicates that there exists a strong correlation between damage rate sensitivity and heat dissipation, which might be useful when developing damage models under dynamic loading tacking into account the effect of the energy balance of adhesively bonded joints.

Keywords: adhesive bonded joints, Hopkinson bars, out-of-plane tests, dynamic compression properties, damage mechanisms, heat dissipation

Procedia PDF Downloads 189
6811 The Effects of COVID-19 on the Energy Trends and Production Capacity of Turkish Cement Industry

Authors: Adem Atmaca

Abstract:

More than 500 million COVID-19 cases were noted in February 2022 in Turkey. The country is one of the most impacted countries all around the world with twenty million cases. The cement industry in Turkey ranks among the most energy-intensive sectors with huge production capacities among the biggest exporter countries. The purpose of this paper is to clarify the effects of the pandemic on the cement industry in Turkey by showing the changes in manufacturing capacities and export rates of all facilities in the country. The investigation has revealed that the epidemic has slight effects on the factory production capacities and export rates. Even though the capacity usage rates of the factories decreased dramatically in 2019, it seems that Turkish cement companies turned the pandemic to their advantage by increasing their production capacities, capacity usage rates and export rates gradually by reaching new markets during the pandemic.

Keywords: energy, emissions, cement industry, COVID-19

Procedia PDF Downloads 100
6810 Seismic Behavior of a Jumbo Container Crane in the Low Seismicity Zone Using Time-History Analyses

Authors: Huy Q. Tran, Bac V. Nguyen, Choonghyun Kang, Jungwon Huh

Abstract:

Jumbo container crane is an important part of port structures that needs to be designed properly, even when the port locates in low seismicity zone such as in Korea. In this paper, 30 artificial ground motions derived from the elastic response spectra of Korean Building Code (2005) are used for time history analysis. It is found that the uplift might not occur in this analysis when the crane locates in the low seismic zone. Therefore, a selection of a pinned or a gap element for base supporting has not much effect on the determination of the total base shear. The relationships between the total base shear and peak ground acceleration (PGA) and the relationships between the portal drift and the PGA are proposed in this study.

Keywords: jumbo container crane, portal drift, time history analysis, total base shear

Procedia PDF Downloads 168
6809 A Study of Erosion and Sedimentation Rates Based on Two Different Seasons Using CS-137 As A Tracer in the Sembrong Catchment, Malaysia

Authors: Jalal Sharib@Sarip, Dainee nor Fardzila Ahmad Tugi, Mohd Tarmizi Ishak, Mohd Izwan Abdul Adziz

Abstract:

This research paper aims to determine the rate of soil erosion and sedimentation by using Cesium-137,137Cs as a medium-term tracer in the Sembrong catchment, Malaysia, over two different study seasons. The results of the analysis show that rates of soil erosion and sedimentation for both seasons were variable. This can be clearly seen where the dry season only gives the value of the rate of soil erosion. Meanwhile, the wet season has given both soil erosion and sedimentation rate values. The dry season had rates of soil erosion between 5.09 t/ha/y to 51.03 t/ha/y. The wet season had soil erosion and sedimentation rates between 8.02 t/ha/y to 39.78 t/ha/y and -4.81 t/ha/y to - 50.81 t/ha/y, each, respectively. rubber and oil palm plantations referring to Station 17 and station 4/6, located near Semberong Lake and Sembrong River, had the highest rates of soil erosion and sedimentation at 51.03 t/ha/y and -50.81 t/ha/y, respectively. Various factors must also be taken into account, such as soil types, the total volume of rainfall received for both seasons, as well as differences in land use at the study stations. In conclusion, 137Cs as a medium-term tracer was successfully used to determine rates of soil erosion and sedimentation in two different seasons for the Sembrong catchment area. The data on soil erosion and sedimentation rates for this study will be very useful for present, and future land and water management in the Sembrong catchment area and may be compared with other similar catchments in Malaysia.

Keywords: soil erosion, sedimentation, cesium-137, catchment management

Procedia PDF Downloads 95
6808 Rolling Contact Fatigue Failure Analysis of Ball Bearing in Gear Box

Authors: Piyas Palit, Urbi Pal, Jitendra Mathur, Santanu Das

Abstract:

Bearing is an important machinery part in the industry. When bearings fail to meet their expected life the consequences are increased downtime, loss of revenue and missed the delivery. This article describes the failure of a gearbox bearing in rolling contact fatigue. The investigation consists of visual observation, chemical analysis, characterization of microstructures using optical microscopes and hardness test. The present study also considers bearing life as well as the operational condition of bearings. Surface-initiated rolling contact fatigue, leading to a surface failure known as pitting, is a life-limiting failure mode in many modern machine elements, particularly rolling element bearings. Metallography analysis of crack propagation, crack morphology was also described. Indication of fatigue spalling in the ferrography test was also discussed. The analysis suggested the probable reasons for such kind of failure in operation. This type of spalling occurred due to (1) heavier external loading condition or (2) exceeds its service life.

Keywords: bearing, rolling contact fatigue, bearing life

Procedia PDF Downloads 151
6807 Failure Inference and Optimization for Step Stress Model Based on Bivariate Wiener Model

Authors: Soudabeh Shemehsavar

Abstract:

In this paper, we consider the situation under a life test, in which the failure time of the test units are not related deterministically to an observable stochastic time varying covariate. In such a case, the joint distribution of failure time and a marker value would be useful for modeling the step stress life test. The problem of accelerating such an experiment is considered as the main aim of this paper. We present a step stress accelerated model based on a bivariate Wiener process with one component as the latent (unobservable) degradation process, which determines the failure times and the other as a marker process, the degradation values of which are recorded at times of failure. Parametric inference based on the proposed model is discussed and the optimization procedure for obtaining the optimal time for changing the stress level is presented. The optimization criterion is to minimize the approximate variance of the maximum likelihood estimator of a percentile of the products’ lifetime distribution.

Keywords: bivariate normal, Fisher information matrix, inverse Gaussian distribution, Wiener process

Procedia PDF Downloads 303
6806 A Mathematical Optimization Model for Locating and Fortifying Capacitated Warehouses under Risk of Failure

Authors: Tareq Oshan

Abstract:

Facility location and size decisions are important to any company because they affect profitability and success. However, warehouses are exposed to various risks of failure that affect their activity. This paper presents a mixed-integer non-linear mathematical model that can be used to determine optimal warehouse locations and sizes, which warehouses to fortify, and which branches should be assigned to specific warehouses when there is a risk of warehouse failure. Every branch is assigned to a fortified primary warehouse or a nonfortified primary warehouse and a fortified backup warehouse. The standard method and an introduced method, based on the average probabilities, for linearizing this mathematical model were used. A Canadian case study was used to demonstrate the developed mathematical model, followed by some sensitivity analysis.

Keywords: supply chain network design, fortified warehouse, mixed-integer mathematical model, warehouse failure risk

Procedia PDF Downloads 226
6805 A New Low Cost Seismic Response Controlling Structures with Semi Base Isolation Devices

Authors: M. Ezati Kooshki, A. Abbaszadeh Shahri

Abstract:

A number of devices used to control seismic structures have been developed during the past decades. One of the effective ways to reduce seismic forces transmitted to the buildings is through the base isolation systems, but the use of these devices is currently limited to large and expensive buildings. This study was an attempt to introduce an effective and low cost way to protect of structures against grand motions by a semi base isolation system. In this new way, structures were not completely decoupled of bases and the natural frequency of structures was changed due to earthquake by changing the horizontal stiffness; therefore, ground excitation energy was dissipated before entering the structures. For analyzing the dynamic behavior, the new method used finite element software (ABAQUS 6-10-1). This investigation introduced a new package of semi base isolation devices with a new material constitutive, but common in automobile industries, seeking to evaluate the effects of additional new devices on the seismic response when compared with structures without additional devises for different ground motions. The proposed semi base isolation devices were applied to a one story frame and the time history analysis was conducted on the record of Kobe earthquake (1995). The results showed that the efficiency reduced the floor acceleration and displacement, as well as velocity.

Keywords: semi base isolation system, finite element, natural frequency, horizontal stiffness

Procedia PDF Downloads 378
6804 The Effects of Interest Rates on Islamic Banks in a Dual Banking System: Empirical Evidence from Saudi Arabia

Authors: Mouldi Djelassi, Jamel Boukhatem

Abstract:

Background: A relation has been established between Islamic banks' activities and interest rates. The aim of this study was to explore the impact of interest rates on the deposits and loans held by Islamic and conventional banks in Saudi Arabia. Methods: A time series data was performed over the period 2008Q1-2020Q2 on eight conventional banks and four Islamic banks. The impacts of interest rate shocks on deposits and loans were identified through panel vector autoregressive models. Results: Impulse response function analysis showed that increasing interest rates reduce loans and conventional deposits. For Islamic banks, deposits are more affected by interest rates than lending. Variance decomposition analysis revealed that deposits contribute to 61% of the Islamic financing variation and only 25% of the conventional loans. Conclusion: Interest rates impacted Islamic banks especially through deposits, which is inconsistent with the theoretical framework. Islamic deposits played an important role in Islamic financing variation and may provide to be a channel for the transmission of the monetary policy in a dual banking system. Monetary policy in Saudi Arabia works in part through “credits” (conventional bank credits) as well as through “money” (conventional and Islamic bank deposits).

Keywords: Islamic banking, interest rates, monetary policy transmission, panel VAR

Procedia PDF Downloads 81
6803 Characteristics Influencing Response of a Base Isolated Building

Authors: Ounis Hadj Mohamed, Ounis Abdelhafid

Abstract:

In order to illustrate the effect of damping on the response of a base-isolated building, a parametric study is led, taking into account the progressive variation of the damping ratio (10% to 30%) under different types of seismic excitations (near and far field). A time history analysis is used to determine the response of the structure in terms of relative displacement and understory drift at various levels of the building. Thus, the results show that the efficiency of the isolator increases with the assumed damping ratio, provided that this latter is less or equal to 20%. Beyond this value, the isolator becomes less convenient. Furthermore, a strong deviation of energy capacity by the LRB (Lead Rubber Bearing) system is recorded.

Keywords: damping, base isolation, LRB, seismic excitation, hysteresis

Procedia PDF Downloads 396
6802 Efficiency of Nutritional Support Treatments in Children With Failure to Thrive

Authors: Mehves Isiklar Ekici, Ceyda Tuna Kirsaclioglu, Zarife Kuloglu, Aydan Kansu

Abstract:

Malnutrition is an important cause of morbidity and mortality as it accounts for 45% of child deaths under the age of 5 worldwide. Therefore, early recognition and effective treatment of failure to thrive and malnutrition are important. In this study, it was aimed to retrospectively evaluate the nutritional support treatment approaches (nutrition education and diet enrichment / use of enteral nutrition products) applied in children followed up with growth failure without underlying organic causes, and to compare the efficacy of nutritional support treatments. In this study, children aged 1 month to 18 years diagnosed with growth failure who were followed up for at least 12 months between January 2011 and February 2020, were included. Anthropometric measurements at baseline and during follow-up, type of nutritional support therapy and treatment compliance were evaluated based on the retrospective records. 119 children (median age:3.2, 69 girls) were included in the study. Nutrition education and dietary enrichment were provided to 28% of the patients (Group 1). In addition to dietary education and recommendations, enteral nutrition supplements was given in 78% of them (Group 2). Compliance to the treatment rates of the patients in Group 1 and Group 2 were not significantly different at both 6th and 12th month controls. At the end of the follow up children who comply with the treatment in Group 1 had significant increase in weight for age z scores (-1.74 vs 0.05, respectively, p=0.019) and body mass index z scores (-1.47 vs -0.53, respectively, p=0.034) compared with baseline measurements. Similar to Group 1, in Group 2 children with treatment compliance, had a significant increase in weight for age z scores (-2.24 vs. -0.54, respectively, p=0.00) and body mass index z scores (-2.27 vs. -1.06, respectively, p=0.00) compared with baseline measurements. The rate of patients with severe malnutrition decreased from 15% to 12%, for moderate malnutrition decreased from 54% to 33%. Moreover, it was observed that this decrease in the rate of patients with both severe and moderate malnutrition was more prominent in patients under 3 years of age. Although there was a significant increase in anthropometric measurements with treatment in both groups, there was no significant difference in between two groups terms of change in anthropometric measurements (p>0.05), therefore effectiveness. Failure to thrive and malnutrition in infancy and childhood cause health problems that can affect adult life. To conclude, nutritional education - dietary enrichment. recommendations and use of enteral nutrition supplements were both proven beneficial in this study. Researchers are willing to underline that the most important part of the treatment is to include the family to the process to ensure the treatment compliance.

Keywords: enteral nutrition supplements, failure to thrive, malnutrition, nutritional education

Procedia PDF Downloads 87
6801 The Survey of Relationship between Health Literacy and Knowledge of Heart Failure with Rehospitalization in Patients with Heart Failure Admitted to Heart Failure Clinic

Authors: Jaleh Mohammad Aliha, Rezvan Razazi, Nasim Naderi

Abstract:

Introduction: Despite the progress in new effective drugs in the treatment of heart failure, the disease still accompanied with frequent hospitalization, impaired quality of life, early mortality and significant economic burden. Patients with chronic disease and consequently patients with heart failure need the knowledge and optimal health literacy to improve the quality of life and minimize the rate of rehopitalizatio. So, considering to importance of knowledge and health literacy in this patients as well as contradictory literature, this study conducted to investigate the relationship between health literacy and Knowledge of heart failure with rehospitalization in patients with heart failure admitted to heart failure clinic in Rajai Heart center in 1394. Methods: The cross-sectional method with convenience sampling method was used in this study. After obtaining the necessary permissions from the ethics committee and the Shahid Rajai Heart center, 238 patients who were older than 18 years and had ejection fraction 35% or less with the ability to read and write and lack of psychiatric, neurological and cognitive disorders and signed the informed consent were recruited. Data collection were perfomed through demographic data questionnaire, short standard health literacy questionnaire 'Short-TOFHLA-16' and Vanderwall (2005) knowledge of heart failure questionnaire. Reliability was assessed by internal consistency method and Cronbach's alpha for both questionnaires was more than 0.7. Then data were analysed by SPSS-20 with descriptive statistic and analytical statistic such as T-test, Chi-square and ANOVA. Results: The majority of patients were male (66%), married (80%) and had age between 50 to 70 years old (42%). The majority of studied men and women have good health literacy and About half of them have adequate knowledge about heart failure. Fisher's exact test showed that there was a significant statistical correlation between health literacy and knowlegh about heart failure. In other words, higher health literacy associated with more knowledge about their condition. Also findings showed that there was no significant statistical correlation between health literacy and knowledge about heart failure and frequency of CCU and emergency admissions. Conclusion: The study results showed that the higher health literacy, associated with the greater knowledge about heart failure and patients' perception about caring recommendations and disease outcomes. Therefore, the knowledge about heart failure and factors which related to severity of the disease, is the important issue to problem identification and treatment and reduction of rehospitalization.

Keywords: health literacy, heart failure, knowlegde, rehospitalization

Procedia PDF Downloads 375
6800 Evaluation of Three Digital Graphical Methods of Baseflow Separation Techniques in the Tekeze Water Basin in Ethiopia

Authors: Alebachew Halefom, Navsal Kumar, Arunava Poddar

Abstract:

The purpose of this work is to specify the parameter values, the base flow index (BFI), and to rank the methods that should be used for base flow separation. Three different digital graphical approaches are chosen and used in this study for the purpose of comparison. The daily time series discharge data were collected from the site for a period of 30 years (1986 up to 2015) and were used to evaluate the algorithms. In order to separate the base flow and the surface runoff, daily recorded streamflow (m³/s) data were used to calibrate procedures and get parameter values for the basin. Additionally, the performance of the model was assessed by the use of the standard error (SE), the coefficient of determination (R²), and the flow duration curve (FDC) and baseflow indexes. The findings indicate that, in general, each strategy can be used worldwide to differentiate base flow; however, the Sliding Interval Method (SIM) performs significantly better than the other two techniques in this basin. The average base flow index was calculated to be 0.72 using the local minimum method, 0.76 using the fixed interval method, and 0.78 using the sliding interval method, respectively.

Keywords: baseflow index, digital graphical methods, streamflow, Emba Madre Watershed

Procedia PDF Downloads 53
6799 Influence of the Eccentricity of a Concentrated Load on the Behavior of Multilayers Slabs

Authors: F. Bouzeboudja, K. Ait-Tahar

Abstract:

The method of strengthening of concrete works by composite materials is a practice which knows currently an important development. From this perspective, we propose to make a contribution to the analysis of the behavior of concrete slabs reinforced with composite fabrics, arranged in parallel folds according to the thickness of the slab. The analysis of experimentally obtained modes of failure confirms, generally, that the ruin of the structure occurs essentially by punching. Accordingly, our work is directed to the analysis of the behavior of reinforced slabs towards the punching. An experimental investigation is realized. For that purpose, a set of trial specimens was made. The reinforced specimens are subjected to an essay of punching, by making vary the direction of the eccentricity. The first experimental results show that the ultimate loads, as well as the transition from the flexion failure mode to the punching failure mode, are governed essentially by the eccentricity.

Keywords: composites, concrete slabs, failure, laminate, punching

Procedia PDF Downloads 221
6798 Reliability and Probability Weighted Moment Estimation for Three Parameter Mukherjee-Islam Failure Model

Authors: Ariful Islam, Showkat Ahmad Lone

Abstract:

The Mukherjee-Islam Model is commonly used as a simple life time distribution to assess system reliability. The model exhibits a better fit for failure information and provides more appropriate information about hazard rate and other reliability measures as shown by various authors. It is possible to introduce a location parameter at a time (i.e., a time before which failure cannot occur) which makes it a more useful failure distribution than the existing ones. Even after shifting the location of the distribution, it represents a decreasing, constant and increasing failure rate. It has been shown to represent the appropriate lower tail of the distribution of random variables having fixed lower bound. This study presents the reliability computations and probability weighted moment estimation of three parameter model. A comparative analysis is carried out between three parameters finite range model and some existing bathtub shaped curve fitting models. Since probability weighted moment method is used, the results obtained can also be applied on small sample cases. Maximum likelihood estimation method is also applied in this study.

Keywords: comparative analysis, maximum likelihood estimation, Mukherjee-Islam failure model, probability weighted moment estimation, reliability

Procedia PDF Downloads 254