> For the complete documentation index, see [llms.txt](https://swatplus.gitbook.io/io-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swatplus.gitbook.io/io-docs/theoretical-documentation/section-6-management-practices/septic-systems/biozone-algorithm/field-capacity.md).

# Field Capacity

Unlike natural soil conditions, the field capacity of a biozone dynamically changes with time due to the development of filamentous material of live bacterial biomass allowing the biozone layer to retain additional water. Therefore, temporal change in the biozone field capacity is related to the amount of biomass in the layer. This is shown by the equation:

&#x20;             $$\theta\_f^t=\theta\_f^{t-1}+\Phi\*(\theta\_s^{t-1}-\theta\_f^{t-1})^{\xi}\frac{\[\frac{d(Bio)}{dt}]}{10\*\rho\_{bm}}$$                                                                 (6)

where $$\theta\_f^t$$ is field capacity at the end of the day (mm), $$\theta\_f^{t-1}$$ is field capacity at the beginning of the day (mm), $$\theta\_s^{t-1}$$ is saturated moisture content at the beginning of the day (mm), $$\rho\_{bm}$$ is the density of live bacterial biomass (\~1000 kg/m3$$\Box \Box \Box$$), Φ is field capacity coefficient 1 (unitless), and $$\xi$$  is field capacity coefficient 2 (unitless).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/field-capacity.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.
