Scroll back to top

    Design Considerations

    Failure Modes

    Broadly speaking, the goal of a design is to prevent unwanted behaviors (or failure modes) from occurring. There can be, and usually are, many different failure modes which need to be considered simultaneously.

    For example, consider just 2 plates bolted together and loaded to failure:

    It is the job of the engineer to anticipate and design for all relevant failure modes. For a given design, successful operation may require:

    Any way a product or component can fail to meet the desired performance can be referred to as a failure mode. These are occasionally categorized as

    • Strength: exceeding the limit state results in material failure
    • Stability: exceeding the limit state results in a stability failure (like buckling or overturning)
    • Serviceability: exceeding the limit state results in compromised performance (excessive deflection)

    It can be very difficult to anticipate every possible failure mode. This broad view of component performance is discussed in the Product Design Specifications reference page. In solid mechanics, we’ll focus on the strength failure modes.

    Note that the nomenclature can vary between industries, but the intent is the same, to identify potential failures and design to prevent them, or reduce the risk (probability x severity) to an acceptably low level.

    Example: Automotive #auto

    Design Failure Mode and Effects Analysis: Design FMEA is a type of FMEA that analyzes the product design, focusing on potential design-related deficiencies, with emphasis on improving the design and ensuring product operation is safe and reliable during useful life.

    For more information, check out: SAE J1739_202101
    Example: Aerospace #aero

    Failure Mode and Effects Analysis (FMEA): A procedure by which each potential failure mode or fault of a system is analyzed to determine the consequences or effects thereof on the system, to classify each potential failure mode according to its severity, and to recommend actions to eliminate, or compensate for, unacceptable effects.

    For more information, check out: SAE ARP5580
    Example: Civil #civil

    Limit State: A condition beyond which a structure or member becomes unfit for service and is judged either to be no longer useful for its intended function (serviceability limit state) or to be unsafe (strength limit state).

    For more information, check out: ASCE7
    Example: US Government #gov

    Failure mode and effects analysis (FMEA): A procedure by which each potential failure mode in a system is analyzed to determine the results or effects thereof on the system and to classify each potential failure mode according to its severity.

    For more information, check out: MIL-STD-1629A

    Allowable Strength Design

    Design Requirement: A structural design is intended to support and/or transmit loads while maintaining safety and utility: don't break. Strength of a structure reflects its ability to resist failure.
    • Ultimate load ( \( P_u \) ): force when specimen fails (breaks).
    • Ultimate normal stress ( \( \sigma_u \) ): stress when a specimen fails (breaks).
    Ultimate normal stress
    $$ \sigma_u = \frac{P_u}{A}\ $$
    A structure is safe if its strength exceeds the required strength.

    Factor of Safety (FS): Ratio of structural strength to maximum (allowed) applied load (\( P_{all} \)).

    Maximum allowed applied load.
    $$ P_{all} \le \frac{P_u}{FS}\ $$
    Similarly,
    Maximum allowed applied stress.
    $$ \sigma_{all} \le \frac{\sigma_u}{FS}\ $$

    Depending on the industry or application, the acceptability of a design may be interpreted differently. For some applications showing a factor of safety of 4 may be sufficient. For example, a sling used for lifting, such as the one shown below, is specified to have a safety factor of 5 in ASME B30.9.

    Load and Resistance Factor Design

    In the civil/structural engineering industry, the variability of loading (wind, seismic, etc.) has been studied extensively. This is also true for various structural capacities in building materials like steel, concrete wood, etc. Given a loading and resistance that are both random variables, a simple “safety factor” does not result in a consistent level of probability of failure across all structures. The structural engineering industry addressed this inconsistency with a different design approach known as Load and Resistance Factor Design (LRFD.)

    The intent of LRFD is to ensure a reasonably low probability of failure is met. The probability of failure can be calculated using the statistical distributions of loading and resistance. Finding the probability that loading exceeds capacity is equivalent to integrating the probability density function (PDF) of the loading multiplied by the cumulative distribution function (CDF) of the resistance (capacity). This can be thought of as accumulating the likelihood of all possible instances of loading being relatively high and the capacity being relatively low in order to find a cumulative probability of failure. The example plots shown below assume normal distributions of load and resistance.

    Example of loading probability distribution

    For bridge design, both approaches are discussed in AASHTO LRFD and LRFD for Highway Bridge Superstructures Reference Manual Section 1.2.2.