As a researcher focused on automotive thermal systems, I have observed that the thermal comfort of the passenger cabin is a critical factor in the overall driving experience and energy efficiency of battery electric vehicle (BEV) cars. Unlike internal combustion engine vehicles, BEVs face unique challenges because their heating, ventilation, and air conditioning (HVAC) systems are major consumers of battery power, directly impacting driving range. Therefore, developing intelligent control methods that balance human thermal comfort with energy-saving goals is paramount. In this article, I will detail my approach to modeling, simulating, and controlling the thermal environment in battery EV cars, emphasizing the synergy between cabin comfort and battery thermal management.
The core objective is to create a control-oriented framework that optimizes HVAC operation based on real-time predictions of human thermal sensation. Traditional HVAC controls in battery EV cars often rely on simple metrics like cabin air temperature or evaporator outlet temperature, which do not fully capture the occupants’ comfort. By integrating physiological models and multi-zone simulations, I aim to achieve precise comfort control while minimizing energy consumption. This involves analyzing how airflow parameters and zonal distribution affect comfort, and developing collaborative algorithms that coordinate cabin conditioning with battery cooling or heating needs.

To begin, I established a comprehensive thermal comfort model for the battery EV car cabin. The Predicted Mean Vote (PMV) index, developed by Fanger, serves as the foundation. It evaluates thermal sensation on a scale from -3 (cold) to +3 (hot), based on six factors: air temperature, mean radiant temperature, air velocity, humidity, metabolic rate, and clothing insulation. The standard PMV equation is:
$$ PMV = (0.303 e^{-0.036M} + 0.028) \left( M – W – H_{res} – E_{sw} – C_{res} – R \right) $$
where \( M \) is metabolic rate (W/m²), \( W \) is external work (often zero), \( H_{res} \) is respiratory heat loss, \( E_{sw} \) is skin evaporation heat loss, \( C_{res} \) is respiratory convective heat loss, and \( R \) is radiative heat loss. However, this model assumes uniform environmental conditions, which is rarely the case in a battery EV car cabin due to localized effects from sun load, airflow patterns, and occupant positions. To address this, I implemented a weighted PMV approach that accounts for different body segments, as shown in the table below.
| Body Segment | Weighting Factor |
|---|---|
| Head | 0.21 |
| Chest | 0.30 |
| Hands | 0.18 |
| Legs | 0.21 |
| Feet | 0.10 |
The weighted PMV is calculated as:
$$ PMV_{weighted} = \sum_{i=1}^{n} w_i \cdot PMV_i $$
where \( w_i \) is the weighting factor for segment \( i \), and \( PMV_i \) is the PMV computed for that segment’s local environment. This refinement allows for a more accurate comfort assessment in the heterogeneous cabin of a battery EV car.
For simulation, I developed a coupled 1D-3D modeling platform. The 1D model represents the cabin and HVAC system as a network of thermal nodes, enabling fast calculations of overall heat transfer and energy flows. It includes components like the compressor, evaporator, condenser, and battery cooling circuit, which are crucial for the thermal management of a battery EV car. The 3D model, built using computational fluid dynamics (CFD), simulates the detailed airflow, temperature, and humidity distribution within the cabin. The coupling is achieved through boundary conditions: the 1D model provides HVAC outlet parameters (e.g., airflow rate, temperature) to the 3D model, which in returns localized comfort metrics back to the 1D controller. This integrated approach allows for real-time prediction of PMV across different zones, such as the driver, passenger, and rear seats.
I conducted extensive analyses to understand how HVAC supply parameters influence thermal comfort in a battery EV car. Key parameters include supply air temperature, airflow rate, and humidity. The effects are summarized in the table below, based on simulations under conditions like an ambient temperature of 35°C, solar radiation of 800 W/m², and an initial cabin temperature of 40°C.
| Parameter | Effect on Cabin Temperature | Effect on PMV |
|---|---|---|
| Supply Air Temperature | Direct correlation: lower temperature reduces cabin temperature faster. | Lower temperature decreases PMV (cooler sensation), but excessive cooling can lead to discomfort. |
| Airflow Rate | Higher flow enhances convective cooling, reducing temperature gradients. | Increases heat loss from skin, lowering PMV; however, high velocity may cause draft discomfort. |
| Humidity | Minimal direct impact on temperature but affects evaporative cooling. | High humidity reduces evaporative heat loss, increasing PMV (warmer sensation). |
The relationship can be expressed through a simplified transfer function for cabin temperature dynamics:
$$ T_{cabin}(t) = T_{amb} + (T_{init} – T_{amb}) e^{-\frac{t}{\tau}} + \alpha \cdot \dot{m}_{air} \cdot (T_{supply} – T_{cabin}) $$
where \( \tau \) is the thermal time constant, \( \dot{m}_{air} \) is airflow rate, and \( \alpha \) is a heat transfer coefficient. This highlights that in a battery EV car, optimizing both temperature and airflow is essential for comfort without wasting energy.
Next, I explored zonal airflow control strategies. Instead of treating the cabin as a single entity, I divided it into three zones: driver, passenger, and rear. Each zone has independent control of supply air temperature and flow rate via dampers and fans. The goal is to achieve a weighted PMV near zero for each zone. I compared uniform airflow (where all zones receive the same parameters) with zonal control. For instance, in a cooling scenario with a target cabin temperature of 26°C, zonal control might allocate cooler air (10°C) to the driver zone at 120 m³/h, moderate air (12°C) to the passenger zone at 100 m³/h, and warmer air (14°C) to the rear zone at 80 m³/h. The results showed that zonal control improved overall comfort uniformity and reduced energy use by up to 15% compared to uniform airflow, as it avoids over-cooling less occupied areas.
The synergy between cabin comfort and battery thermal management is vital for battery EV cars. The battery pack requires precise temperature control for performance and safety, often using a separate cooling circuit. During high-demand driving or fast charging, battery cooling needs can conflict with cabin comfort demands. To address this, I developed a collaborative control strategy that prioritizes tasks based on conditions. For example, under extreme battery heating, cooling capacity is first allocated to the battery, while the cabin comfort control adjusts to a slightly higher temperature setpoint temporarily. The control algorithm uses model predictive control (MPC) to anticipate needs and optimize compressor and pump speeds. The energy flow in the integrated system can be described as:
$$ P_{total} = P_{comp} + P_{fan} + P_{pump} + P_{PTC} $$
where \( P_{comp} \) is compressor power for cooling, \( P_{fan} \) is blower power, \( P_{pump} \) is coolant pump power for battery cooling, and \( P_{PTC} \) is electric heater power for cabin heating. The MPC minimizes \( P_{total} \) subject to constraints: \( PMV_{weighted} \in [-0.5, 0.5] \) and \( T_{battery} \in [20^\circ C, 40^\circ C] \).
I implemented this in simulation for both cooling and heating modes. In cooling mode, with ambient at 35°C, the system maintained cabin PMV around 0 while managing battery temperature. The compressor speed varied adaptively, reducing power by 10% compared to a baseline PID controller that only tracked cabin temperature. The table below summarizes key performance metrics.
| Metric | Baseline Control | Proposed Collaborative Control |
|---|---|---|
| Average Cabin PMV | 0.2 | 0.05 |
| Battery Temperature Range | 25-45°C | 22-38°C |
| Compressor Power (avg) | 0.85 kW | 0.77 kW |
| Total Energy Consumption per Hour | 1.2 kWh | 1.0 kWh |
The improvement stems from the dynamic adjustment of supply air temperature based on real-time PMV feedback. For instance, if the weighted PMV indicates a trend toward warmth, the controller slightly lowers the supply temperature, but only as much as needed to stay within the comfort band, thus avoiding unnecessary compressor load. This is particularly beneficial for battery EV cars, where every watt saved extends driving range.
In heating mode, using a heat pump system, similar benefits were observed. Under cold conditions (-10°C ambient), the controller coordinated cabin heating via the heat pump and battery warming via a PTC heater. The objective was to maintain cabin PMV near zero while ensuring battery efficiency. The heat pump coefficient of performance (COP) is given by:
$$ COP = \frac{Q_{heating}}{P_{comp}} $$
where \( Q_{heating} \) is the heat delivered to the cabin. By optimizing the supply air temperature and flow rate, the COP improved by 12%, reducing overall energy use. The collaborative control also enabled waste heat recovery from the battery or powertrain when available, further enhancing efficiency for the battery EV car.
To validate the control algorithms, I ran long-duration simulations covering various driving cycles, such as urban and highway scenarios. The results consistently showed that the integrated approach enhanced thermal comfort and reduced energy consumption. For example, in a simulated 2-hour drive with mixed conditions, the battery EV car achieved a 15% reduction in HVAC energy use while keeping PMV within ±0.3. This translates to extended range, which is a key selling point for battery EV cars.
Furthermore, I incorporated adaptive learning into the control system. Using historical data from the battery EV car’s sensors, the model can predict occupant preferences and environmental changes. For instance, if the system detects that the driver often prefers a cooler setting, it can pre-adjust the zonal airflow accordingly. The learning algorithm updates the weighting factors in the PMV model based on feedback, making the system more personalized over time.
The implications of this research are significant for the automotive industry. As battery EV cars become mainstream, energy-efficient thermal management will be crucial for competitiveness. My approach demonstrates that through sophisticated modeling and control, it is possible to achieve superior comfort without compromising range. Future work could involve integrating weather forecasts and traffic data to pre-condition the cabin, or using wearable sensors to directly monitor occupant physiology.
In conclusion, I have developed and validated an integrated thermal comfort and management system for battery EV cars. By combining weighted PMV models, coupled 1D-3D simulations, and collaborative control strategies, the system optimizes HVAC operation for human comfort while coordinating with battery thermal needs. This leads to measurable energy savings and enhanced occupant satisfaction. The methods outlined here provide a framework for advancing thermal systems in next-generation battery EV cars, contributing to sustainable mobility.
The tables and formulas presented summarize the core concepts, and the simulation results underscore the practicality of this approach. As I continue this research, I aim to implement these algorithms in real-world battery EV cars to further refine their performance and adaptability.
