| ProjectSample Project — Demonstration Only | Job No.SAMPLE-001 | Client— |
| CalculationSlurry Critical Deposition Velocity Calculator (Durand–Condolios) | Calc byPiping Toolset (calc-core) | Checked byUNCHECKED — sample |
| Date2026-07-31 | Rev0 | BasisDurand–Condolios critical deposition velocity (ASME B31.11 heritage / B31.4 slurry chapters require operation above VD; FL user-supplied) |
A sand-water slurry in an NPS 12 line with a 12.0 in bore. The solids are silica sand at specific gravity 2.65 in a water carrier at 1.0, and the design flow is 5,000 gpm. The Durand coefficient read from the chart for this particle size and concentration is 1.34.
| Durand coefficient FL | 1.34 | — |
| Inside diameter | 12 | in |
| Solids SG | 2.65 | — |
| Carrier SG | 1.0 | — |
| Flow rate Q | 5,000 | gpm |
Two velocities are computed and compared.
Critical deposition velocity, Durand–Condolios form, with the bore converted from inches to feet and g = 32.174 ft/s²:
s = SGsolids / SGcarrier
VD = FL · √( 2 · g · (Di/12) · (s − 1) )
Actual line velocity from volumetric flow and inside diameter, in the standard gpm/inch form (0.4085 is the unit constant for gpm and inches → ft/s, not a code value):
V = 0.4085 · Q / d²
ratio = V / VD → PASS when ratio ≥ 1
The specific gravity term is a ratio, s = SGsolids/SGcarrier, not a difference — which matters whenever the carrier is not water. Running sand in a dense medium rather than water lowers s, lowers the buoyant driving force, and genuinely reduces the velocity needed to keep solids up; that is the physical basis of dense-medium transport. The engine rejects SGsolids ≤ SGcarrier outright, because a solid no denser than its carrier is not a settling slurry and this correlation does not describe it.
Entering Q = 0 puts the card in deposition-velocity-only mode: it returns VD and suppresses the operating check and the verdict, which is what you want when you are sizing a line rather than checking one. With a flow entered, the verdict is a hard comparison at that flow, and a second warning fires when the margin is under 10% — a line that only clears deposition at full rate is a line that silts up the first time it is turned down.
| VD — critical deposition velocity | 13.807 | ft/s |
| Vactual — actual line velocity | 14.184 | ft/s |
| ratio — Vactual / VD | 1.02727 | — |
The result values above are locked as fixture slurry-velocity.json, case
“sand-water NPS 12 (ID 12 in), FL=1.34, 5000 gpm — above deposition”, tolerance 0.001, in the calc-core continuous
verification gate (see https://pipingtoolset.com/trust/validation.html). Allowable-stress and factor data are
user-supplied inputs; citations: R. Durand and E. Condolios, experimental work on the transport of solids in pipes (1952) — origin of the limiting-velocity correlation and the F_L chart against particle size and concentration. · ASME B31.11, Slurry Transportation Piping Systems — the historical slurry code; requires operation above the deposition velocity without prescribing a determination method. · ASME B31.4, Pipeline Transportation Systems for Liquids and Slurries — recent editions absorb slurry service; confirm which document your project is contracted to. · Constants: g = 32.174 ft/s²; 0.4085 converts gpm and inches of bore to ft/s. Both are unit/physical constants, not code values.