Cavitation Number Calculator
Compute the cavitation number σ = (p − p_v) / (½ ρ v²). Runs locally. Not NPSH, not Thoma NPSH/H, not Weber, and not Euler Eu=Δp/(ρ v²).
Trust summary Engine tested · Source checked · 17/17 tests · Production surface contract 3/3 · v1.0.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Cavitation number σ = (p − p_v) / (½ ρ v²). Invert p, p_v, or v.
- Scope
- Cavitation number σ = (p − p_v) / (½ ρ v²); default ρ=1000 kg/m³; p and p_v absolute Pa
- Verification
- Engine tested · 17/17 tests · Production surface contract 3/3 · Source checked · v1.0.0
- Named expert review
- Optional · Not performed
- Sources
- ISO 80000-11 — Characteristic numbers
- ISO 80000-4 — Mechanics
- Evidence
- 2 golden · 10 boundary · 5 property · Production surface contract 3/3 · Artifact integrity PASS
- Production
- Embedded snapshot: STALE · Last attested schema matched 1.0.0 snapshot / local build · Semantic contract ✓ · Last attestation PASS · current evidence changed · re-attestation required · Public/cache ✓ · Origin ✓ · Live production status PASS (0 stale; 163 CURRENT) @ 2026-09-17T13:12:27.589Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter p
Absolute reference pressure in Pa. Invert for p on the p tab.
Enter p_v
Absolute vapor pressure in Pa. Water at 20 °C is about 2339 Pa. Invert on the p_v tab.
Enter v
Characteristic speed in m/s. URL field is v_m_s. Invert on the v tab.
Read σ
σ = (p − p_v) / (½ ρ v²). Default ρ=1000 kg/m³. REST may send v; the query layer uses v_m_s.
Example calculations
Common configurations with formula and result.
σ = 2
p=150000 Pa, p_v=50000 Pa, ρ=1000 kg/m³, v=10 m/s
Invert p
σ=2, p_v=50000 Pa, v=10 m/s
Cavitation Number calculator specification
Version 1.0.0 · Engine tested
- Engine tested 17/17 tests · Production surface contract 3/3
- Named expert review Not performed
- Calculation version 1.0.0
- Definition
- Cavitation number σ = (p − p_v) / (½ ρ v²). Reference pressure minus vapor pressure, over dynamic pressure. Not NPSH head.
- What it calculates
- Cavitation number σ = (p − p_v) / (½ ρ v²). Invert p, p_v, or v.
- Inputs
- mode?
- p|sigma
- p_v|sigma
- v|sigma
- rho?
- Outputs
- sigma
- p
- p_v
- rho
- v
- mode
- model
- Formula
σ = (p − p_v) / (½ ρ v²)- Assumptions
- Cavitation number σ = (p − p_v) / (½ ρ v²); default ρ=1000 kg/m³; p and p_v absolute Pa
- Not NPSH head, not Thoma σ_Th=NPSH/H, not Weber We=ρv²L/σ, not Euler Eu=Δp/(ρ v²)
- Not Reynolds, not capillary Ca=μv/σ, not Q=Av
- Units
- SI; p and p_v in Pa; ρ in kg/m³; v in m/s; σ dimensionless
- Boundary conditions
- missing p, p_v, v, or σ when required → MISSING_REQUIRED_INPUT
- p, v, ρ, or σ ≤ 0 → VALUE_MUST_BE_POSITIVE
- p ≤ p_v → VALUE_OUT_OF_RANGE
- NPSH/z/hf/H/g, We/L, Re/μ, Eu/Δp, A/Q → MIXED_INPUT_ENCODING
- npsh, thoma, weber, or euler as mode → INVALID_MODE
- Example
- p=150000 p_v=50000 v=10 → σ=2
- Validation cases
3 published on this page · 17/17 tests · Production surface contract 3/3 · View evidence
- p=150000 p_v=50000 v=10 → sigma=2
- mode=pressure sigma=2 p_v=50000 v=10 → p=150000
- p=150000 p_v=50000 v=10 NPSH=10 → MIXED_INPUT_ENCODING
- Sources
- ISO 80000-11 — Characteristic numbers — Cavitation numberSupports: σ = (p − p_v) / (½ ρ v²); inertia vs vapor-pressure deficit, not NPSH head
- ISO 80000-4 — Mechanics — PressureSupports: p and p_v are absolute pressures; ½ ρ v² is a dynamic pressure
- ISO 80000-11 — Characteristic numbers — Cavitation number
- Calculation version
- 1.0.0
Background
Interpretation and common distinctions.
Compute the cavitation number from reference pressure, vapor pressure, density, and speed.
Supported and not supported
Supported — σ from p, p_v, ρ, v · invert p, p_v, or v · API physics.fluid.cavitation
Not supported — NPSH head, Thoma σ_Th=NPSH/H, Weber We, Euler Eu=Δp/(ρv²), Reynolds, capillary Ca, Q=Av
Agent / API notes
Capability id: physics.fluid.cavitation · tool id: cavitation-number · pin 1.0.0.
{ "p": 150000, "p_v": 50000, "v": 10 }
Modes: number (default), pressure, vapor, velocity. Errors: MISSING_REQUIRED_INPUT, INVALID_NUMBER, VALUE_MUST_BE_POSITIVE, VALUE_OUT_OF_RANGE, MIXED_INPUT_ENCODING, INVALID_MODE.
Calculator URL stays /calc/physics/cavitation-number. There is no /calc/fluid.
Related tools
Other calculators in this family: NPSH, Weber number, Reynolds number, Pitot tube .
Frequently asked questions
Key distinctions behind the calculation.
Is this NPSH?
No. NPSHa is a head in metres at /calc/physics/npsh. Sending NPSH, z, hf, H, p_s, p_atm, or g is MIXED_INPUT_ENCODING.
Is this the Thoma number?
No. Thoma σ_Th = NPSH/H is a pump-similarity ratio. This page is the flow cavitation number (p−p_v)/(½ρv²).
Is this Weber number?
No. We = ρ v² L / σ with σ as N/m is /calc/physics/weber-number. Sending We, L, or σ in N/m is MIXED_INPUT_ENCODING.
Is this Euler number?
No. Eu = Δp / (ρ v²). Send p and p_v separately. A single Δp is MIXED_INPUT_ENCODING.
Where does this run?
Locally in the browser by default. REST and MCP call the same fluid-engine cavitationNumber wrapper.