Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fixing engine friction torque
07-12-2015, 04:25 AM, (This post was last modified: 07-12-2015, 04:28 AM by NaN.)
#1
Fixing engine friction torque
LE torque data
blue: engine torque curve
black: current friction model
red: Heywood (1988) TFMEP model
[Image: o4a9cP1.png]

As you see current friction model is massively overestimating friction torque (I remember running into this issue when working on my sim code). Current code opens the clutch when braking to work around this.

The tfmep model as measured for several four-stoke engines over a wide range of engine speeds at wide-open throttle, looks like this:
tfmep = 97000 + 15 * rpm + 0.005 * rpm^2

For engines with throttles, one would need to add another ~50000 Pa (0.5bar) to the first coefficient to model a closed throttle. I am not sure if it really matters though. The difference would only be noticeable at low rpm.

To implement the tfmep model we need engine displacement. I'll be going through our cars and adding it (cars without engine friction would have displacement zero)

[engine]
displacement = 1.8E-3 # 1.8l or 1800cc

Help is welcome, of course.
Reply


Messages In This Thread
Fixing engine friction torque - by NaN - 07-12-2015, 04:25 AM
RE: Fixing engine friction torque - by NaN - 07-12-2015, 09:46 AM
RE: Fixing engine friction torque - by NaN - 07-23-2015, 08:15 AM
RE: Fixing engine friction torque - by Timo 6 - 07-24-2015, 12:47 PM
RE: Fixing engine friction torque - by NaN - 07-25-2015, 06:34 AM
RE: Fixing engine friction torque - by NaN - 07-25-2015, 06:59 AM
RE: Fixing engine friction torque - by CrystalH - 07-27-2015, 12:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)