Reach routing simulates the movement of a flood wave through a channel or conduit. As a hydrograph travels through a reach, two effects occur: translation (the hydrograph is delayed) and attenuation (the peak is reduced and the hydrograph is spread out). Different routing methods model these effects with varying levels of detail.
| Method | Translation | Attenuation | Parameters | Physical Basis | Computational Cost |
|---|---|---|---|---|---|
| Lag | Yes | No | Lag time | None | Very Low |
| Muskingum-Cunge | Yes | Yes | Channel geometry | Physics-based | Low |
| Modified Puls | Yes | Yes | Storage-discharge table | Empirical | Medium |
| Kinematic Wave | Yes | None (numerical only) | Channel geometry | Physics-based | Medium |
The simplest routing approach. It shifts the inflow hydrograph forward in time by a fixed lag time, and no attenuation occurs: the outflow hydrograph has the same shape and peak as the inflow, only translated (shifted) in time.
Regional Consideration: Lag routing does not attenuate the flow; it only translates the hydrograph in time. This is typically used for relatively short reaches where the travel time is small relative to the hydrograph duration and where channel storage effects are negligible. For longer reaches or reaches where storage effects are significant, a routing method that provides attenuation (such as Muskingum-Cunge or Modified Puls) may be more appropriate. The engineer should evaluate whether lag routing adequately represents the physical system for the given application, considering local design criteria and site conditions.
Derives Muskingum K and X parameters from physical channel properties, eliminating the need for calibration. This method is widely used for open channel routing when channel geometry is known. HydraLink uses the variable-parameter form: K and X are recomputed at every time step from the flow actually being routed, not fixed once for the reach.
c = dQ/dA from that section and
K = Δx / cX = 0.5 × (1 − Q / (T × c × S × Δx))
where T = top width at normal depth, limited so the Muskingum coefficients stay
non-negativeNot appropriate for: backwater-affected reaches, very flat slopes (S < 0.0001), tidally influenced areas, reaches with significant floodplain storage, or supercritical flow conditions. In these cases, use Modified Puls with a storage-discharge relationship from hydraulic modeling. HydraLink also warns when the flow exceeds the section's capacity (the excess is passed through without routing) or when the reach is too short or the time step too large for the flow, which forces X to be clamped.
Uses a known storage-discharge relationship to route the hydrograph.
At each time step, interpolate O from the SI curve. This method is suitable for reaches where the storage-discharge relationship is known from field data or detailed hydraulic modeling. The table is entered as storage in acre-feet against discharge in cfs, and the reach can be split into subreaches.
Assumes the momentum equation reduces to a balance between friction and gravity (kinematic approximation). Uses the same channel geometry as Muskingum-Cunge.
Best for steep, friction-dominated channels. HydraLink warns when the slope is below 0.002 ft/ft — any apparent attenuation there is numerical, not physical — and recommends Muskingum-Cunge instead. It also reports when the time step is poorly matched to the reach length (Courant number far from 1). Not suitable for backwater effects.
The appropriate routing method depends on the site conditions, available data, and local design criteria. The following considerations may help guide the selection:
The selection of a routing method is an engineering judgment decision. Local design criteria, jurisdictional requirements, and the physical characteristics of the reach should all be considered when selecting a method.