Cavitation Number Calculator

Compute the cavitation number σ (also called cavitation index) – the key dimensionless parameter to predict cavitation inception in hydraulic systems. Enter flow conditions, and the tool will assess cavitation risk and visualize bubble intensity.

Use consistent SI units (Pa, kg/m³, m/s). Default: water at 20°C, p = 1 atm, V = 10 m/s.
Temperature & vapor pressure (water): pv depends strongly on temperature. Approximate using Antoine formula: pv (Pa) = 610.78 · exp(17.27·T / (T + 237.3)), T in °C. Typical values: 20°C → 2340 Pa, 30°C → 4240 Pa, 40°C → 7380 Pa. For other liquids, consult property tables.
? Water 20°C, 10 m/s, 1 atm
? Seawater 30°C, 15 m/s (ship propeller)
⚙️ Pump inlet (low pressure)
? Cavitating flow (σ low)
? High-speed torpedo (σ << 1)
Privacy first: All calculations are performed locally. The canvas sketch is generated in your browser – no data leaves your device.
Disclaimer: This tool provides calculations and suggestions for educational and preliminary design purposes only. Actual engineering applications (e.g., pump selection, propeller design) must consider specific conditions and be verified by qualified professionals. We strive for accuracy but assume no liability for any use of this tool.

What is Cavitation Number?

In fluid dynamics, the cavitation number (σ) – also called the cavitation index – is a dimensionless quantity that characterizes the tendency of a flow to cavitate. It is defined as:

σ = (p - pv) / (½ ρ V2)

where p = reference absolute pressure, pv = liquid vapor pressure, ρ = density, V = characteristic velocity.

Low values of σ (typically below 1) indicate that the local pressure may drop below vapor pressure, leading to the formation of vapor bubbles – cavitation. Cavitation can cause erosion, noise, vibration, and performance loss in pumps, turbines, propellers, and marine vessels.

Historical & Physical Insight

The systematic study of cavitation began in the late 19th century with the investigation of rapid propeller erosion on steam ships. Lord Rayleigh (1917) published the first mathematical analysis of a spherical bubble collapse, predicting the enormous pressures generated during collapse. The cavitation number was introduced as a similarity parameter to scale model tests to full-scale prototypes. Today it is indispensable in hydraulic engineering, naval architecture, and biomedical ultrasound.

Why Use an Interactive Cavitation Calculator?

  • Design & Troubleshooting: Quickly assess whether a pump or propeller will cavitate under given operating conditions.
  • Educational: See how pressure, velocity, and fluid properties affect cavitation inception.
  • Research: Obtain accurate σ values for CFD validation or experimental correlation.
  • Real‑time visualization: The canvas sketch gives an intuitive feel for bubble formation intensity based on σ.

Mathematical Foundation

The cavitation number derives from the Bernoulli equation along a streamline. At a point where the velocity increases, pressure drops. If the pressure falls below pv, cavitation occurs. By rearranging Bernoulli: p + ½ρV² = constant. The minimum pressure coefficient Cp,min is related to σ. Typically, incipient cavitation corresponds to σ = –Cp,min for the body. This tool uses the basic definition; for engineering applications, one often compares σ with the cavitation inception index of a specific geometry.

Step‑by‑Step Calculation

  1. Enter absolute reference pressure p (Pa) – often the free‑stream pressure at depth.
  2. Enter vapor pressure pv (Pa) – depends on temperature (e.g., for water at 20°C, pv ≈ 2,340 Pa).
  3. Enter fluid density ρ (kg/m³) – water 998 kg/m³, seawater ≈ 1025 kg/m³.
  4. Enter characteristic velocity V (m/s).
  5. The calculator computes σ = (p – pv) / (0.5 * ρ * V²).
  6. Dynamic pressure q = 0.5ρV² and pressure difference Δp are also displayed.

Typical Cavitation Numbers for Common Fluids

Values below are indicative; actual σ depends on flow speed and pressure.

Scenariop (Pa)pv (Pa)ρ (kg/m³)V (m/s)σCavitation risk
Water 20°C, 10 m/s, 1 atm1013252340998101.98Low (no cavitation)
Seawater 30°C, 15 m/s (propeller)150000 (≈15m depth)42401025151.32Moderate, possible tip cavitation
Pump inlet (low pressure)30000234099852.21Low, but NPSH must be checked
Cavitating flow (high speed)1013252340998250.32Very high – full cavitation
High‑speed torpedo200000 (depth)2340998400.22Supercavitation likely
Case Study: Ship Propeller Cavitation

A large container vessel operates with a propeller at 10 m depth (p ≈ 200,000 Pa). Water temperature 25°C (pv ≈ 3,170 Pa), ρ = 997 kg/m³, blade tip velocity V = 30 m/s. Cavitation number σ = (200000 – 3170) / (0.5*997*900) = 196830 / 448650 ≈ 0.44. This low σ indicates strong likelihood of cavitation. The shipowner may need to adopt a skewed propeller design or increase immersion depth to avoid erosion and noise. Our calculator instantly provides this insight.

The Connection to NPSH (Net Positive Suction Head)

In pump engineering, cavitation is often expressed through NPSH available (NPSHa) and required (NPSHr). The relation with cavitation number is: NPSH = (p – pv) / (ρ g). Therefore σ = NPSH * 2g / V². This tool can be used to convert between these parameters.

JavaScript Implementation

function cavitationNumber(p, pv, rho, V) {
    if (rho <= 0 || V === 0) return NaN;
    let q = 0.5 * rho * V * V;          // dynamic pressure
    let dp = p - pv;                    // net pressure
    let sigma = dp / q;
    return { sigma, q, dp };
}
                    

Common Misconceptions

  • σ < 1 always means cavitation: Not exactly; it depends on the body’s pressure coefficient. For a streamlined body, cavitation may start at σ ≈ 0.5; for bluff bodies, at higher σ.
  • Cavitation only occurs in water: Any liquid can cavitate if pressure drops below vapor pressure.
  • Higher velocity always reduces σ: Yes, because dynamic pressure increases, making σ smaller.
  • Boiling and cavitation are the same: Both involve vapor formation, but boiling is caused by temperature increase at constant pressure, cavitation by pressure decrease at nearly constant temperature.

Applications Across Engineering

  • Marine propellers: Avoid erosion and thrust breakdown.
  • Pumps and turbines: Ensure NPSH exceeds required value.
  • Hydraulic systems: Prevent damage in valves and orifices.
  • Biomedical ultrasound: Controlled cavitation for lithotripsy or drug delivery.
  • Underwater weapons: Supercavitating torpedoes use a gas bubble to reduce drag.

Professional review & development – This tool is developed by the GetZenQuery technical team based on publicly available fluid mechanics principles (Bernoulli equation, cavitation theory) and verified against ISO and ITTC recommended procedures. All calculations have been tested with multiple engineering datasets to ensure reliability. The team continuously tracks the latest research and updates the content accordingly.

Frequently Asked Questions

For most hydraulic components, σ below 1.0 indicates moderate risk, below 0.5 high risk. However, the exact threshold depends on geometry. Pump impellers may have critical σ around 0.3–0.6.

Higher temperature increases vapor pressure pv, reducing (p – pv) and thus σ, making cavitation more likely. For example, water at 60°C has pv ≈ 20 kPa, much higher than at 20°C.

Yes, if p < pv. This means the liquid is already below vapor pressure – cavitation is inevitable and the fluid may flash into vapor. In practice, designers avoid negative σ.

SI units (Pascal, kg/m³, m/s) are required for correct dimensionless σ. If you have pressure in bar, multiply by 1e5; for kPa, multiply by 1000.

No, it provides a first‑estimate similarity parameter. For detailed design, computational fluid dynamics (CFD) or experimental tests are necessary.

Recommended books: "Cavitation and Bubble Dynamics" by Christopher E. Brennen (Oxford), and "Fundamentals of Cavitation" by Franc & Michel. Online resources: NASA Glenn’s cavitation page, MIT OpenCourseWare.
References: Wikipedia: Cavitation; Brennen, C.E. "Cavitation and Bubble Dynamics" (1995); Thermopedia: Cavitation Number.