ISX said:
Alright so now your going over my head a bit. On the frictional power part, how would you factor in pistons? I mean a 2L 4 cylinder would take more force to turn than a 2L single cylinder..
Nope! Let me go through the equation I gave you:
Friction power = (100 + 10.5 * (rpm * Stroke / 30 000) ) * volume flow rate
The part in parenthesis have the unit of pressure. It represents the equivalent average pressure necessary to fight friction. We call it the
friction mean effective pressure.
The part within the inner parenthesis is actually what we call the
mean piston speed. When the piston travel through the cylinder, starting at the top, it has its speed = to zero. Then it accelerates going down, reaching a maximum speed around mid-stroke. It then decelerates until it reaches the bottom of the cylinder where its speed will be again = to zero. It then "backs up", accelerating until mid-stroke, decelerating again, reaching its initial position where its speed is again zero. What is the average speed of the piston (v
p)?
For 1 rev, the total distance traveled is twice the stroke (S) (once going down, once going up) and that was done at a given rpm. The time (t) taken to travel 1 rev should be equal to the time taken to travel 2S, so:
t = 1 rev / rpm = 2S / v
p
Therefore: v
p = 2S * rpm
If S is in
mm and you want v
p in
m/s, you will need to add a conversion factor of 60 000 such that:
v
p = 2S * rpm / 60 000 = S * rpm / 30 000
So the friction MEP (in kPa) can be rewritten simply:
friction MEP = 100 + 10.5 * v
p
So the friction MEP depends only on the piston speed. This is of course an empirical relationship, but it has been found to be true for any engine. Only the constant 100 and 10.5 can slightly vary from one engine to another (for example diesel usually have tighter tolerances to withstand the higher pressure and therefore experience slightly more friction or small industrial engines will have roller bearings which reduces the friction).
Now let's look at the volume flow rate (
m³/s):
volume flow rate = engine displacement * rpm / 2 / 60 000
volume flow rate = (A
p * S / 1 000 000) * (v
p / S * 30 000) / 2 / 60 000
volume flow rate = A
p * v
p / 4 000 000
Where A
p = number of piston * pi / 4 * bore² and is the equivalent area based on the bore of every cylinder of the engine (
mm²). So the friction power becomes:
friction power = (100 + 10.5 * v
p) * (A
p * v
p / 4 000 000)
This is the more "pure" definition of friction power. You can see how important is the mean piston speed. The bore and number of piston are included in A
p.
More on vp and Ap
IMHO, mean piston speed is a engine characteristic that is far more important than engine rpm. Ever wonder how some engines can go up to 20 000 rpm and others can't go over 5000 rpm? The answer lies in the mean piston speed. Except for the valvetrain, rpm is not a limiting factor for tearing apart an engine: mean piston speed is. Here are typical maximum mean piston speeds:
typical automotive engine: 13-18 m/s
race car engine: 20-26 m/s
absolute max (dragster engine): 30 m/s
These values are mainly based on material strength versus piston acceleration. No matter what, it will be very difficult to go over 30 m/s as, at this speed, the piston can go faster than the flame propagation of the combustion (which leads to power loss).
So let's compare two engines: A 4-cyl 2L engine with a stroke of 80 mm @ 5000 rpm or a 1-cyl 2L engine with a 130 mm @ 4000 rpm?
4-cyl: v
p = 80 * 5000 / 30 000 = 13.3 m/s
1-cyl: v
p = 130 * 4000 / 30 000 = 17.3 m/s
So even if the 1-cyl has a slower rpm, its piston actually travels faster in the cylinder than the ones in the 4-cyl. This means that the 1-cyl engine needs stronger components and that the friction losses are greater too. To compare fairly the two engine's potentials, the 4-cyl needs to rev at 6500 rpm.
This is why smaller engines have higher rpm: they have smaller stroke. The same thing goes for Formula 1 engine: compare with production car engine, they have really smaller stroke leading to smaller displacement but giving room for higher rpm to respect the maximum mean piston speed before blowing up.
We can also relate the power of the 4-stroke engine to mean piston speed instead of the rpm (everything in SI units):
Power = Torque * rpm
Power = (BMEP * Engine displacement / (4 pi) ) * (v
p / S * pi)
Power = (BMEP * (A
p * S) / (4 pi) ) * (v
p / S * pi)
Power = BMEP * A
p * v
p / 4
Where BMEP is the brake mean effective pressure (which depends mainly on the thermodynamic cycle and the FMEP). Note that the stroke has no influence on the power output of an engine. Why? Let's see an example:
A 4-cyl with bore and stroke = 90 mm and a 1-cyl with a bore and stroke = 180 mm. Compare the engines, assuming BMEP = 10 bar and v
p = 15 m/s.
displacement = N * pi/4 * D² * S / 1 000 000
4-cyl ---> 2.3 L
1-cyl ---> 4.6 L
rpm = v
p / S * 30 000
4-cyl ----> 5000 rpm
1-cyl ----> 2500 rpm
A
p = N * pi/4 * D²
4-cyl ---> 25447 mm²
1-cyl ---> 25447 mm²
power = BMEP * A
p * v
p / 4 /10000
4-cyl ---> 95 kW
1-cyl ---> 95 kW
Both engines have the same power output even though the 1-cyl displacement is twice as large as the 4-cyl! Why? Because, due to the shorter stroke, the smaller 4-cyl can rev up twice as fast as the larger 1-cyl. Hence both of them can displace the same amount of air with the same mean piston speed. Note that A
p is the same for both engine and that is the reason they give the same power output, if we assume similar construction. The true size of an engine is not measured with its displacement, it is measured with its total piston area.
So to resume how to evaluate the potential of an engine:
- BMEP represents the efficiency of the engine to convert combustion energy into mechanical energy;
- A
p represents the size of the engine;
- v
p represents the speed of the engine.
Torque, rpm and displacement are dependent of these parameters, but say very little about the engine's true potential.
Last small remark about power (always in SI units):
Power = BMEP * A
p * v
p / 4
Power = BMEP * volume flow rate
If 2 engines draw the same amount of air, assuming similar efficiencies, they will produce the same amount of power, no matter their displacement or rpm.
Damn! I think I went overboard with my answer!