Power MOSFET Selection Solution for High-End Aerial eVTOL Applications – Design Guide for High-Power-Density, Efficient, and Ultra-Reliable Propulsion & Power Management Systems
High-End eVTOL Power MOSFET System Topology Diagram
eVTOL Power System Overall Topology Diagram
graph LR
%% High-Voltage Power Distribution System
subgraph "High-Voltage Battery & Distribution System"
HV_BATTERY["High-Voltage Battery Pack 400V/800V"] --> BMS_CONTROL["Battery Management System"]
HV_BATTERY --> PRECHARGE_CIRCUIT["Pre-charge Circuit"]
subgraph "Solid-State Distribution Switches"
SS_CONTACTOR1["VBL18R07S 800V/7A"]
SS_CONTACTOR2["VBL18R07S 800V/7A"]
SS_CONTACTOR3["VBL18R07S 800V/7A"]
end
BMS_CONTROL --> SS_CONTACTOR1
PRECHARGE_CIRCUIT --> SS_CONTACTOR2
SS_CONTACTOR1 --> PROPULSION_BUS["Propulsion Inverter Bus"]
SS_CONTACTOR2 --> PROPULSION_BUS
SS_CONTACTOR3 --> AUXILIARY_BUS["Auxiliary System Bus"]
end
%% Main Propulsion Inverter Section
subgraph "Propulsion Motor Inverter (Three-Phase)"
PROPULSION_BUS --> PHASE_U["Phase U Leg"]
PROPULSION_BUS --> PHASE_V["Phase V Leg"]
PROPULSION_BUS --> PHASE_W["Phase W Leg"]
subgraph "Phase U High-Side MOSFETs"
Q_UH1["VBP18R20SFD 800V/20A"]
Q_UH2["VBP18R20SFD 800V/20A"]
end
subgraph "Phase U Low-Side MOSFETs"
Q_UL1["VBP16R47SFD 600V/47A"]
Q_UL2["VBP16R47SFD 600V/47A"]
end
subgraph "Phase V High-Side MOSFETs"
Q_VH1["VBP18R20SFD 800V/20A"]
Q_VH2["VBP18R20SFD 800V/20A"]
end
subgraph "Phase V Low-Side MOSFETs"
Q_VL1["VBP16R47SFD 600V/47A"]
Q_VL2["VBP16R47SFD 600V/47A"]
end
subgraph "Phase W High-Side MOSFETs"
Q_WH1["VBP18R20SFD 800V/20A"]
Q_WH2["VBP18R20SFD 800V/20A"]
end
subgraph "Phase W Low-Side MOSFETs"
Q_WL1["VBP16R47SFD 600V/47A"]
Q_WL2["VBP16R47SFD 600V/47A"]
end
PHASE_U --> Q_UH1
Q_UH1 --> Q_UL1
Q_UL1 --> GND1
PHASE_V --> Q_VH1
Q_VH1 --> Q_VL1
Q_VL1 --> GND2
PHASE_W --> Q_WH1
Q_WH1 --> Q_WL1
Q_WL1 --> GND3
Q_UH2 --> PROPULSION_MOTOR_U["U Phase Motor Terminal"]
Q_UL2 --> PROPULSION_MOTOR_U
Q_VH2 --> PROPULSION_MOTOR_V["V Phase Motor Terminal"]
Q_VL2 --> PROPULSION_MOTOR_V
Q_WH2 --> PROPULSION_MOTOR_W["W Phase Motor Terminal"]
Q_WL2 --> PROPULSION_MOTOR_W
end
%% Auxiliary Power System
subgraph "Critical Auxiliary Systems & DC-DC Converters"
AUXILIARY_BUS --> AUX_CONVERTER1["High-Power DC-DC Converter"]
AUXILIARY_BUS --> AUX_CONVERTER2["Flight Control Power Supply"]
subgraph "Auxiliary System MOSFETs"
Q_PUMP["VBMB1152N 150V/50A"]
Q_ACTUATOR["VBMB1152N 150V/50A"]
Q_FAN["VBMB1152N 150V/50A"]
Q_CONVERTER["VBMB1152N 150V/50A"]
end
AUX_CONVERTER1 --> Q_CONVERTER
AUX_CONVERTER2 --> Q_PUMP
AUX_CONVERTER2 --> Q_ACTUATOR
AUX_CONVERTER2 --> Q_FAN
Q_PUMP --> PUMP_LOAD["Cooling Pump"]
Q_ACTUATOR --> ACTUATOR_LOAD["Flight Control Actuator"]
Q_FAN --> FAN_LOAD["Cooling Fan"]
Q_CONVERTER --> LV_SYSTEM["Low-Voltage Systems 48V/28V/12V"]
end
%% Control & Protection System
subgraph "Advanced Control & Protection"
FLIGHT_CONTROLLER["Flight Controller"] --> INVERTER_DRIVER["Three-Phase Inverter Driver"]
FLIGHT_CONTROLLER --> BMS_CONTROL
subgraph "Gate Driver System"
GATE_DRIVER_U["Phase U Gate Driver"]
GATE_DRIVER_V["Phase V Gate Driver"]
GATE_DRIVER_W["Phase W Gate Driver"]
AUX_DRIVER["Auxiliary System Driver"]
end
INVERTER_DRIVER --> GATE_DRIVER_U
INVERTER_DRIVER --> GATE_DRIVER_V
INVERTER_DRIVER --> GATE_DRIVER_W
GATE_DRIVER_U --> Q_UH1
GATE_DRIVER_U --> Q_UL1
GATE_DRIVER_V --> Q_VH1
GATE_DRIVER_V --> Q_VL1
GATE_DRIVER_W --> Q_WH1
GATE_DRIVER_W --> Q_WL1
FLIGHT_CONTROLLER --> AUX_DRIVER
AUX_DRIVER --> Q_PUMP
AUX_DRIVER --> Q_ACTUATOR
AUX_DRIVER --> Q_FAN
AUX_DRIVER --> Q_CONVERTER
subgraph "Protection Circuits"
DESAT_DETECT["DESAT Overcurrent Protection"]
TVS_ARRAY["TVS Surge Protection"]
CURRENT_SENSE["Precision Current Sensing"]
TEMP_MONITOR["Temperature Monitoring"]
end
DESAT_DETECT --> GATE_DRIVER_U
TVS_ARRAY --> PROPULSION_BUS
CURRENT_SENSE --> FLIGHT_CONTROLLER
TEMP_MONITOR --> FLIGHT_CONTROLLER
end
%% Thermal Management System
subgraph "Aviation-Grade Thermal Management"
COOLING_SYSTEM["Liquid Cooling System"] --> PROPULSION_COOLING["Propulsion Inverter Cold Plate"]
COOLING_SYSTEM --> AUXILIARY_COOLING["Auxiliary System Heatsink"]
PROPULSION_COOLING --> Q_UH1
PROPULSION_COOLING --> Q_VH1
PROPULSION_COOLING --> Q_WH1
AUXILIARY_COOLING --> Q_PUMP
AUXILIARY_COOLING --> Q_ACTUATOR
end
%% Connections
PROPULSION_MOTOR_U --> PROPULSION_MOTOR["Main Propulsion Motor"]
PROPULSION_MOTOR_V --> PROPULSION_MOTOR
PROPULSION_MOTOR_W --> PROPULSION_MOTOR
PUMP_LOAD --> COOLING_SYSTEM
FAN_LOAD --> AUXILIARY_COOLING
%% Style Definitions
style Q_UH1 fill:#e8f5e8,stroke:#4caf50,stroke-width:2px
style Q_UL1 fill:#e8f5e8,stroke:#4caf50,stroke-width:2px
style Q_PUMP fill:#e3f2fd,stroke:#2196f3,stroke-width:2px
style SS_CONTACTOR1 fill:#fff3e0,stroke:#ff9800,stroke-width:2px
style FLIGHT_CONTROLLER fill:#fce4ec,stroke:#e91e63,stroke-width:2px
The emergence of electric Vertical Take-Off and Landing (eVTOL) aircraft demands unprecedented performance from its electrical powertrain. The propulsion motor drives, high-voltage distribution, and critical subsystem controls form the core of its energy conversion and management network. The power MOSFET, as the fundamental switching element, directly dictates the system's power density, overall efficiency, thermal performance, and most critically, operational safety and reliability. Addressing the extreme requirements of high voltage, high current, continuous duty cycles, and stringent aviation-grade reliability in eVTOL applications, this guide presents a targeted MOSFET selection and implementation strategy. I. Overall Selection Principles: Prioritizing Power Density and Robustness Selection must balance electrical performance, thermal capability, and package ruggedness under demanding conditions, moving beyond datasheet ratings to real-world operational margins. Voltage and Current with Aviation Margins: Based on common high-voltage bus architectures (400V, 800V), device voltage rating must withstand transients with a margin ≥60-70%. Current rating must support peak thrust demands and continuous cruise, with derating to 50-60% of rated DC current for thermal stability. Ultra-Low Loss for Efficiency and Thermal Management: Loss minimization is critical for range and cooling system size. Low on-resistance (Rds(on)) minimizes conduction loss. For high-frequency motor drives, low gate charge (Q_g) and output capacitance (Coss) are essential to reduce switching loss. Package and Thermal Performance for Harsh Environments: High-power TO-247 and TO-263 packages are preferred for their superior thermal impedance and mechanical robustness. Effective thermal interface to heatsinks or cold plates is mandatory. Ultra-High Reliability and Quality: Devices must exhibit exceptional parameter stability, high avalanche energy rating, and resistance to thermal cycling. Screening for extended temperature range operation (-55°C to +175°C junction) is often necessary. II. Scenario-Specific MOSFET Selection Strategies eVTOL electrical loads are segmented into high-power propulsion, high-voltage distribution, and critical auxiliary systems, each demanding tailored solutions. Scenario 1: Main Propulsion Motor Drive (High-Voltage, High-Current) This is the highest power load, requiring the highest voltage blocking capability, high current handling, and ultra-low losses for maximum efficiency and power density. Recommended Model 1: VBP18R20SFD (Single-N, 800V, 20A, TO-247) Parameter Advantages: Utilizes Super-Junction (SJ) technology, offering an excellent balance of 800V blocking voltage and relatively low Rds(on) of 205 mΩ. The TO-247 package provides the lowest thermal resistance for heat dissipation. Scenario Value: Ideal for 800V bus propulsion inverters, enabling high efficiency at high switching frequencies. Its high voltage rating offers robust protection against bus voltage spikes. Recommended Model 2: VBP16R47SFD (Single-N, 600V, 47A, TO-247) Parameter Advantages: Features an exceptionally low Rds(on) of 65 mΩ for a 600V SJ device, coupled with a high continuous current of 47A. This enables minimal conduction loss in high-current phases. Scenario Value: Optimized for 400-600V bus systems where maximizing current density and efficiency is paramount. Excellent for main thrust motor phases. Design Notes: Must be driven by high-current gate driver ICs with active Miller clamp. Parallel devices may be required for higher power levels. Comprehensive overcurrent and short-circuit protection is essential. Scenario 2: High-Voltage Distribution & Battery Management System (BMS) Involves contactors, pre-charge circuits, and load switches for the high-voltage DC link. Requires reliable high-voltage blocking and moderate current capability. Recommended Model: VBL18R07S (Single-N, 800V, 7A, TO-263) Parameter Advantages: Offers a high 800V rating in a more compact TO-263 (D2PAK) package. The 850 mΩ Rds(on) is suitable for switching and static loads in distribution paths. Scenario Value: Perfect for solid-state replacement or control of electromechanical contactors, pre-charge circuit control, and isolating sections of the HV bus. Saves space and enables faster switching than relays. Design Notes: Can be used in series with current sense resistors for integrated protection. Ensure snubber networks are used for inductive switching. Scenario 3: Critical Auxiliary System & Low-Voltage DC-DC Converter Power Stage Includes pumps, flight control actuators, and the input stages of high-power DC-DC converters. Prioritizes very low conduction loss and high current in a robust package. Recommended Model: VBMB1152N (Single-N, 150V, 50A, TO-220F) Parameter Advantages: Features an extremely low Rds(on) of 17 mΩ and high current rating of 50A using Trench technology. The TO-220F (fully isolated) package simplifies heatsink mounting. Scenario Value: Excellent for high-current, lower-voltage switching in 48V or 28V auxiliary systems, such as motorized actuators or as the synchronous rectifier in high-current DC-DC converters. Its low loss minimizes heat generation in enclosed spaces. Design Notes: Suitable for direct parallel use to increase current capability. Gate drive should be optimized to prevent oscillation during fast switching. III. Key Implementation Points for System Design Drive Circuit Optimization: Use isolated or high-side gate drivers with sufficient peak current (2A-5A) for Propulsion MOSFETs (VBPxx). Implement precise dead-time control and negative turn-off voltage for robustness. For distribution switches (VBL18R07S), ensure sufficient gate drive voltage (12-15V) to fully enhance the device. Advanced Thermal Management: Propulsion MOSFETs must be mounted on liquid-cooled cold plates. Use thermal interface materials with high conductivity and reliability. Monitor junction temperature via thermal sensors or parameter-based estimation. For auxiliary MOSFETs (VBMB1152N), forced air cooling or chassis mounting is typically required. EMC and Reliability Enhancement: Implement multi-stage snubbers across DC-link and MOSFET drain-source. Use low-inductance busbar design for the inverter phase legs. Incorporate comprehensive protection: DESAT detection for overcurrent, TVS for voltage surges, and robust clamping for inductive energy. Redundant gate drive or monitoring circuits may be considered for critical propulsion paths. IV. Solution Value and Expansion Recommendations Core Value: Maximized Power Density & Range: The combination of high-voltage SJ MOSFETs and ultra-low Rds(on) Trench devices minimizes system losses, directly translating to reduced battery weight or extended range. Aviation-Grade Reliability: Selection of high-voltage-rated, robust-packaged devices within conservative margins ensures operation under extreme thermal and vibrational stress. System Simplification: Using MOSFETs for solid-state switching in distribution replaces bulkier contactors, enhancing control granularity and diagnostics. Optimization and Adjustment Recommendations: Higher Power Scaling: For propulsion motors exceeding 200kW per unit, consider parallel configurations of VBP16R47SFD or evaluate modules. Integration Path: For ultimate power density, transition to Custom Power Modules integrating MOSFETs, drivers, and protection, or evaluate Silicon Carbide (SiC) MOSFETs for the highest frequency and efficiency in the propulsion inverter. Specialized Control: For auxiliary motor drives (pumps, fans), combine selected MOSFETs with dedicated motor driver ICs for compact, fault-tolerant designs. The strategic selection of power MOSFETs is a cornerstone in developing a competitive and certifiable eVTOL powertrain. The scenario-based approach outlined here targets the optimal trade-off between voltage capability, current density, efficiency, and ruggedness. As eVTOL technology matures, the adoption of wide-bandgap semiconductors (SiC, GaN) will become imperative for pushing the boundaries of efficiency and power density, enabling the next generation of sustainable urban air mobility.
*To request free samples, please complete and submit the following information. Our team will review your application within 24 hours and arrange shipment upon approval. Thank you!
X
SN Check
***Serial Number Lookup Prompt**
1. Enter the complete serial number, including all letters and numbers.
2. Click Submit to proceed with verification.
The system will verify the validity of the serial number and its corresponding product information to help you confirm its authenticity.
If you notice any inconsistencies or have any questions, please immediately contact our customer service team. You can also call 400-655-8788 for manual verification to ensure that the product you purchased is authentic.