# Solid-Liquid Partitioning

As in the water layer, pesticides in the sediment layer will partition into particulate and dissolved forms. Calculation of the solid-liquid partitioning in the sediment layer requires a suspended solid concentration. The “concentration” of solid particles in the sediment layer is defined as:

&#x20;            $$conc^\**{sed}=\frac{M*{sed}}{V\_{tot}}$$                                                                                     7:4.2.1

where $$conc^\**{sed}$$ is the “concentration” of solid particles in the sediment layer (g/m$$^3$$), $$M*{sed}$$ is the mass of solid particles in the sediment layer (g) and $$V\_{tot}$$ is the total volume of the sediment layer (m$$^3$$).&#x20;

&#x20;              Mass and volume are also used to define the porosity and density of the sediment layer. In the sediment layer, porosity is the fraction of the total volume in the liquid phase:

&#x20;              $$\phi=\frac{V\_{wtr}}{V\_{tot}}$$                                                                                             7:4.2.2

where $$\phi$$ is the porosity, $$V\_{wtr}$$ is the volume of water in the sediment layer (m$$^3$$) and $$V\_{tot}$$ is the total volume of the sediment layer (m$$^3$$). The fraction of the volume in the solid phase can then be defined as:                 &#x20;

&#x20;               $$1-\phi=\frac{V\_{sed}}{V\_{tot}}$$                                                                                   7:4.2.3

where $$\phi$$ is the porosity, $$V\_{sed}$$ is the volume of solids in the sediment layer (m$$^3$$) and $$V\_{tot}$$ is the total volume of the sediment layer (m$$^3$$).

&#x20;           The density of sediment particles is defined as:    &#x20;

&#x20;                  $$\rho\_s=\frac{M\_{sed}}{V\_{sed}}$$                                                                                   7:4.2.4

where $$\rho\_s$$ is the particle density (g/m$$^3$$), $$M\_{sed}$$ is the mass of solid particles in the sediment layer (g), and $$V\_{sed}$$ is the volume of solids in the sediment layer (m$$^3$$).

&#x20;           Solving equation 7:4.2.3 for $$V\_{tot}$$ and equation 7:4.2.4 for $$M\_{sed}$$ and substituting into equation 7:4.2.1 yields:             &#x20;

&#x20;                   $$conc^*\_{sed}=(1-\phi)*\rho\_s$$                                                         7:4.2.5

where $$conc^\*\_{sed}$$ is the “concentration” of solid particles in the sediment layer (g/m$$^3$$), $$\phi$$ is the porosity, and $$\rho\_s$$ is the particle density (g/m$$^3$$).

&#x20;           Assuming $$\phi = 0.5$$ and $$\rho\_s=2.6*10^6$$ g/m$$^3$$, the “concentration” of solid particles in the sediment layer is $$1.3*10^6$$ g/m$$^3$$.

The fraction of pesticide in each phase is then calculated:

&#x20;                   $$F\_{d,sed}=\frac{1}{\phi +(1- \phi)\*\rho\_s \*K\_d}$$                                                          7:4.2.6

&#x20;                  $$F\_{p,sed}=1-F\_{d,sed}$$                                                                 7:4.2.7

where $$F\_{d,sed}$$ is the fraction of total sediment pesticide in the dissolved phase, $$F\_{p,sed}$$  is the fraction of total sediment pesticide in the particulate phase, $$\phi$$ is the porosity, $$\rho\_s$$ is the particle density (g/m$$^3$$), and *K*$$\_d$$ is the pesticide partition coefficient (m$$^3$$/g). The pesticide partition coefficient used for the water layer is also used for the sediment layer.


---

# 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-pesticide-transformations/pesticide-in-the-sediment/solid-liquid-partitioning.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.
