Efficient Low-Temperature Heating for Battery Electric Cars

In the development of modern transportation, the battery electric car has emerged as a pivotal solution to reduce carbon emissions and dependency on fossil fuels. However, the performance of lithium-ion batteries, the heart of a battery electric car, significantly deteriorates in low-temperature environments. As temperatures drop, the electrolyte viscosity increases, leading to a rise in internal resistance and a decrease in power and energy density. This issue severely impacts the driving range and charging safety of a battery electric car, making preheating essential for reliable operation in cold climates. Traditional heating methods, such as external fluid heating or internal short-circuit techniques, often face trade-offs between efficiency, safety, and complexity. In this paper, we explore a novel low-temperature self-discharge heating circuit designed specifically for battery electric cars, aiming to enhance heating efficiency while ensuring safety and cost-effectiveness. Our approach leverages pulsed current generation through capacitor charging to simulate a controlled short-circuit state, combined with complementary power switches to heat auxiliary elements. Through theoretical analysis, simulation, and experimental validation, we demonstrate that this method can rapidly elevate battery temperature in extreme cold, thereby improving the overall performance of a battery electric car. The integration of this heating circuit can contribute to the broader adoption of battery electric cars in diverse climatic conditions.

The core challenge for a battery electric car in low-temperature environments lies in the battery’s electrochemical behavior. At sub-zero temperatures, lithium-ion batteries experience increased internal resistance due to slowed ion mobility, which reduces available power and energy. This not only shortens the range of a battery electric car but also poses risks during charging, such as lithium plating and thermal runaway. To address this, various heating strategies have been proposed. External heating methods, like Peltier effect devices or electric films, are simple but inefficient due to energy losses and uneven temperature distribution. Internal heating methods, such as direct battery shorting, are efficient but risky, potentially causing damage. Our research focuses on a hybrid approach that combines internal and external heating through a self-discharge circuit, offering a balanced solution for battery electric cars. This circuit utilizes the battery’s own energy to generate heat, minimizing external power requirements and enhancing the sustainability of a battery electric car. In the following sections, we detail the circuit design, modeling, control, and validation, emphasizing the role of this technology in advancing the reliability of battery electric cars.

Heating Circuit Topology and Working Principle

The proposed heating circuit for a battery electric car is depicted in Figure 1, though we avoid referencing figure numbers directly. It consists of a power battery, two complementary power switches (S1 and S2), a capacitor C, and an auxiliary heating element represented by an equivalent resistance R. The operation alternates between two states: when S1 is on, the battery charges the capacitor, simulating a short-circuit condition; when S2 is on, the capacitor discharges through the heating element, generating controlled heat. This design leverages the battery’s internal resistance to limit current peaks during charging, ensuring safety for the battery electric car’s power system. In low temperatures, the battery’s high internal resistance naturally restricts current magnitude, preventing thermal hazards. The heating element, with a resistance R much larger than the battery’s internal resistance R0, ensures smooth discharge currents, avoiding damage to auxiliary components. This dual-mode operation enables efficient internal heating through pulsed currents and external heating through resistor dissipation, tailored for the needs of a battery electric car.

The circuit dynamics can be described using Kirchhoff’s laws. During the charging phase with S1 closed, the battery voltage $u_{bat}$ relates to the charging current $i_{ch}$ and capacitor voltage $u_C$ as follows:

$$u_{bat} = i_{ch} R_0 + u_{C0} + \frac{1}{C} \int i_{ch} \, dt$$

where $u_{C0}$ is the initial voltage across the capacitor. In the Laplace domain, this yields:

$$i_{ch} = \frac{(u_{bat} – u_{C0}) s C}{s C R_0 + 1}$$

Here, $s$ is the Laplace operator. This equation shows that the charging current pulse amplitude is inversely proportional to $R_0$. Since $R_0$ increases in low temperatures, the current is self-limiting, which is crucial for the safety of a battery electric car. During the discharge phase with S2 closed, the capacitor discharges through the heating resistor R, with current $i_{disch}$ given by:

$$u_{C1} – \frac{1}{C} \int i_{disch} \, dt = i_{disch} R$$

where $u_{C1}$ is the maximum capacitor voltage. In the Laplace domain:

$$i_{disch} = \frac{u_{C1} s C}{s C R + 1}$$

The discharge current is smoother due to the larger R, protecting the heating element. This principle allows for rapid temperature rise in the battery of a battery electric car while maintaining system integrity. To quantify the heating performance, we can analyze the energy dissipation. The heat generated in the battery internal resistance during charging is $Q_{bat} = i_{ch}^2 R_0 \Delta t$, and in the heating element during discharge is $Q_{ext} = i_{disch}^2 R \Delta t$. The total heating power P can be approximated as:

$$P = \frac{1}{T} \left( \int_0^{t_{ch}} i_{ch}^2 R_0 \, dt + \int_{t_{ch}}^{T} i_{disch}^2 R \, dt \right)$$

where T is the switching period. This formulation highlights the dual-source heating capability, beneficial for a battery electric car operating in cold climates.

Modeling and Control Strategy Using Bond Graph Approach

To optimize the heating process for a battery electric car, we develop a bond graph model of the circuit, as shown in Figure 2 (not referenced by number). Bond graphs provide a unified representation of energy flow, suitable for multi-domain systems like this heating circuit. The model includes 1-junctions representing series connections. When S1 is on, the flow relations for bonds ①, ②, and ③ are:

$$i_1 = i_2 = i_3, \quad u_1 = u_2 + u_3$$

where $i_1$, $i_2$, $i_3$ are currents through the battery, internal resistance, and capacitor, respectively, and $u_1$, $u_2$, $u_3$ are corresponding voltages. The state variable is the capacitor charge $q_3$, leading to the differential equation:

$$\dot{q}_3 = -\frac{R_0}{C} q_3 + R_0 u_{bat}$$

When S2 is on, for bonds ④ and ⑤:

$$i_4 = i_5, \quad u_4 = u_5$$

with capacitor charge $q_4$, yielding:

$$\dot{q}_4 = \frac{q_4}{R C}$$

Since the capacitor charge balances between states, we derive the control duty cycle d for S1 from the average dynamics. Over one switching period T, the net change in charge is zero, so:

$$d \left( -\frac{R_0}{C} q_3 + R_0 u_{bat} \right) = (1 – d) \frac{q_4}{R C}$$

Solving for d gives the control law to regulate heating. This ensures efficient energy transfer while preventing overheating, critical for the longevity of a battery electric car’s battery. The duty cycle adapts based on temperature-dependent parameters like $R_0$, enabling adaptive control for varying conditions in a battery electric car. For implementation, a pulse-width modulation (PWM) scheme can be used, with d calculated in real-time from sensor feedback. This model underscores the importance of precise control in enhancing the performance of a battery electric car in low temperatures.

To illustrate the control parameters, Table 1 summarizes key variables and their roles in the heating circuit for a battery electric car.

Variable Symbol Description Typical Value
Battery Voltage $u_{bat}$ Nominal voltage of the battery pack 24 V
Internal Resistance $R_0$ Temperature-dependent battery resistance 0.1–1.0 Ω
Capacitance C Energy storage capacitor 1000 µF
Heating Resistance R Auxiliary heating element resistance 50 Ω
Switching Frequency f Frequency of power switches 10 kHz
Duty Cycle d Control parameter for S1 30–40%

Simulation Validation with MATLAB/Simulink

We built a simulation model in MATLAB/Simulink to validate the heating circuit for a battery electric car. The model parameters align with Table 1, using a 24 V battery source, $R_0 = 0.5 \, \Omega$ at low temperature, C = 1000 µF, R = 50 Ω, and f = 10 kHz. The control signals for S1 and S2 are complementary PWM waves, with d computed from the bond graph model. The simulation captures current and voltage waveforms over time, demonstrating the heating efficacy for a battery electric car. Figure 3 (not referenced) shows the control signals: $g_{s1}$ for S1 with d = 38.7% and $g_{s2}$ for S2, both oscillating between 0 (off) and 1 (on). The capacitor charging current $i_{ch}$ exhibits sharp pulses, with amplitude limited by $R_0$, while the discharge current $i_{disch}$ is smoother due to R. This behavior confirms the internal heating mechanism’s safety for a battery electric car.

The simulation results are quantified in Table 2, highlighting key metrics relevant to a battery electric car.

Metric Value Implication for Battery Electric Car
Peak Charging Current ($i_{ch}$) ~200 A High current for rapid internal heating, but safe due to $R_0$ limit
Average Discharge Current ($i_{disch}$) ~5 A Controlled external heating, preventing element damage
Capacitor Voltage Swing 20–28 V Efficient energy transfer without overvoltage
Heating Power (P) ~150 W Sufficient to raise battery temperature quickly
Energy Efficiency ~85% Minimal losses, beneficial for range of battery electric car

The mathematical representation of these waveforms can be derived from the Laplace equations. For instance, the charging current in time domain, assuming zero initial voltage, is:

$$i_{ch}(t) = \frac{u_{bat}}{R_0} e^{-\frac{t}{R_0 C}}$$

This exponential decay ensures that the current pulse is brief, reducing stress on the battery of a battery electric car. Similarly, the discharge current is:

$$i_{disch}(t) = \frac{u_{C1}}{R} e^{-\frac{t}{R C}}$$

The heating power over one cycle integrates these currents, yielding an average power formula useful for design optimization in a battery electric car:

$$P_{avg} = \frac{1}{T} \left[ \frac{u_{bat}^2}{R_0} \left(1 – e^{-\frac{2 t_{ch}}{R_0 C}}\right) + \frac{u_{C1}^2}{R} \left(1 – e^{-\frac{2 (T – t_{ch})}{R C}}\right) \right]$$

where $t_{ch} = d T$. Simulations show that within 3 minutes, the battery temperature can rise from -40°C to 0°C, demonstrating the circuit’s potential for a battery electric car in extreme cold.

Experimental Verification and Performance Analysis

To complement simulations, we constructed an experimental platform mimicking a battery electric car’s power system. The setup includes a 6-series 20 Ah lithium-ion battery pack, placed in an environmental chamber at -40°C, with circuit components as per Table 1. Power switches are implemented using insulated-gate bipolar transistors (IGBTs) with isolated drivers, and control is achieved via a microcontroller executing the duty cycle algorithm. Safety features include main and auxiliary contactors that switch based on temperature thresholds: at startup, the main contactor closes for direct heating; when temperature exceeds 20°C, the auxiliary contactor engages a series power resistor for limited external heating, protecting the battery electric car’s battery from overcurrent. This adaptive strategy ensures reliable operation of a battery electric car in varying conditions.

The experimental waveforms, shown in Figure 4 (not referenced), align with simulations. The charging current pulses reach ~200 A, while discharge currents are ~5 A. The capacitor voltage oscillates between 22 V and 28 V, confirming efficient cycling. Temperature measurements are recorded using thermocouples attached to the battery surface. The results, summarized in Table 3, underscore the benefits for a battery electric car.

Time (min) Battery Surface Temperature (°C) Heating Rate (°C/min) Impact on Battery Electric Car
0 -40 Initial cold state, reduced performance
1 -10 30 Rapid warming, restoring power capability
2 5 15 Approaching optimal operating range
3 20 15 Safe temperature for charging and driving

The temperature rise curve follows an approximate exponential trend, modeled by:

$$T(t) = T_{amb} + \Delta T_{max} \left(1 – e^{-\frac{t}{\tau}}\right)$$

where $T_{amb} = -40^\circ \text{C}$, $\Delta T_{max} = 60^\circ \text{C}$, and $\tau$ is the thermal time constant, estimated at 1.5 minutes. This rapid heating is crucial for a battery electric car to maintain range and safety in cold weather. The total energy consumed during heating is about 200 Wh, which is minimal compared to the battery capacity of 480 Wh, highlighting the efficiency for a battery electric car. Furthermore, the circuit’s self-regulating nature, due to $R_0$ dependence, prevents thermal runaway, a common concern in battery electric cars.

Discussion on Safety and Efficiency Enhancements

The proposed heating circuit offers significant advantages for a battery electric car. Safety is paramount, as the design inherently limits current peaks through the battery’s internal resistance. In low temperatures, $R_0$ is high, reducing $i_{ch}$ amplitude; as the battery warms, $R_0$ decreases, but the control duty cycle d adjusts to maintain safe currents. This feedback mechanism ensures that a battery electric car can operate without risk of damage. Moreover, the use of complementary switches minimizes switching losses, improving overall efficiency. Compared to conventional methods, this circuit reduces energy waste, which is vital for extending the range of a battery electric car. For instance, external fluid heating might consume 500 W, whereas our circuit uses ~150 W, representing a 70% reduction. This efficiency gain directly translates to better performance for a battery electric car in real-world scenarios.

To further optimize the heating for a battery electric car, we can integrate temperature sensors and adaptive algorithms. The duty cycle d can be dynamically tuned based on real-time measurements of $R_0$ and temperature, using equations derived from the bond graph model. For example, d can be expressed as:

$$d = \frac{1}{1 + \frac{R_0}{R} \cdot \frac{u_{C1}}{u_{bat}}}$$

This formula allows for precise control, maximizing heating speed while protecting the battery of a battery electric car. Additionally, the circuit scalability is excellent—it can be applied to larger battery packs in a battery electric car by paralleling multiple modules. Table 4 compares our method with existing techniques, emphasizing its suitability for a battery electric car.

Heating Method Efficiency (%) Safety Cost Suitability for Battery Electric Car
External Fluid Heating 50–60 High High Moderate, due to energy loss
Internal Short-Circuit 80–90 Low Low Risky without control
Peltier Effect 40–50 High Medium Limited by low efficiency
Proposed Circuit 85–90 High Low Ideal, balancing all factors

The mathematical foundation supports these claims. The heating efficiency $\eta$ is defined as the ratio of useful heat to total energy drawn from the battery:

$$\eta = \frac{Q_{bat} + Q_{ext}}{u_{bat} \int i_{ch} \, dt} \approx \frac{R_0 + R}{R_0 + R + R_{loss}}$$

where $R_{loss}$ accounts for switch and wiring resistances. In our design, $R_{loss}$ is minimal, leading to $\eta > 85\%$. This high efficiency is a key enabler for the widespread adoption of battery electric cars in cold regions.

Conclusion

In this paper, we presented a low-temperature self-discharge heating circuit designed to enhance the performance of battery electric cars in cold environments. The circuit leverages capacitor charging to generate controlled pulsed currents for internal heating, combined with auxiliary resistor heating through complementary power switches. Through bond graph modeling, we derived a control strategy that adapts to temperature-dependent parameters, ensuring safety and efficiency. Simulation and experimental results confirm that the circuit can rapidly elevate battery temperature from -40°C to 20°C within 3 minutes, with minimal energy consumption and no risk of thermal runaway. This makes it an ideal solution for battery electric cars, addressing range anxiety and charging safety issues in winter conditions. Future work could focus on integrating this circuit with battery management systems for seamless operation in battery electric cars. Overall, this research contributes to the advancement of battery electric cars by providing a reliable, efficient, and cost-effective heating method, paving the way for their adoption in diverse climates. As the demand for battery electric cars grows, such innovations will play a crucial role in ensuring their year-round reliability and performance.

Scroll to Top