# Reaeration By Fickian Diffusion

The user defines the reaeration rate at 20$$\degree$$C. The reaeration rate is adjusted to the local water temperature using the relationship:

&#x20;   $$\kappa\_2=\kappa\_{2,20}\*1.024^{(T\_{water}-20)}$$                                                                               7:3.5.4

where $$\kappa\_2$$ is the reaeration rate (day$$^{-1}$$ or hr$$^{-1}$$), $$\kappa\_{2,20}$$ is the reaeration rate at 20$$\degree$$C (day$$^{-1}$$ or hr$$^{-1}$$), and $$T\_{water}$$ is the average water temperature for the day or hour ($$\degree$$C).

&#x20;              Numerous methods have been developed to calculate the reaeration rate at 20$$\degree$$C, $$\kappa\_{2,20}$$. A few of the methods are listed below. Brown and Barnwell (1987) provide additional methods.

&#x20; Using field measurements, Churchill, Elmore and Buckingham (1962) derived the relationship:

&#x20;           $$\kappa\_{2,20}=5.03\*v\_c^{0.969}\*depth^{-1.673}$$                                                        7:3.5.5

where $$\kappa\_{2,20}$$ is the reaeration rate at 20$$\degree$$C (day$$^{-1}$$), $$v\_c$$ is the average stream velocity (m/s), and $$depth$$ is the average stream depth (m).

&#x20;          O’Connor and Dobbins (1958) incorporated stream turbulence characteristics into the equations they developed. For streams with low velocities and isotropic conditions,

&#x20;           $$\kappa\_{2,20} =294 \* \frac{(D\_m\* v\_c)^{0.5}}{depth^{1.5}}$$                                                                       7:3.5.6

where $$\kappa\_{2,20}$$ is the reaeration rate at 20$$\degree$$C (day$$^{-1}$$), $$D\_m$$ is the molecular diffusion coefficient (m$$^2$$/day), $$v\_c$$ is the average stream velocity (m/s), and $$depth$$ is the average stream depth (m). For streams with high velocities and nonisotropic conditions,  &#x20;

&#x20;         $$\kappa\_{2,20}=2703\*\frac{D\_m^{0.5}\*slp^{0.25}}{depth^{1.25}}$$                                                                   7:3.5.7

where $$\kappa\_{2,20}$$ is the reaeration rate at 20$$\degree$$C (day$$^{-1}$$), $$D\_m$$ is the molecular diffusion coefficient (m$$^2$$/day), $$slp$$ is the slope of the streambed (m/m), and $$depth$$ is the average stream depth (m). The molecular diffusion coefficient is calculated

&#x20;             $$D\_m=177\*1.037^{\overline T\_{water}-20}$$                                                               7:3.5.8

where $$D\_m$$ is the molecular diffusion coefficient (m$$^2$$/day), and $$\overline T\_{water}$$ is the average water temperature ($$\degree$$C).

&#x20;      Owens et al. (1964) developed an equation to determine the reaeration rate for shallow, fast moving streams where the stream depth is 0.1 to 3.4 m and the velocity is 0.03 to 1.5 m/s.

&#x20;               $$\kappa\_{2,20}=5.34\*\frac{v\_c^{0.67}}{depth^{1.85}}$$                                                                    7:3.5.9

where $$\kappa\_{2,20}$$ is the reaeration rate at 20$$\degree$$C (day$$^{-1}$$), $$v\_c$$ is the average stream velocity (m/s), and $$depth$$ is the average stream depth (m).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://swatplus.gitbook.io/io-docs/theoretical-documentation/section-7-main-channel-processes/in-stream-nutrient-processes/oxygen/reaeration/reaeration-by-fickian-diffusion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
