Subtopic Deep Dive

Model Predictive Control for Vehicle Propulsion
Research Guide

What is Model Predictive Control for Vehicle Propulsion?

Model Predictive Control (MPC) for Vehicle Propulsion optimizes torque distribution, regenerative braking, and drivetrain control in electric and hybrid vehicles by solving constrained optimization problems over a prediction horizon.

MPC enables predictive energy management in HEVs and EVs, outperforming rule-based strategies in fuel efficiency and battery life. Key reviews cover over 500 papers on MPC strategies (Huang et al., 2016, 527 citations; Borhan et al., 2011, 704 citations). Applications include power-split HEVs and velocity prediction for real-time control.

15
Curated Papers
3
Key Challenges

Why It Matters

MPC reduces fuel consumption by 10-20% in HEVs through predictive torque split (Borhan et al., 2011). It handles battery constraints during regenerative braking, extending life in EVs (Huang et al., 2016). Real-world deployment in dynamic traffic improves grid integration via V2G peak shaving (Wang and Wang, 2013). These gains support emission reductions in urban fleets (Sanguesa et al., 2021).

Key Research Challenges

Real-time Computation Limits

MPC requires solving nonlinear optimizations every few milliseconds, straining embedded hardware in vehicles. Huang et al. (2016) note explicit MPC solutions reduce complexity but limit horizon length. Borhan et al. (2011) address this via simplified power-split models.

Accurate Velocity Prediction

Energy management depends on future velocity forecasts, where errors degrade performance by up to 15%. Sun et al. (2014) compare Markov chain and neural net predictors, highlighting computational trade-offs. Traffic data integration remains inconsistent (Sun et al., 2014).

Battery Constraint Handling

Dynamic SOC limits and health degradation complicate MPC formulations during pulse operations. Hu et al. (2019) incorporate health-aware costs, but real-time electrochemical models increase solve times. Smith et al. (2009) propose Kalman filters for estimation under constraints.

Essential Papers

1.

A Review on Electric Vehicles: Technologies and Challenges

Julio A. Sanguesa, Vicente Torres‐Sanz, Piedad Garrido et al. · 2021 · Smart Cities · 1.2K citations

Electric Vehicles (EVs) are gaining momentum due to several factors, including the price reduction as well as the climate and environmental awareness. This paper reviews the advances of EVs regardi...

2.

MPC-Based Energy Management of a Power-Split Hybrid Electric Vehicle

Hoseinali Borhan, Ardalan Vahidi, Anthony M. Phillips et al. · 2011 · IEEE Transactions on Control Systems Technology · 704 citations

A power-split hybrid electric vehicle (HEV) combines the advantages of both series and parallel hybrid vehicle architectures by utilizing a planetary gear set to split and combine the power produce...

3.

A brief review on key technologies in the battery management system of electric vehicles

Kailong Liu, Kang Li, Qiao Peng et al. · 2018 · Frontiers of Mechanical Engineering · 577 citations

4.

Model predictive control power management strategies for HEVs: A review

Yanjun Huang, Hong Wang, Amir Khajepour et al. · 2016 · Journal of Power Sources · 527 citations

5.

A review on recent progress, challenges and perspective of battery thermal management system

Jiayuan Lin, Xinhua Liu, Li Shen et al. · 2020 · International Journal of Heat and Mass Transfer · 521 citations

6.

Thorough state-of-the-art analysis of electric and hybrid vehicle powertrains: Topologies and integrated energy management strategies

Dai-Duong Tran, Majid Vafaeipour, Mohamed El Baghdadi et al. · 2019 · Renewable and Sustainable Energy Reviews · 518 citations

Hybrid and electric vehicles have been demonstrated as auspicious solutions for ensuring improvements in fuel saving and emission reductions. From the system design perspective, there are numerous ...

7.

Velocity Predictors for Predictive Energy Management in Hybrid Electric Vehicles

Chao Sun, Xiao Hu, Scott Moura et al. · 2014 · IEEE Transactions on Control Systems Technology · 495 citations

The performance and practicality of predictive energy management in hybrid electric vehicles (HEVs) are highly dependent on the forecast of future vehicular velocities, both in terms of accuracy an...

Reading Guide

Foundational Papers

Start with Borhan et al. (2011, 704 citations) for power-split MPC basics, then Sun et al. (2014, 495 citations) for velocity prediction essentials enabling real-time use.

Recent Advances

Study Hu et al. (2019) for health-aware control and Tran et al. (2019, 518 citations) for topology-integrated strategies.

Core Methods

Core techniques: quadratic programming for torque allocation (Borhan et al., 2011), Markov predictors (Sun et al., 2014), health costs in objectives (Hu et al., 2019).

How PapersFlow Helps You Research Model Predictive Control for Vehicle Propulsion

Discover & Search

Research Agent uses citationGraph on Borhan et al. (2011, 704 citations) to map 500+ MPC-HEV papers, then findSimilarPapers reveals Huang et al. (2016) review. exaSearch queries 'MPC torque distribution EV real-time' for 2023+ advances beyond provided lists. searchPapers filters by 'hybrid electric vehicle propulsion control'.

Analyze & Verify

Analysis Agent runs readPaperContent on Borhan et al. (2011) to extract MPC formulation, then verifyResponse with CoVe cross-checks claims against Huang et al. (2016). runPythonAnalysis recreates velocity predictors from Sun et al. (2014) using NumPy for accuracy stats. GRADE scores evidence on fuel savings (A-grade for Borhan).

Synthesize & Write

Synthesis Agent detects gaps like health-aware MPC post-2019 via contradiction flagging across Hu et al. (2019) and Huang et al. (2016). Writing Agent applies latexEditText to draft optimization equations, latexSyncCitations for 20+ refs, and latexCompile for IEEE-formatted report. exportMermaid visualizes power-split topologies from Tran et al. (2019).

Use Cases

"Reimplement Sun et al. (2014) velocity predictor in Python for HEV simulation"

Research Agent → searchPapers 'velocity predictors HEV' → Analysis Agent → readPaperContent + runPythonAnalysis (NumPy/Matplotlib sandbox plots RMSE vs. baselines) → researcher gets executable code with 5% error verification.

"Write LaTeX review of MPC energy management citing Borhan and Huang"

Synthesis Agent → gap detection → Writing Agent → latexEditText (add MPC pseudocode) → latexSyncCitations (20 refs) → latexCompile → researcher gets PDF with compiled equations and figures.

"Find GitHub code for MPC HEV controllers like Liu et al. (2017)"

Research Agent → paperExtractUrls on Liu et al. (2017) → Code Discovery → paperFindGithubRepo → githubRepoInspect (tests RL-MPC sim) → researcher gets 3 verified repos with MATLAB/Simulink files.

Automated Workflows

Deep Research scans 50+ MPC papers via searchPapers → citationGraph → structured report on torque optimization chains (Borhan to Hu). DeepScan applies 7-step CoVe to verify Sun et al. (2014) predictors against real traffic data. Theorizer generates novel health-prognostic MPC from Smith et al. (2009) + Hu et al. (2019).

Frequently Asked Questions

What defines MPC for vehicle propulsion?

MPC solves finite-horizon optimizations for torque split and braking, enforcing constraints on battery SOC and engine limits (Borhan et al., 2011).

What are main MPC methods in HEVs?

Methods include nonlinear MPC for power-split (Borhan et al., 2011), stochastic MPC with velocity forecasts (Sun et al., 2014), and RL-enhanced look-ahead (Liu et al., 2017).

What are key papers?

Borhan et al. (2011, 704 citations) on power-split MPC; Huang et al. (2016, 527 citations) review; Sun et al. (2014, 495 citations) on predictors.

What open problems exist?

Real-time solvability for long horizons, health prognostics integration (Hu et al., 2019), and V2G-coupled MPC under uncertain grids (Wang and Wang, 2013).

Research Electric and Hybrid Vehicle Technologies with AI

PapersFlow provides specialized AI tools for Engineering researchers. Here are the most relevant for this topic:

See how researchers in Engineering use PapersFlow

Field-specific workflows, example queries, and use cases.

Engineering Guide

Start Researching Model Predictive Control for Vehicle Propulsion with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Engineering researchers