• Title/Summary/Keyword: Failure Code

Search Result 640, Processing Time 0.035 seconds

A Review on Fatigue Analysis of Offshore Structures and Development of a Computer Program (해양구조물의 피로해석기법에 대한 검토 및 전산프로그램의 개발)

  • 이현엽
    • Journal of Ocean Engineering and Technology
    • /
    • v.10 no.2
    • /
    • pp.13-19
    • /
    • 1996
  • For fatigue analsis of offshore structures, existing methods have been reviewed and a computer code has been developed on PC. As methods to estimate the probabillity distribution of the fatigue stress, three methods(the deterministic method, the stochastic method, and the simplified method) are used in this code, to choose the appropriate method according to the situations. This code estimates damage ratios, fatigue lives, and probabilities of fatigue failure considering scatterness of SN-data, based on linear damage rule and SN-curves. Also, allowable stress for the design extreme wave can calculated by the simplified method.

  • PDF

Analysis on Decryption Failure Probability of TiGER (TiGER의 복호화 실패율 분석)

  • Seungwoo Lee;Jonghyun Kim;Jong Hwan Park
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.34 no.2
    • /
    • pp.157-166
    • /
    • 2024
  • Probability of decryption failure of a public key cryptography based on LWE(learning with errors) is determined by its architecture and parameter settings. Since large decryption failure probability leads to attacks[1] on scheme as well as degradation of performance, TiGER[2], a Ring-LWE(R)-based KEM proposed for the first round of KpqC, tried to reduce the decryption failure probability by using error correction code Xef and D2 encoding method. However, D'Anvers et al. has shown that the commonly assumed independence of each bit error is not established since in the case of an encryption scheme based on Ring-LWE(R) using an error correction code, there is error dependency which is not negligible[3]. In this paper, since TiGER does not consider the error dependency, we calcualte the decryption failure probability of TiGER by considering the error dependency. In addition, we found that the bit error probability is incorrectly calculated in TiGER, so we present the correct calculation.

An Assessment of Reactor Vessel Integrity Under In-Vessel Vapor Explosion Loads

  • Bang, Kwang-Hyun;Cho, Jong-Rae;Park, Soo-Yong
    • Nuclear Engineering and Technology
    • /
    • v.32 no.4
    • /
    • pp.299-308
    • /
    • 2000
  • A safety assessment of reactor vessel lower head integrity under in-vessel vapor explosion loads has been performed. The core melt relocation parameters were chosen within the ranges of physically realizable bounds. The premixing and explosion calculations were performed using TRACER-II code. Using the calculated explosion pressures imposed on the lower head inner wall, strain calculations were peformed using ANSYS code. Then, the calculated strain results and the established failure criteria were used in determining the failure probability of the lower head, In the explosion analyses, it is shown that the explosion impulses are not altered significantly by the uncertain parameters of triggering location and time, fuel and vapor volume fractions in uniform premixture bounding calculations. Strain analyses show that the vapor explosion-induced lower head failure is not possible under the present framework of assessment. The result of static analysis using the conservative explosion-end pressure of 50 MPa also supports the conclusion. It is recommended, however, that an assessment of fracture mechanics for preexisting cracks be also considered to obtain a more concrete conclusion.

  • PDF

Experimental study on development length of prestressing strand in pretensioned prestressed concrete members (프리텐션 프리스트레스트 콘크리트 부재의 정착길이 평가)

  • Kim, Ui-Seong
    • Journal of the Korea Construction Safety Engineering Association
    • /
    • s.49
    • /
    • pp.84-91
    • /
    • 2009
  • By bond mechanism between the prestressing strand and the concrete surrounding it, the effective force of prestressing must be transferred to the concrete entirely. The distance required to transfer the effective force of prestressing is called the transfer length, and the development length is the bond length required to anchor the strand as it resists external loads on the member. Transfer length was determined from the concrete strain profile at the level of the strands at transfer and development length was determined from various external loading lengths and compared with current code equation. Through the test results, bond failure is predicted based on the distress caused by cracks when they propagate within the transfer zone of prestressing strand. The current code equation was found to be conservative in comparison with the measured value.

  • PDF

Failure Risk Assessment of Reinforced Concrete Sewer Pipes on Crack-Related Defects (원심력철근콘크리관의 결함에 따른 심각도 평가 -균열 사례를 중심으로-)

  • Han, Sangjong;Shin, Hyunjun;Hwang, Hwankook
    • Journal of Korean Society of Water and Wastewater
    • /
    • v.27 no.6
    • /
    • pp.731-741
    • /
    • 2013
  • CCTV inspection method has been used in Korea for more than 20 years, but there is no proper assessment system for sewer failure severity that considers the domestic circumstances. This study classified the defects caused by the overburden load of reinforced concrete sewer pipes depending on severity and developed defect code by analyzing the domestic CCTV inspection videos. The defect score was assigned to each defect code, and it was classified into 5 grades for the decision-making of repair and rehabilitation. The result of this study is expected to be useful for domestic CCTV inspectors to assess the sewer condition and helpful for managers to make a decision of repair and rehabilitation.

Experimental Study on Development Length of Prestressing Strand in Pretensioned Prestressed Concrete Members (프리텐션 프리스트레스트 콘크리트 부재의 정착길이 정가)

  • Kim, Eui-Sung
    • Journal of the Korean Society of Safety
    • /
    • v.23 no.6
    • /
    • pp.115-121
    • /
    • 2008
  • By bond mechanism between the prestressing strand and the concrete surrounding it, the effective force of prestressing must be transferred to the concrete entirely. The distance required to transfer the effective force of prestressing is called the transfer length, and the development length is the bond length required to anchor the strand as it resists external loads on the member. Transfer length was determined from the concrete strain profile at the level of the strands at transfer and development length was determined from various external loading lengths and compared with current code equation. Through the test results, bond failure is predicted based on the distress caused by cracks when they propagate within the transfer zone of prestressing strand. The current code equation was found to be conservative in comparison with the measured value.

Design and Implementation of code generator to remove the parameter boundary failure in the unit test (단위테스트 중 매개변수 경계오류제거를 위한 코드 자동생성 시스템 설계와 구현)

  • Park, Youngjo;Bang, Hyeja
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.11 no.2
    • /
    • pp.1-10
    • /
    • 2015
  • As programs get more complicated and they are developed by various hands, the possibility that there are program bugs in the code has been increasing. And developers usually run unit tests to find these problems in the code. Besides, the developers are at the pain of getting stability of the code when they have to modify a code very often for clients requirements. In the methodlogy of TDD(Test Driven Development), developers write a unit test code first, and then write a program code for passing the unit test. The unit test must include the boundary condition test the reason why the possibility of occurring the bugs is very high. When failed to pass the test because of the value of a function is incorrect, not existed, out of the range or not matched etc, the program code will return the error code or occur the exception. In the document, the system is designed and implemented in order to insert the generated code automatically or suggest it to the developer, when the boundary condition test is failed. In conclusion, it is possible that the developer will get the code stability by searching the code and checking the code to be omitted automatically through this system.

Failure Probability of Corrosion Pipeline with Varying Boundary Condition

  • Lee, Ouk-Sub;Pyun, Jang-Sik
    • Journal of Mechanical Science and Technology
    • /
    • v.16 no.7
    • /
    • pp.889-895
    • /
    • 2002
  • This paper presents the effect of external corrosion, material properties, operation condition and design thickness in pipeline on failure prediction using a failure probability model. The predicted failure assessment for the simulated corrosion defects discovered in corroded pipeline is compared with that determined by ANSI/ASME B31G code and a modified B31G method. The effects of environmental, operational, and random design variables such as defect depth, pipe diameter, defect length, fluid pressure, corrosion rate, material yield stress and pipe thickness on the failure probability are systematically studied using a failure probability model for the corrosion pipeline.

Failure analysis of composite plates under static and dynamic loading

  • Ray, Chaitali;Majumder, Somnath
    • Structural Engineering and Mechanics
    • /
    • v.52 no.1
    • /
    • pp.137-147
    • /
    • 2014
  • The present paper deals with the first ply failure analysis of the laminated composite plates under various static and dynamic loading conditions. Static analysis has been carried out under patch load and triangular load. The dynamic failure analysis has been carried out under triangular pulse load. The formulation has been carried out using the finite element method and a computer code has been developed. The first order shear deformation theory has been applied in the present formulation. The displacement time history analysis of laminated composite plate has been carried out and the results are compared with those published in literature to validate the formulation. The first ply failure load for laminated composite plates with various lamination schemes under static and dynamic loading conditions has been calculated using various failure criteria. The failure index-time history analysis has also been carried out and presented in this paper.

Effect of normal load on the crack propagation from pre-existing joints using Particle Flow Code (PFC)

  • Haeri, Hadi;Sarfarazi, Vahab;Zhu, Zheming
    • Computers and Concrete
    • /
    • v.19 no.1
    • /
    • pp.99-110
    • /
    • 2017
  • In this paper, the effect of normal load on the failure mechanism of echelon joint has been studied using PFC2D. In the first step, calibration of PFC was undertaken with respect to the data obtained from experimental laboratory tests. Then, six different models consisting various echelon joint were prepared and tested under two low and high normal loads. Furthermore, validation of the simulated models were cross checked with the results of direct shear tests performed on non-persistent jointed physical models. The simulations demonstrated that failure patterns were mostly influenced by normal loading, while the shear strength was linked to failure mechanism. When ligament angle is less than $90^{\circ}$, the stable crack growth length is increased by increasing the normal loading. In this condition, fish eyes failure pattern occur in rock bridge. With higher ligament angles, the rock bridge was broken under high normal loading. Applying higher normal loading increases the number of fracture sets while dilation angle and mean orientations of fracture sets with respect to ligament direction will be decreased.