Overview of reliability engineering
Eric Marsden
<eric.marsden@risk-engineering.org>
Overview of reliability engineering Eric Marsden - - PowerPoint PPT Presentation
Overview of reliability engineering Eric Marsden <eric.marsden@risk-engineering.org> I am purchasing pumps for my refjnery and want to understand the MTBF, lambda etc. provided by the manufacturers I want to compare difgerent system
<eric.marsden@risk-engineering.org>
2 / 32
3 / 32
4 / 32
5 / 32
6 / 32
7 / 32
IEC 61508: Functional Safety of Electrical/Electronic/Programmable Electronic Safety-related Systems
8 / 32
λ inputs
correct state failed state failure rate λ repair rate μ
9 / 32
correct state failed state failure rate λ repair rate μ service OK degraded but safe service dangerous state rate of safe or dangerous and detected failure 𝜇𝑇 rate of non-detected and dangerous failures 𝜇𝐸 repair rate μ
10 / 32
correct state failed state failure rate λ repair rate μ service OK degraded but safe service dangerous state rate of safe or dangerous and detected failure 𝜇𝑇 rate of non-detected and dangerous failures 𝜇𝐸 repair rate μ
10 / 32
correct state failed state failure rate λ repair rate μ service OK degraded but safe service dangerous state rate of safe or dangerous and detected failure 𝜇𝑇 rate of non-detected and dangerous failures 𝜇𝐸 repair rate μ
10 / 32
11 / 32
12 / 32
13 / 32
𝑢→∞ 𝑆(𝑢) = 0 (no eternal life) 14 / 32
Time to failure (T)
1
Probability F(t) t P(T ≤ t)
Time to failure (T)
1
Survival function R(t) t P(T > t)
15 / 32
For more on the reliability of solid-state lamps, see energy.gov
16 / 32
dist = scipy.stats.expon(scale=8000)
17 / 32
18 / 32
> pa = 1 - scipy.stats.expon(scale=5000).cdf(6000) > pa 0.3011942119122022
> pb = 1 - scipy.stats.expon(scale=7000).cdf(6000) > pb 0.42437284567695
19 / 32
ℎ(𝑢) = 𝑔 (𝑢) 𝑆(𝑢)
20 / 32
Decreasing failure rate Constant failure rate Increasing failure rate Failure rate
Wear Out failures Early “infant mortality” failure Constant (random) failures Observed failure rate
Time
21 / 32
0 𝑆(𝑢)𝑒𝑢
22 / 32
23 / 32
time
MTTF MTTR Reliable system with poor availability
time
Available system with poor reliability
Also note that reliability ≠ safety
24 / 32
25 / 32
MTBF MTTR
multiple errors are possible in this period
MTTF
under repair time fault
MTBF: mean time between failures
26 / 32
1 Tie MTTR and repair rate 2 Tie probability that the warranty requirement is being met 3 Tie median time to repair 4 Tie time within which 95% of the maintenance actions can be completed
27 / 32
1 MTTR = 1200/15 = 80 minutes and the repair rate μ is 1/80 = 0.0125. Our
2 Tie probability of time to repair not exceeding 100 minutes is dist.cdf(100)
3 Tie median time to repair is dist.ppf(0.5) = 55 minutes 4 Tie time within which 95% of the maintenance actions can be completed is
28 / 32
1 What is the probability that a pump will fail afuer it has worked for 2000 hours? 2 If two pumps work in parallel, what is probability that the system will fail afuer
29 / 32
1 We want to assess Pr(𝑌 < 2000), which is 1 − Pr(𝑌 ≥ 2000), or 1 -
2 Tie probability of the system working for at least 2000 hours is 1 - that of both
30 / 32
This presentation is distributed under the terms of the Creative Commons Aturibution – Share Alike licence
For more free content on risk engineering, visit risk-engineering.org
31 / 32
Was some of the content unclear? Which parts were most useful to you? Your comments to feedback@risk-engineering.org (email) or @LearnRiskEng (Twitter) will help us to improve these
@LearnRiskEng fb.me/RiskEngineering This presentation is distributed under the terms of the Creative Commons Aturibution – Share Alike licence
For more free content on risk engineering, visit risk-engineering.org
32 / 32