Calculating the max open time at 4000 RPM
Code:
ms = (1 / (RPM/60) ) * 1000
= (1 / (4000/60) ) * 1000
= (1/66.667) * 1000
= .015 * 1000
= 15 ms total possible open time.
Note the order of calculations. This was not properly expressed in the other thread.
So if at 4000 RPM you were at 10ms inj PW, and we already calculated the max at 4000 is 15ms
Code:
D/C = (PW/max open time) * 100.
= (10/15) * 100
= 66% D/C
Rtek max DC is near 90% but that has nothing to do with any of these calculations other than if your D/C ended up being close to 90%, then you know it's time for bigger injectors.
Edit: I corrected the math as per Henrik