# Nitrogen, BOD, Fecal Coliform

Transformation and removal of pollutants in the biozone is directly related with the population of live bacteria biomass and bio-physical processes in the biozone layer. The fate of pollutants including Nitrogen, BOD, and Fecal Coliform is estimated by a first order reaction equation:

&#x20;                           $$C\_{k,end}=C\_{k,i}\*e^{-K\_k \Delta t}$$                                                                      (13)

where $$C\_{k,end}$$ is concentration of k constituent in the biozone at the end of the day (mg/L), $$C\_{k,i}$$ is concentration of $$k$$ constituent in the biozone at the beginning of the day (mg/L), and $$K\_k$$ is a first order reaction rate (1/day), which is a function of the total biomass of live bacteria and a reaction rate coefficient.

&#x20;                             $$K\_k=[\frac{K\_{1,k}\*A\_d}{\theta\_{si}\*V\_{bz}}](https://swatplus.gitbook.io/io-docs/theoretical-documentation/section-6-management-practices/septic-systems/biozone-algorithm/Bio)$$                                                                       (14)

where $$K\_{1,k}$$ is the reaction rate calibration parameter for each constituent $$k$$ (m$$^3$$/kg) and $$V\_{bz}$$ is the volume of the biozone (m$$^3$$). The various constituents included are meant for the primary reactions/processes that occur in the biozone layer such as nitrification, denitrification, BOD decay, and fecal coliform decay.

![](/files/Fa6LJQ0fSREAWRTWzavp)

In Equation (14), the reaction rate is normalized with respect to the volume of bacterial biomass (pore volume,$$\theta\_{si} V\_{bz}$$) in the biozone layer as in the case of mortality and respiration equations. This normalization is done to avoid scaling issues in applying the algorithm to watershed scale simulations with parameters calibrated to small scale results (lab column tests).


---

# 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-6-management-practices/septic-systems/biozone-algorithm/nitrogen-bod-fecal-coliform.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.
