|
|
|
|
|
by aeonik
17 days ago
|
|
Drag is a causitive input to speed though. nextCarSpeed(currentSpeed, wheelPower, dragForce, mass, deltaTime) =
currentSpeed + ((wheelPower / currentSpeed - dragForce) / mass) * deltaTime
Increase "dragForce", and the resulting car speed decreases. That is a causal input, not an association. |
|
Not that I entirely agree with his account but just some food for thought.