Propeller Geometry, Pitch & Slip

The screw-propeller's basic geometry, theoretical pitch, and why it never advances as far as its pitch predicts.

Marine EngineeringPropellers & Propulsive EfficiencyFree preview
⏱️ About 14 min
Propeller Geometry, Pitch & Slip — illustration
Illustrative image (AI-generated).

A propeller is a screw turning in water — but unlike a screw in a solid nut, it never advances exactly its pitch per revolution. That shortfall is called slip, and slip is not a defect to be eliminated: it is how a propeller generates thrust at all.

💡
The big idea: Every screw propeller is described by a handful of geometric parameters (diameter, pitch, pitch ratio, blade area ratio, blade count, handedness); the theoretical advance per revolution is the pitch times shaft speed, and the gap between that theoretical advance and the ship's real speed is the apparent slip — finite under power, and the very mechanism of thrust production.
🎯 By the end, you'll be able to
  • Define the key geometric parameters of a screw propeller: diameter D, pitch P, pitch ratio P/D, blade area ratio BAR, number of blades, and handedness
  • Distinguish the geometric (theoretical) pitch and advance speed P·n from the ship's actual speed V
  • Compute the apparent slip from pitch, shaft speed, and ship speed
  • Compute the advance ratio J and explain why the speed of advance Va is less than the ship speed V
📎 Helpful to know first

The Screw Propeller: A Rotating Wing

A ship's main engine turns a shaft, and the shaft turns a screw propeller — the device that converts rotational power into the forward thrust that overcomes resistance. To reason about how well it does that job, naval architects first agree on a small set of geometric parameters that describe any propeller, regardless of its absolute size.

  • Diameter (D) — the diameter of the circle swept by the blade tips, twice the distance from the shaft centreline to a blade tip. Diameter sets the scale of the propeller and the area of the disc it acts on.
  • Pitch (P) — the linear distance the propeller would advance in one revolution if it were turning in a solid, with no slip. Pitch is the screw analogy: a coarse thread (large P) bites more water per turn.
  • Pitch ratio (P/D) — pitch divided by diameter, the single dimensionless number that characterises how 'coarse' the blade is. Typical P/D ranges from about 0.6 to 1.4; many cargo propellers sit near 0.8–1.0.
  • Blade area ratio (BAR) — the developed area of all the blades divided by the propeller disc area (¼πD²). A higher BAR spreads thrust over more surface, which matters directly for cavitation in Lesson 4.
  • Number of blades — typically three to seven. More blades smooth out thrust fluctuations but slightly reduce efficiency and complicate blade numbering.
  • Handedness — a right-handed propeller turns clockwise (viewed from astern) to drive the ship ahead; the blades are skewed to suit. Twin-screw ships usually fit opposite-handed propellers so the hull's wake stays symmetric.

These six parameters fully describe the bare geometry; everything in this module — thrust, torque, efficiency, cavitation — flows from them.

\[ P = \left(\frac{P}{D}\right) D, \qquad V_{th} = P\, n, \qquad s_{app} = \frac{P\, n - V}{P\, n} \]
P/D is the (dimensionless) pitch ratio; n is shaft speed in rev/s; V is ship speed. The theoretical advance speed Vth = P·n is what the screw would achieve in a solid; apparent slip sapp measures how far short of that the ship actually falls.

Theoretical Pitch, Apparent Slip and Real Slip

Because water is not a solid, a propeller never advances exactly its pitch per revolution. Hold a propeller to a fixed pitch P and turn it at n revolutions per second and it would, in a rigid medium, move forward at the theoretical speed P·n. The ship, though, moves at its real speed V, which is slower than P·n — the difference is the slip that lets the blades push water aft and so generate thrust.

The apparent slip compares the theoretical advance to the ship's speed through the water: sapp = (P·n − V)/(P·n). A positive slip is normal under power: the propeller is 'winding' through the water, accelerating it aft. If slip were zero the propeller would be advancing exactly its pitch and producing no thrust at all — which only happens at the towed, no-power limit. Slip is therefore not waste to be eliminated; a finite slip is how thrust is generated. The apparent slip uses the ship speed V, which is convenient because V is easy to measure. The more fundamental real slip replaces V with the speed of advance Va — the speed of the water actually arriving at the propeller disc — which is the subject of Lesson 3. For this lesson's examples we use apparent slip with V.

📝 Worked example: A ship's propeller has diameter D = 5.2 m and pitch ratio P/D = 0.95, turning at shaft speed n = 110 rpm. The ship moves at V = 7.5 m/s. Find the pitch P, the theoretical advance speed P·n, and the apparent slip.
  1. P = (P/D) × D = 0.95 × 5.2 = 4.94 m
  2. n = 110 rpm = 110/60 = 1.8333 rev/s
  3. Theoretical advance speed P·n = 4.94 × 1.8333 = 9.057 m/s
  4. Apparent slip = (P·n − V)/(P·n) = (9.057 − 7.5)/9.057 = 1.557/9.057 = 0.172
✓ P = 4.94 m; P·n = 9.06 m/s; apparent slip ≈ 0.172 (17.2%)
✏️ Practice: A propeller has diameter D = 4.5 m and pitch ratio P/D = 1.0, turning at n = 120 rpm. The ship moves at V = 8.0 m/s. Find the apparent slip.
Solution
  1. P = (P/D) × D = 1.0 × 4.5 = 4.5 m
  2. n = 120 rpm = 120/60 = 2.0 rev/s
  3. P·n = 4.5 × 2.0 = 9.0 m/s
  4. Apparent slip = (P·n − V)/(P·n) = (9.0 − 8.0)/9.0 = 1.0/9.0 = 0.111

The Advance Ratio J — the Propeller's Speed Parameter

Just as a hull's behaviour is organised by the Froude number, a propeller's behaviour is organised by a single dimensionless speed parameter, the advance ratio J. It compares the speed at which water flows axially through the propeller disc (Va, the speed of advance) to the rotational speed of the blade tips (proportional to n·D): J = Va/(n·D).

J is the master variable of propeller performance: the thrust coefficient, torque coefficient and efficiency in Lesson 2 are all plotted against J. Physically, at low J (slow advance, fast spin) the blades bite hard and produce lots of thrust but inefficiently; at high J (fast advance, slow spin) the blades barely grip and thrust falls away. There is a best J in between where efficiency peaks.

A subtle but crucial point: Va is NOT the ship speed V. Because the hull drags a wake of water along with it, the water arrives at the propeller moving more slowly than the ship — Va is less than V. The size of that wake deficit is the wake fraction, quantified in Lesson 3, and it changes J and therefore everything downstream. For this lesson's example we are simply given Va.

\[ J = \frac{V_a}{n\, D} \]
Va is the speed of advance — the axial water speed into the propeller disc; n is shaft speed (rev/s); D is diameter. Because of the hull wake, Va < V (the ship speed).
📝 Worked example: A propeller of diameter D = 4.5 m turns at n = 2.0 rev/s. The speed of advance is Va = 6.0 m/s. Find the advance ratio J.
  1. J = Va/(nD) = 6.0/(2.0 × 4.5)
  2. 2.0 × 4.5 = 9.0
  3. J = 6.0/9.0 = 0.667
✓ J ≈ 0.667
🔑 Slip is not loss to be eliminated

A common misconception is that slip should be driven to zero for efficiency. It should not. Zero slip means the propeller advances exactly its pitch and accelerates no water — which means zero thrust. A finite slip is the very mechanism by which the blades impart momentum to the water and so generate the thrust that overcomes resistance. What you optimise is the advance ratio J (and with it the open-water efficiency of Lesson 2), not the slip itself.

Check your understanding

1. On a screw propeller, the pitch P is best described as:
Pitch is the axial advance per revolution assuming no slip — the screw-in-a-nut analogy. Diameter is D, blade area ratio is BAR, and blade count is separate.
2. A propeller has theoretical advance speed P·n = 9.0 m/s and the ship moves at V = 8.0 m/s. The apparent slip is:
Apparent slip = (P·n − V)/(P·n) = (9.0 − 8.0)/9.0 = 1.0/9.0 ≈ 0.111. The positive sign means the propeller slips relative to its theoretical advance.
3. The advance ratio J = Va/(nD). If Va is less than the ship speed V, it is because:
The hull's boundary layer and stern flow drag water forward with the ship, so the speed of advance Va into the disc is less than V — the wake fraction of Lesson 3.
✅ Key takeaways
  • A screw propeller is described by diameter D, pitch P, pitch ratio P/D, blade area ratio BAR, blade count, and handedness
  • Apparent slip sapp = (P·n − V)/(P·n) is positive under power and is the mechanism of thrust generation, not pure loss
  • The advance ratio J = Va/(nD) is the propeller's master speed parameter; Va < V because of the hull wake (Lesson 3)
➡️ Geometry and slip set the scene — but how much thrust and torque a propeller actually produces, and how efficiently, is the subject of the open-water characteristics in the next lesson.
Want to test yourself on this? Try the Marine Engineering Aptitude test →