You got me wrong, but thanks anyway, this article will useful later.
I was referring to a more realistic way of calculating engine RPM, not as now, through the
wheel RPM.
Hi.
We have a problem, we need to simulate the engine and transmission of a car in our project.
Now we take rpm of the wheels and on the basis of it we calculate engine's rpm
RPM = RpmFromWheels * Gear * MainGear
and then we calculate and apply force from engine to the wheels.
EngineForce =...