Skip to main content
Speclore

Chezy Formula

Reference data and engineering information about chezy formula for fluid mechanics applications.

chezyformulaCalculator

Overview

The Chezy formula is an early open channel flow equation relating velocity to hydraulic radius and channel slope. It is less commonly used than Manning's formula but historically significant.

Formula

v=CRhSv = C \sqrt{R_h S}

Calculator

Notes

  • Results are approximate and should be verified for critical applications
  • Input values should be within reasonable engineering ranges

Manning's Relationship for Chezy's Coefficient

The Chezy coefficient CC can be estimated using the empirical Manning relationship:

C=1nRh1/6C = \frac{1}{n} R_h^{1/6}

where nn is the Manning coefficient of roughness, which depends on the channel material and condition. For example, for concrete conduits, a common value is n=0.02n = 0.02 or directly C=50m1/2/sC = 50 \, \text{m}^{1/2}/\text{s}.

Example: Flow in a Concrete Conduit

Consider a rectangular concrete conduit with dimensions 1m×1m1 \, \text{m} \times 1 \, \text{m} and a slope S=1/100m/mS = 1/100 \, \text{m/m}. The conduit is half filled with water.

Step 1: Calculate the cross-sectional area AA

The filled height is 0.5m0.5 \, \text{m}, so:

A=0.5×1m×1m=0.5m2A = 0.5 \times 1 \, \text{m} \times 1 \, \text{m} = 0.5 \, \text{m}^2

Step 2: Calculate the wetted perimeter PP

For a rectangular channel half filled:

P=2×0.5m+1m=2mP = 2 \times 0.5 \, \text{m} + 1 \, \text{m} = 2 \, \text{m}

Step 3: Calculate the hydraulic radius RhR_h

Rh=AP=0.5m22m=0.25mR_h = \frac{A}{P} = \frac{0.5 \, \text{m}^2}{2 \, \text{m}} = 0.25 \, \text{m}

Step 4: Calculate the mean flow velocity vv

Using Chezy's formula with C=50m1/2/sC = 50 \, \text{m}^{1/2}/\text{s}:

v=CRhS=500.25×1100=50×0.0025=50×0.05=2.5m/sv = C \sqrt{R_h S} = 50 \sqrt{0.25 \times \frac{1}{100}} = 50 \times \sqrt{0.0025} = 50 \times 0.05 = 2.5 \, \text{m/s}

Step 5: Calculate the volume flow rate qq

q=Av=0.5m2×2.5m/s=1.25m3/sq = A v = 0.5 \, \text{m}^2 \times 2.5 \, \text{m/s} = 1.25 \, \text{m}^3/\text{s}

This example illustrates the application of Chezy's formula in a practical scenario.

Factors Influencing Chezy's Coefficient

The Chezy coefficient CC is not a fixed material property. It is a function of the flow regime and channel characteristics, primarily determined by:

  1. Flow Reynolds Number (ReRe): Indicates whether the flow is laminar or turbulent.
  2. Relative Roughness (ϵ/Rh\epsilon / R_h): The ratio of the characteristic roughness element height (ϵ\epsilon) to the hydraulic radius (RhR_h).

For practical engineering applications, empirical relationships like Manning's formula are used to estimate CC based on measurable channel properties, as described in the Manning's Relationship for Chezy's Coefficient section.

References