Chapter 1

Rajamani Vehicle Dynamics and Control 2nd Edition

link

Driver Assistance Systems

Active Stability Control Systems

Yaw Stability

Chapter 8

Normally achieved by differential braking. Also possible by steer-by-wire or active torque distribution

Roll Stability

Chapter 15

Achieved by differential braking or "stabilizer bar" in the suspension

Ride Quality

Design discussed in Chapters 6, 7 and 8

Active actuators in the suspension

E.g. fully active suspension in F1 by Lotus Engineering (Wright and Williams 1984)

E.g. semi-active suspension in Corvette called MagneRide, which actively changes damping and stiffness in the shocks

Also, active stabilizer bars to reduce roll in cornering

References

  • (Wright and Williams 1984) Wright, P.G. and Williams, D.A. "The application of active suspension to high performance road vehicles," Microprocessors in Fluid Engineering, Institute of Mechanical Engineers Conference, 1984.
    • Unfortunately it seems that this is not available online

Traffic Congestion

Automated Highway Systems

Traffic Friendly Adaptive Cruise Control

Design considerations for ACC in Chapter 6

Half-width cars

Use electronic roll control to make them as stable as normal cars but take less highway footprint

Emissions and Fuel Economy

Feedback control systems in cars: fuel injection, exhaust gas re-circulation (EGR), internal EGR, camless engine valves (see Koenigsegg's use of Freevalve ), homogeneous charge compression ignition (HCCI)

Hybrids

Fuel Cell Vehicles

Modelling Ideas

Braking

  • Front / back bias selection of pneumatic only braking
  • Independent differential control of braking
  • ABS

Suspension

  • springs
  • dampers
  • roll bar
  • active roll stiffness / stabilizer bar
  • variable shock stiffness / damping

Steering

  • Rack and pinion
  • Steer by wire

Q: Do I need some sort of geometry solver? Maybe yak shaving but it'd be nice to just put constraints on linkages for the suspension and motion model and let something else do the solving. Probably slower to run than a custom implementation, but the effort to improve the model should be easier than re-implementing things. Suspension geometry and steering inputs are almost certainly non-linear.

Engine

  • Fuel injection controls
  • Carburetor fuel system
  • Intake air system
  • Exhaust air system
  • Valve airflow
  • Cam systems
  • Camless valve systems
  • Exhaust gas re-circulation
  • Cylinder Head Airflow
  • Cylinder pressures
    • combination of calculations and mappings for reactions
  • Knock / compression ignition

Sensors

  • Emissions sensors
  • Mass air flow sensors

Hybrid / Electric Motors

  • parallel hybrid
  • series hybrid
  • electric only drive system

Drive System

  • Open Differential
  • Closed / Locked Differential
  • Limited Slip Differential
  • Active Torque Distribution (via differential?)

Chassis

  • Basic models of metal flex?
    • Shock tower reinforcement
  • Weight due to passengers
  • Weight due to fuel consumption
  • Modular functionality to assign weight locations for different major components

See Also, LaTeX rendering

Example Source

In [6]:
%%latex
\begin{align}
\nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\
\nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\
\nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\
\nabla \cdot \vec{\mathbf{B}} & = 0
\end{align}
\begin{align} \nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\ \nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\ \nabla \cdot \vec{\mathbf{B}} & = 0 \end{align}
In [ ]: