Design for Reliability and Safety Flashcards

1
Q

What is single point failure?

A

A single failure that leads to catastrophic failure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is common mode failure?

A

A single effect that causes several sub-systems to fail.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a cascade failure?

A

One failure that leads to another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a fault intolerant system?

A

A single failure that causes a system to fail.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is fail-safe?

A

A system that is designed to fail in a non-catastrophic way.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Whats is safe-life?

A

A period of safe operation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the equation for component reliability?

A

R(t) = e^-((Lambda)(t))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the equation for probability of component failure after time t?

A

F(t) = 1 - R(t)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a non-redundant component?

A

A product that consists of a number of components that must all work for the product to function.

R = R1 x R2 x R3 x R4 …

This is fault intolerant.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is “One in Three” component redundancy?

A

One out of three components has to work.

Ra+b+c = 1 - (1-Ra)(1-Rb)(1-Rc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the equation for when n out of m components are required to work?

A

R = R^(n) + (Qn-1)R^(n-1)F + (Qn-2)R^(n-2)F^(2) + … + (Qm)R^(m)F^(n-m)

where Qp is the number of permutations of p surviving out of n.

Qp = n!/[(n-p)!p!]

m = number of components required to work
n = total number of components
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you increase reliability?

A

Make n as large as possible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

List the steps for reliability modelling and optimisation.

A
  • Identify components
  • Calculate reliability of each component for time t given failure rate
  • Formulate block diagram
  • Calculate reliability
  • Identify areas of low reliability
  • Devise methods for improving reliability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Give some examples of fail-safe design.

A
  • Overheating in electrical products cause the fuse to trip and disconnect electrical supply.
  • Bike wheel is ductile to prevent catastrophic loss of support.
  • Kill cord on speed boat that switches the accelerator off.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Explain Failure Modes Effects and Criticality Analysis (FMECA).

A
O = Occurence (10 = v likely)
S = Severity (10 = v severe)
D = Detectability (10 v hard to detect)
RPN = Risk Priority Number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Explain Fault Tree Analysis (FTA).

A

the objective of FTA is to record how a failure can occur based on a series of events.

Events are either combined with an AND or specified as individual events with an OR box.

It is used to understand past failures and predict future failures.