In DFMEA, Structure Analysis is Step 2 of the AIAG-VDA 7-Step Approach and acts as the blueprint for the entire analysis.
After defining the scope and boundaries in Step 1, the next move is to visualize and break down the product into its:
- Systems β Subsystems β Components
- Internal & external interfaces
- Flow of energy, materials, and signals
This step is crucial because you cannot analyze risk without clearly understanding the structure.
π― Objective of Step 2 #
βDefine and visualize the product architecture using a structure tree and function block diagram to support downstream failure and risk analysis.β
π DFMEA Structure Analysis β Case: 12V Electric Water Pump (EWP) #
We will now perform structure analysis for our case study product β a 12V Electric Water Pump, used in ICE and hybrid vehicles for coolant flow regulation.
π 1. Design Structure Tree (System β Subsystem β Component) #
The structure tree organizes the system hierarchy from top-level system down to its parts. It helps link functions, failures, and causes at each level.
π§ Structure Tree for EWP
Electric Water Pump (System)
β
βββ Mechanical Assembly (Subsystem)
β βββ Pump Housing
β βββ Impeller
β βββ Shaft
β βββ Bearings
β βββ Mechanical Seal
β
βββ Electrical Drive (Subsystem)
β βββ Rotor
β βββ Stator
β βββ PCB (Controller Board)
β βββ Hall Sensor
β βββ Power MOSFETs
β
βββ Interfaces (External)
β βββ Electrical Connector (PWM, 12V, GND)
β βββ Coolant Inlet & Outlet
β
βββ Mounting System
βββ Bracket
βββ Rubber Isolators
π― Why This Matters?
Each element in the structure:
- Will have its own function (Step 3),
- Can potentially fail (Step 4),
- Will be analyzed for risk (Steps 5β7).
This tree allows mapping of effects and causes in a top-down and bottom-up way.
β TIP: This structure tree will be mirrored in the DFMEA form’s column βNext Higher Levelβ and βNext Lower Level.β
π 2. Functional Block Diagram (FBD) #
The Functional Block Diagram (FBD) shows how different parts of the EWP interact and how signals, energy, and materials flow.
π§© FBD for Electric Water Pump
+----------------------+
| ECU (Vehicle) |
| [PWM Signal] |
+----------+-----------+
|
v
+--------+--------+ +----------------+
| Electrical PCB | Signal | Ground Return |
| (Controller) +----------------> Path |
+--------+--------+ +----------------+
|
Motor Control (3-Phase Signal)
|
v
+--------+--------+
| BLDC Motor | Energy Transfer
| (Rotor & Stator) +-----------------------------+
+--------+--------+ |
| v
Mechanical Rotation +------|-------+
| | Impeller |
v |(Coolant Flow)|
+--------+--------+ +--------------+
| Shaft |
+--------+--------+
|
v
+--------+--------+
| Mechanical Seal | β Coolant sealing
+--------+--------+
|
v
+------------------+
| Pump Housing | β Coolant Interface to System
+------------------+
π Interfaces Identified in FBD
| Interface Type | Element | Description |
|---|---|---|
| Electrical | Connector β ECU | Power, Ground, PWM |
| Signal | ECU β PCB β Motor | Signal processing |
| Mechanical | Shaft β Impeller | Torque transfer |
| Sealing | Shaft β Seal β Housing | Prevent leakage |
| Thermal | PCB β Housing | Heat dissipation |
| Material | Coolant β Impeller/Housing | Chemical compatibility |
π§ Additional Visual: Interface Matrix (for Later Reuse) #
To support failure analysis, weβll also prepare an Interface Matrix in the next steps (used in Step 4 and 5). But here’s a preview:
| From | To | Interface Type | Critical? |
|---|---|---|---|
| ECU | EWP PCB | PWM Signal | Yes |
| PCB | Motor | Electrical (3-Phase) | Yes |
| Rotor | Shaft | Mechanical | Yes |
| Shaft | Impeller | Mechanical | Yes |
| Coolant | Seal | Environmental | Yes |
| PCB | Housing | Thermal | Medium |
| Housing | Bracket | Mounting | Low |
π Template: Structure Analysis Worksheet (Excerpt) #
| Level | Element | Next Higher | Next Lower | Function |
|---|---|---|---|---|
| System | EWP | Vehicle Thermal System | Subsystems | Regulate coolant flow |
| Subsystem | PCB | EWP | MOSFETs, Controller | Control motor signal |
| Component | Impeller | Mechanical Assy | None | Move coolant |
| Component | Seal | Mechanical Assy | Shaft | Prevent leakage |
| Interface | Connector | EWP | ECU, GND | Electrical input |
π₯ Download full editable Structure Tree & FBD template (Excel + PPT)
β Outputs of Step 2 #
By completing this step, you will have:
- β A clear Structure Tree (system β component breakdown)
- β A Functional Block Diagram (FBD) that traces all flows
- β Identified key interfaces (internal & external)
- β Built the base for Steps 3β7 (function β failure β risk analysis)
π Internal Linking Suggestions #
- Step 3: Function Analysis β Defining Functions and Requirements
- Download: DFMEA Structure Tree Template (Excel)
- Download: FBD Template (PPT/Visio)
π§ Pro Tip #
βIf your structure isnβt clear, your DFMEA will be messy. A strong Structure Tree ensures you identify every element that might fail β and nothing gets missed.β
π Conclusion #
Structure Analysis is like drawing the map before starting the journey. It aligns your entire DFMEA team on what you’re analyzing, how it’s built, and what connects to what.
With this foundation, you’re now ready for Step 3: Function Analysis, where we define the intended performance of each element and how it interacts.