Smart Home

Your present location > Home page > Smart Home
Optimization of Power Chain for High-End Residential Air Source Heat Pumps: A Precise MOSFET/IGBT Selection Scheme Based on Compressor Drive, Variable-Frequency Control, and Auxiliary Power Management
Air Source Heat Pump Power Chain Optimization Topology Diagram

High-End Residential Air Source Heat Pump Overall Power Chain Topology

graph LR %% Main Power Input & Distribution subgraph "Main Power Input & PFC Stage" AC_MAIN["Single/Three-Phase AC Input
230V/400V 50/60Hz"] --> EMI_MAIN["EMI Filter & Surge Protection"] EMI_MAIN --> PFC_STAGE["PFC Boost Converter
Output: ~400VDC"] PFC_STAGE --> HV_BUS["High-Voltage DC Bus
~400VDC"] end %% Compressor Drive System subgraph "Compressor Inverter Drive (Primary Heat Source)" HV_BUS --> COMP_INV["Three-Phase Inverter Bridge"] subgraph "High-Voltage IGBT Array" IGBT_U["VBPB1135NI25
1350V/25A IGBT+FRD
Phase U"] IGBT_V["VBPB1135NI25
1350V/25A IGBT+FRD
Phase V"] IGBT_W["VBPB1135NI25
1350V/25A IGBT+FRD
Phase W"] end COMP_INV --> IGBT_U COMP_INV --> IGBT_V COMP_INV --> IGBT_W IGBT_U --> COMP_MOTOR["Variable-Speed Compressor Motor
3-10kW"] IGBT_V --> COMP_MOTOR IGBT_W --> COMP_MOTOR COMP_CTRL["Compressor Controller
FOC/Six-Step Algorithm"] --> GATE_DRV_COMP["Isolated Gate Driver
with Desat Protection"] GATE_DRV_COMP --> IGBT_U GATE_DRV_COMP --> IGBT_V GATE_DRV_COMP --> IGBT_W end %% Low-Voltage Auxiliary Power subgraph "Auxiliary Power Supply & Distribution" AUX_PSU["Auxiliary Power Supply
24V/48V DC Output"] --> AUX_BUS["Low-Voltage Auxiliary Bus
24V/48VDC"] AUX_BUS --> FAN_DRV["Fan Drive Inverter"] AUX_BUS --> PUMP_DRV["Pump Drive Inverter"] AUX_BUS --> INTELL_SW["Intelligent Load Switches"] end %% Variable-Frequency Fan/Pump Drives subgraph "Variable-Frequency Auxiliary Drives" FAN_DRV --> FAN_INV["Three-Phase Inverter"] subgraph "Fan Drive MOSFET Array" FAN_MOS1["VBP1601
60V/150A
Rds(on)=1mΩ"] FAN_MOS2["VBP1601
60V/150A
Rds(on)=1mΩ"] FAN_MOS3["VBP1601
60V/150A
Rds(on)=1mΩ"] end FAN_INV --> FAN_MOS1 FAN_INV --> FAN_MOS2 FAN_INV --> FAN_MOS3 FAN_MOS1 --> FAN_MOTOR["DC Brushless Fan Motor"] FAN_MOS2 --> FAN_MOTOR FAN_MOS3 --> FAN_MOTOR PUMP_DRV --> PUMP_INV["Three-Phase Inverter"] subgraph "Pump Drive MOSFET Array" PUMP_MOS1["VBP1601
60V/150A
Rds(on)=1mΩ"] PUMP_MOS2["VBP1601
60V/150A
Rds(on)=1mΩ"] PUMP_MOS3["VBP1601
60V/150A
Rds(on)=1mΩ"] end PUMP_INV --> PUMP_MOS1 PUMP_INV --> PUMP_MOS2 PUMP_INV --> PUMP_MOS3 PUMP_MOS1 --> PUMP_MOTOR["Circulation Pump Motor"] PUMP_MOS2 --> PUMP_MOTOR PUMP_MOS3 --> PUMP_MOTOR AUX_CTRL["Auxiliary Drive Controller"] --> GATE_DRV_AUX["Gate Driver Array"] GATE_DRV_AUX --> FAN_MOS1 GATE_DRV_AUX --> FAN_MOS2 GATE_DRV_AUX --> FAN_MOS3 GATE_DRV_AUX --> PUMP_MOS1 GATE_DRV_AUX --> PUMP_MOS2 GATE_DRV_AUX --> PUMP_MOS3 end %% Intelligent Load Management subgraph "Intelligent Auxiliary Load Management" subgraph "High-Current P-Channel Switches" SW_DEFROST["VBE2406 P-MOSFET
-40V/-90A
Defrost Heater"] SW_VALVE["VBE2406 P-MOSFET
-40V/-90A
Solenoid Valve"] SW_BACKUP["VBE2406 P-MOSFET
-40V/-90A
Backup Heating"] end INTELL_SW --> SW_DEFROST INTELL_SW --> SW_VALVE INTELL_SW --> SW_BACKUP SW_DEFROST --> LOAD_DEFROST["Defrost Heater
1-2kW"] SW_VALVE --> LOAD_VALVE["Solenoid Valves"] SW_BACKUP --> LOAD_BACKUP["Electric Backup Heater"] MCU["Main System Controller"] --> DRV_SW["MOSFET Driver"] DRV_SW --> SW_DEFROST DRV_SW --> SW_VALVE DRV_SW --> SW_BACKUP end %% Protection & Monitoring subgraph "Protection & System Monitoring" subgraph "Protection Circuits" SNUBBER_RC["RC Snubber Network"] --> IGBT_U SNUBBER_RC --> IGBT_V SNUBBER_RC --> IGBT_W FREE_DIODE["Freewheeling Diodes"] --> SW_DEFROST FREE_DIODE --> SW_VALVE GATE_ZENER["Gate-Source Zener Clamp
±15V to ±20V"] --> GATE_DRV_COMP GATE_ZENER --> GATE_DRV_AUX end subgraph "Sensing & Feedback" CURRENT_SENSE["Current Sensors"] --> COMP_CTRL CURRENT_SENSE --> AUX_CTRL TEMP_SENSORS["NTC Temperature Sensors
Evaporator/Condenser"] --> MCU PRESSURE_SENSORS["Pressure Sensors"] --> MCU end end %% Thermal Management subgraph "Three-Level Thermal Management" COOLING_L1["Level 1: Forced Air/Liquid Cooling"] --> IGBT_U COOLING_L1 --> IGBT_V COOLING_L1 --> IGBT_W COOLING_L2["Level 2: Forced Air Cooling"] --> FAN_MOS1 COOLING_L2 --> FAN_MOS2 COOLING_L2 --> FAN_MOS3 COOLING_L2 --> PUMP_MOS1 COOLING_L2 --> PUMP_MOS2 COOLING_L2 --> PUMP_MOS3 COOLING_L3["Level 3: PCB Copper Pour
Natural Convection"] --> SW_DEFROST COOLING_L3 --> SW_VALVE COOLING_L3 --> SW_BACKUP end %% Communication & Control MCU --> COMP_CTRL MCU --> AUX_CTRL MCU --> COMM_INTERFACE["Communication Interface
CAN/Modbus"] COMM_INTERFACE --> USER_INTERFACE["User Interface/Cloud"] %% Style Definitions style IGBT_U fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style FAN_MOS1 fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style SW_DEFROST fill:#fff3e0,stroke:#ff9800,stroke-width:2px style MCU fill:#fce4ec,stroke:#e91e63,stroke-width:2px

Preface: Building the "Thermal Energy Heart" for Intelligent Homes – Discussing the Systems Thinking Behind Power Device Selection
In the evolution of modern home heating and hot water solutions towards high efficiency and intelligence, an outstanding air source heat pump system is far more than a simple integration of a compressor, heat exchanger, and controller. It is, more critically, a precise, efficient, and reliable electrical-to-thermal energy "conversion and dispatch center." Its core performance metrics—high Coefficient of Performance (COP), stable and wide-range variable-capacity output, and the silent, coordinated operation of all auxiliary units—are all deeply rooted in a fundamental module that determines the system's upper limit: the power conversion and management system.
This article employs a systematic and collaborative design mindset to deeply analyze the core challenges within the power path of high-end residential air source heat pumps: how, under the multiple constraints of high efficiency, extreme reliability, stringent noise and EMI requirements, and compact size, can we select the optimal combination of power MOSFETs/IGBTs for the three key nodes: high-voltage compressor inverter drive, low-voltage variable-frequency fan/pump control, and multi-channel auxiliary power intelligent management?
I. In-Depth Analysis of the Selected Device Combination and Application Roles
1. The Core of the Compressor Drive: VBPB1135NI25 (1350V IGBT+FRD, 25A, TO3P) – Main Inverter Power Switch for High-Efficiency Compressor
Core Positioning & Topology Deep Dive: This device is the ideal choice for the high-voltage three-phase inverter bridge driving the variable-speed compressor (typically fed by a PFC stage producing ~400V DC). The 1350V collector-emitter voltage provides a robust safety margin against line voltage surges and PFC bus transients, ensuring long-term reliability in harsh grid conditions. The integrated Field-Stop (FS) IGBT and anti-parallel Fast Recovery Diode (FRD) structure is tailored for hard-switching inverter applications up to 20kHz, balancing switching loss and conduction loss.
Key Technical Parameter Analysis:
Optimized VCEsat for Efficiency: A typical VCEsat of 1.7V at 15V drive ensures low conduction losses at the rated compressor current, directly contributing to a higher system COP.
Integrated FRD for Robustness: The co-packaged FRD provides a dedicated, low-loss freewheeling path, crucial for managing the inductive energy of the compressor motor. This eliminates the reliability risks and parasitic issues associated with discrete diode solutions.
Thermal & Power Handling: The TO3P package offers excellent thermal dissipation capability, essential for handling the concentrated heat generation in the inverter stage, which is the primary power consumption point in the heat pump.
2. The Backbone of Variable-Frequency Control: VBP1601 (60V, 150A, TO247) – Low-Voltage, High-Current Switch for Fan and Pump Drives
Core Positioning & System Benefit: Serving as the core switch in inverter circuits for DC brushless fans and circulation pumps (typically 24V/48V systems), its ultra-low Rds(on) of 1mΩ @10V is the decisive factor for minimizing conduction loss in these continuously operating auxiliary drives.
Maximizing System COP: Lower losses in fan and pump drives translate directly into higher overall system efficiency (COP), as these components run for extended periods.
Enabling Precise Speed Control: The low Rds(on) and high current capability allow for efficient operation across a wide speed range, enabling silent operation at low speeds and high torque at startup or demanding conditions.
Simplified Thermal Design: The extremely low conduction loss reduces the heat sink requirement, contributing to a more compact and cost-effective drive module design for fans and pumps.
3. The Intelligent Auxiliary Power Manager: VBE2406 (-40V, -90A, TO252) – High-Current Positive Rail Distribution Switch
Core Positioning & System Integration Advantage: This P-channel MOSFET in a TO252 package is the key enabler for intelligent management and protection of high-current auxiliary loads within the heat pump, such as the defrost heater, high-power solenoid valves, or a backup electric heating element.
Application Example: It can be used to intelligently connect or disconnect the defrost heater based on the evaporator coil temperature and system optimization algorithms, or to activate backup heating only during extreme conditions, ensuring primary system efficiency.
High-Side Switching Simplicity: As a P-channel device, it allows for simple, direct logic-level control from the system microcontroller (pull gate low to turn on) when used on the positive rail of a 24V/48V system, eliminating the need for a charge pump or level-shifter circuit. This simplifies design and enhances reliability.
Robust Current Handling: With an Rds(on) as low as 6.8mΩ @10V and a 90A current rating, it can manage substantial auxiliary loads with minimal voltage drop and power loss, making it ideal for centralized power distribution points.
II. System Integration Design and Expanded Key Considerations
1. Topology, Drive, and Control Loop
Compressor Inverter & System Controller: The drive for the VBPB1135NI25 IGBT must be precisely synchronized with the compressor inverter controller implementing Field-Oriented Control (FOC) or six-step modulation. Isolated gate drivers with desaturation detection are mandatory for safety and protection.
Variable-Frequency Auxiliary Drives: The VBP1601, used in fan/pump inverters, requires gate drivers capable of fast switching to minimize losses at the typical PWM frequencies (10kHz-30kHz) used for quiet operation. Its control must be integrated with the main system controller for coordinated operation based on thermal load.
Digital Load Management: The gate of the VBE2406 should be controlled via a robust MOSFET driver (or directly from an MCU with sufficient current capability) to allow for soft-start of large loads like defrost heaters, preventing inrush current issues and enabling fast shutdown in fault conditions.
2. Hierarchical Thermal Management Strategy
Primary Heat Source (Forced Air/Liquid Cooling): The compressor inverter module containing the VBPB1135NI25 IGBTs is the primary heat source and must be mounted on a dedicated heatsink, often coupled with the system's forced air cooling or a separate cooling path.
Secondary Heat Source (Passive/Forced Air Cooling): The fan/pump drive modules using VBP1601 generate significant heat and require dedicated PCB copper pours and/or a shared heatsink with adequate airflow from the system fan.
Tertiary Heat Source (PCB Conduction/Natural Convection): The VBE2406 and other power distribution components rely on intelligent PCB layout with thick copper layers and thermal vias to dissipate heat to the board and surrounding air.
3. Engineering Details for Reliability Reinforcement
Electrical Stress Protection:
VBPB1135NI25: Utilize RC snubber networks across each IGBT or at the DC-link to suppress voltage spikes caused by the compressor motor's winding inductance and stray circuit inductance.
Inductive Load Control (VBE2406): Configure freewheeling diodes for inductive loads like solenoid valves to absorb turn-off energy and protect the MOSFET.
Enhanced Gate Protection: All gate drive loops should be optimized with series resistors, low-inductance layouts, and parallel Zener diodes (e.g., ±15V to ±20V) for gate-source clamping. Pull-down resistors ensure reliable turn-off.
Derating Practice:
Voltage Derating: Ensure the VCE of VBPB1135NI25 operates below 80% of 1350V (1080V) under worst-case transients. For VBP1601, ensure VDS has sufficient margin above the maximum auxiliary bus voltage (e.g., 60V system derated to <48V).
Current & Thermal Derating: Base all current ratings on the actual operating junction temperature (Tj), using transient thermal impedance curves. Ensure Tj remains below 125°C under all operating conditions, including compressor start-up and defrost cycles.
III. Quantifiable Perspective on Scheme Advantages and Competitor Comparison
Quantifiable Efficiency Improvement: For a 5kW compressor drive, using the optimized VCEsat of the VBPB1135NI25 compared to a standard IGBT can reduce inverter conduction losses by 15-20%, directly boosting the system's seasonal COP (SCOP).
Quantifiable System Integration & Reliability Improvement: Using the high-current VBE2406 to centrally manage a 2kW defrost heater simplifies the protection circuit and reduces component count compared to relay-based solutions, improving reliability (MTBF) and enabling soft-start for longer heater life.
Lifecycle Cost Optimization: The selection of robust, application-optimized devices like the FS IGBT and low-Rds(on) MOSFETs minimizes the risk of field failures, reducing warranty costs and enhancing brand reputation for reliability in the competitive high-end heat pump market.
IV. Summary and Forward Look
This scheme provides a complete, optimized power chain for high-end residential air source heat pumps, spanning from the high-voltage compressor drive to low-voltage variable-speed auxiliary control and intelligent high-current power distribution. Its essence lies in "matching to needs, optimizing the system":
Compressor Drive Level – Focus on "High-Voltage Robustness & Efficiency": Select high-voltage IGBTs with integrated FRDs to ensure reliability against grid disturbances while optimizing conduction losses for high COP.
Auxiliary Drive Level – Focus on "Ultimate Conduction Performance": Invest in ultra-low Rds(on) MOSFETs for continuously running fans and pumps, where conduction loss dominates total loss, for maximum system efficiency.
Power Distribution Level – Focus on "Intelligent High-Current Handling": Utilize high-current P-channel MOSFETs to achieve simple, reliable, and intelligent control of major auxiliary loads, enabling advanced system optimization strategies.
Future Evolution Directions:
Silicon Carbide (SiC) Integration: For ultra-high-efficiency models, the compressor inverter could migrate to SiC MOSFETs, significantly reducing switching losses, enabling higher switching frequencies for smaller filters, and improving partial-load efficiency.
Integrated Intelligent Power Modules (IPMs): Consider IPMs that integrate the gate driver, protection, and IGBTs/MOSFETs into a single package for the compressor or fan drives, simplifying design, improving reliability, and reducing PCB size.
Wider Adoption of GaN: For the low-voltage, high-frequency auxiliary DC-DC converters within the controller, GaN HEMTs could be adopted to achieve unprecedented power density and efficiency.
Engineers can refine and adjust this framework based on specific heat pump parameters such as compressor power rating (e.g., 3-10kW), auxiliary system voltage (24V/48V), load profiles, and target efficiency standards (e.g., ErP), thereby designing high-performance, silent, and reliable residential air source heat pump systems.

Detailed Topology Diagrams

Compressor Inverter Drive Topology Detail

graph LR subgraph "Three-Phase IGBT Inverter Bridge" HV_BUS["HV DC Bus (~400V)"] --> INV_BRIDGE["Inverter Bridge Input"] subgraph "Phase Legs" LEG_U["Phase U Leg"] LEG_V["Phase V Leg"] LEG_W["Phase W Leg"] end INV_BRIDGE --> LEG_U INV_BRIDGE --> LEG_V INV_BRIDGE --> LEG_W LEG_U --> U_OUT["Output Phase U"] LEG_V --> V_OUT["Output Phase V"] LEG_W --> W_OUT["Output Phase W"] end subgraph "IGBT Phase Leg Detail" subgraph "Upper & Lower Switches" Q_UH["VBPB1135NI25
1350V/25A IGBT"] Q_UL["VBPB1135NI25
1350V/25A IGBT"] end PH_IN["Phase Input"] --> Q_UH Q_UH --> PH_OUT["Phase Output"] PH_OUT --> Q_UL Q_UL --> GND_PHASE["Phase Ground"] D_FRD["Integrated Fast Recovery Diode"] --> Q_UH D_FRD --> Q_UL end subgraph "Gate Drive & Protection" CTRL_SIG["PWM Control Signals"] --> ISO_DRIVER["Isolated Gate Driver"] ISO_DRIVER --> GATE_UH["Gate U High"] ISO_DRIVER --> GATE_UL["Gate U Low"] DESAT_PROT["Desaturation Detection"] --> FAULT_LOGIC["Fault Logic"] FAULT_PROT["Overcurrent/Temperature"] --> FAULT_LOGIC FAULT_LOGIC --> SHUTDOWN["Shutdown Signal"] SHUTDOWN --> ISO_DRIVER RC_SNUBBER["RC Snubber Circuit"] --> Q_UH RC_SNUBBER --> Q_UL end subgraph "Motor Connection & Control" U_OUT --> MOTOR_U["Motor Phase U"] V_OUT --> MOTOR_V["Motor Phase V"] W_OUT --> MOTOR_W["Motor Phase W"] CURRENT_FB["Current Feedback"] --> FOC_CTRL["FOC/Six-Step Controller"] SPEED_REF["Speed Reference"] --> FOC_CTRL FOC_CTRL --> CTRL_SIG end style Q_UH fill:#e8f5e8,stroke:#4caf50,stroke-width:2px

Variable-Frequency Fan/Pump Drive Topology Detail

graph LR subgraph "Low-Voltage Three-Phase Inverter" LV_BUS["24V/48V Auxiliary Bus"] --> INV_IN["Inverter DC Input"] subgraph "MOSFET Bridge Array" MOS_Q1["VBP1601
60V/150A
Phase U High"] MOS_Q2["VBP1601
60V/150A
Phase U Low"] MOS_Q3["VBP1601
60V/150A
Phase V High"] MOS_Q4["VBP1601
60V/150A
Phase V Low"] MOS_Q5["VBP1601
60V/150A
Phase W High"] MOS_Q6["VBP1601
60V/150A
Phase W Low"] end INV_IN --> MOS_Q1 INV_IN --> MOS_Q3 INV_IN --> MOS_Q5 MOS_Q1 --> U_PHASE["Phase U Output"] MOS_Q2 --> U_PHASE MOS_Q3 --> V_PHASE["Phase V Output"] MOS_Q4 --> V_PHASE MOS_Q5 --> W_PHASE["Phase W Output"] MOS_Q6 --> W_PHASE MOS_Q2 --> GND_INV["Inverter Ground"] MOS_Q4 --> GND_INV MOS_Q6 --> GND_INV end subgraph "Gate Drive Circuit" PWM_CTRL["PWM Controller
10-30kHz"] --> GATE_DRV["High-Speed Gate Driver"] GATE_DRV --> GATE_Q1["Gate Q1"] GATE_DRV --> GATE_Q2["Gate Q2"] GATE_DRV --> GATE_Q3["Gate Q3"] GATE_DRV --> GATE_Q4["Gate Q4"] GATE_DRV --> GATE_Q5["Gate Q5"] GATE_DRV --> GATE_Q6["Gate Q6"] DEAD_TIME["Dead Time Control"] --> PWM_CTRL end subgraph "Motor & Control Loop" U_PHASE --> BLDC_U["BLDC Motor Phase U"] V_PHASE --> BLDC_V["BLDC Motor Phase V"] W_PHASE --> BLDC_W["BLDC Motor Phase W"] HALL_SENSORS["Hall Sensors"] --> SPEED_FB["Speed Feedback"] CURRENT_MON["Current Monitoring"] --> PWM_CTRL SPEED_CMD["Speed Command from MCU"] --> PWM_CTRL end subgraph "Thermal Management" HEATSINK["Air-Cooled Heat Sink"] --> MOS_Q1 HEATSINK --> MOS_Q2 HEATSINK --> MOS_Q3 HEATSINK --> MOS_Q4 HEATSINK --> MOS_Q5 HEATSINK --> MOS_Q6 PCB_POUR["PCB Copper Pour"] --> MOS_Q1 PCB_POUR --> MOS_Q2 end style MOS_Q1 fill:#e3f2fd,stroke:#2196f3,stroke-width:2px

Intelligent Load Management Topology Detail

graph LR subgraph "P-Channel High-Side Switch Configuration" POWER_RAIL["24V/48V Positive Rail"] --> DRAIN_P["P-MOSFET Drain"] subgraph "VBE2406 P-MOSFET Switch" Q_PMOS["VBE2406
-40V/-90A
Rds(on)=6.8mΩ"] end DRAIN_P --> Q_PMOS Q_PMOS --> SOURCE_P["Source Output"] SOURCE_P --> LOAD_P["High-Current Load
Defrost Heater/Valve"] LOAD_P --> LOAD_GND["Load Ground"] end subgraph "Control & Drive Circuit" MCU_GPIO["MCU GPIO Pin"] --> LEVEL_SHIFT["Level Shifter"] LEVEL_SHIFT --> GATE_DRIVER["MOSFET Driver"] GATE_DRIVER --> GATE_P["Gate Control"] GATE_P --> Q_PMOS PULLUP_RES["Pull-Up Resistor"] --> GATE_P SOFT_START["Soft-Start Circuit"] --> GATE_DRIVER end subgraph "Protection & Feedback" FREE_DIODE_P["Freewheeling Diode"] --> LOAD_P OVERCURRENT["Overcurrent Detection"] --> FAULT_P["Fault Logic"] OVERTEMP["Overtemperature Sense"] --> FAULT_P FAULT_P --> SHUTDOWN_P["Shutdown Signal"] SHUTDOWN_P --> GATE_DRIVER CURRENT_MEAS["Current Measurement"] --> MCU_GPIO STATUS_FB["Status Feedback"] --> MCU_GPIO end subgraph "Multi-Channel Load Management" subgraph "Switch Channels" CH1["Channel 1: Defrost Heater"] CH2["Channel 2: Solenoid Valve"] CH3["Channel 3: Backup Heater"] CH4["Channel 4: Auxiliary Load"] end CONTROL_MCU["Control MCU"] --> CH1 CONTROL_MCU --> CH2 CONTROL_MCU --> CH3 CONTROL_MCU --> CH4 CH1 --> LOAD1["1-2kW Defrost Heater"] CH2 --> LOAD2["Solenoid Valve Array"] CH3 --> LOAD3["Backup Heating Element"] CH4 --> LOAD4["Other Auxiliaries"] LOAD_SEQ["Load Sequencing Logic"] --> CONTROL_MCU PRIORITY_CTRL["Priority Control"] --> CONTROL_MCU end style Q_PMOS fill:#fff3e0,stroke:#ff9800,stroke-width:2px
Download PDF document
Download now:VBE2406

Sample Req

Online

Telephone

400-655-8788

WeChat

Topping

Sample Req
Online
Telephone
WeChat