Rational Method

Overview

The Rational Method is the simplest and most widely used method for estimating peak runoff rates from small drainage areas. Developed by Kuichling (1889), it assumes that the peak flow occurs when the entire drainage area is contributing runoff and that rainfall intensity is uniform over the basin.

The Rational Equation

Q = C × i × A

Where:

  • Q = peak runoff rate (cfs)
  • C = runoff coefficient (dimensionless, 0–1)
  • i = rainfall intensity (in/hr) at duration equal to Tc
  • A = drainage area (acres)

The equation is dimensionally correct only in US customary units. The conversion factor 1.008 (1 acre-inch/hr ≈ 1.008 cfs) is typically taken as 1.0, though HydraLink allows enabling the 1.008 factor in Project Settings.

Assumptions and Limitations

  1. Rainfall intensity is uniform over the entire drainage area
  2. Rainfall duration equals the time of concentration (Tc)
  3. Runoff coefficient is constant throughout the storm
  4. The method produces only a peak flow rate, not a full hydrograph
  5. Generally limited to drainage areas < 200 acres (some agencies allow up to 640 acres)
  6. Does not account for storage effects in the watershed

Runoff Coefficient (C)

The C coefficient represents the fraction of rainfall that becomes direct runoff. It is influenced by land use, soil type, slope, and antecedent moisture. HydraLink computes a weighted C from a land use breakdown:

Cweighted = Σ(Ci × Ai) / Σ(Ai)

Typical C Values

Land Use C (Low) C (High)
Commercial0.600.85
Industrial0.650.75
Residential (1/4 acre lots)0.450.60
Residential (1 acre lots)0.300.45
Schools0.500.50
Parks / Open Space0.200.20
Asphalt / Concrete0.950.95
Roofs0.900.90
Lawns (sandy, flat)0.080.13
Lawns (clay, steep)0.250.30
Pasture0.150.35
Forest0.100.30

Rainfall Intensity

The Rational Method requires rainfall intensity (i) at a duration equal to the time of concentration (Tc). HydraLink resolves intensity using the following priority order:

1. IDF Curve Coefficients (Highest Priority)

If IDF curve coefficients have been defined for the storm’s return period, HydraLink evaluates the IDF equation:

i = b / (Tc + d)e

where Tc is in minutes, and e, b, d are the fitted parameters. These coefficients can come from two sources:

  • Fit IDF Coefficients — HydraLink fits the e, b, d parameters to the NOAA Atlas 14 intensity-duration-frequency data via least-squares optimization. The fit quality is reported as R² and maximum percent error.
  • Manual IDF Coefficients — You can directly enter e, b, d values from published IDF tables, local drainage manuals, or other sources (e.g., TxDOT Hydraulic Design Manual).

2. NOAA Atlas 14 Direct Interpolation

If IDF coefficients are not available but NOAA Atlas 14 data has been loaded, HydraLink interpolates intensity directly from the NOAA Atlas 14 intensity-duration-frequency data. Two interpolation modes are available:

  • Log-Log Interpolation (Default) — performs log-log interpolation on the Atlas 14 intensity values to obtain intensity at Tc.
  • Linear Interpolation — performs linear interpolation on the Atlas 14 intensity values between bounding durations.

HydraLink downloads both precipitation intensity and depth data from NOAA Atlas 14. Intensity values are used directly for the Rational Method — no depth-to-intensity conversion is needed. Depth values are used for synthetic storms (SCS distributions) and time of concentration calculations.

3. Fallback: Total Depth / Duration

If none of the above sources are available, HydraLink falls back to a simple approximation:

i = Ptotal / Tstorm

where Ptotal is the total storm rainfall depth and Tstorm is the storm duration. This is a rough estimate and should only be used as a last resort.

The fallback method assumes uniform intensity over the entire storm duration, which significantly underestimates the peak intensity. Always provide IDF coefficients or NOAA Atlas 14 data for accurate Rational Method results.

K Factor

Some jurisdictions require a frequency factor K to adjust the peak flow for higher return periods. The adjusted equation becomes:

Q = K × C × i × A

Default K = 1.0. Dallas County, for example, uses the iSWM Eq 2.20 frequency factors.

References

  • Kuichling, E. (1889). "The Relation Between the Rainfall and the Discharge of Sewers in Populous Districts." Transactions, ASCE, Vol. 20.
  • FHWA (2009). Urban Drainage Design Manual, HEC-22, Third Edition.
  • TxDOT (2019). Hydraulic Design Manual, Chapter 5.