SWMM - Treatment of Pollutants


Removal of pollutants from influents that enter any node is required. of the drainage system is This is modeled by assigning a set of treatment functions to the node.

Handling expressions have the general form:

R = f (P, R_P, V)

or

C = f (P, R_P, V)

Where:

Example:

The result of the treatment function can be either a concentration (indicated by the letter C) or a fractional removal (indicated by the letter R). For example, a first-order decay expression for BOD leaving a node storage can be expressed as:

C = BOD * exp(-0.05 * HRT)

or the removal of some pollutant trace that is proportional to; Total suspended solids removal (TSS) can be expressed as:

R = 0.75 * R_TSS

Care must be taken to avoid circular references when specifying treatment functions. For example, the above expression would not be computable if it were used to calculate the fractional removal of TSS