> For the complete documentation index, see [llms.txt](https://suporte.unmep.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://suporte.unmep.com.br/documentacao-tecnica/aguas-pluviais/calhas.md).

# Calhas

### Retangulares

Para o dimensionamento das calhas retangulares é utilizada a equação de Manning-Strickler conforme item **5.5.7** da **NBR 10844/1989**

$$
Q = K\*\frac{S}{n}\*Rh^{2/3}\*i^{1/2}
$$

Q = Vazão (l/min)

K = 60000

S = Área da seção molhada (m²)

n = coeficiente de rugosidade&#x20;

R = Raio Hidraulico (m)

Ph = Perímetro Molhado (m)

*i* = Declividade da calha (m/m)

Para o coeficiente de rugosidade "n" é aplicado a **tabela 2** da **NBR 10844/1989**

### Semicircular

Para as calhas semicirculares é aplicado a **tabela 3** da **NBR 10844/1989**

### Trapezoidal

Para o dimensionamento das calhas trapezoidais é aplicado também  a equação de Manning-Strickler já apresentada nesta seção.

Para o Raio Hidráulico (Rh), Seção Molhada (S) e Perímetro Hidráulico (Ph) foram aplicadas as equações Abaixo

<figure><img src="/files/srrpFQtOe5DQqJ6U50iY" alt=""><figcaption><p>Seção de uma calha trapezoidal</p></figcaption></figure>

$$
h'=h\*perch
$$

$$
B'=(B-b)\*perch+b
$$

$$
a= \sqrt{h'^2+((B'-b)/2)^2}
$$

$$
S=(\frac{B'+b}{2})\*h'
$$

$$
Ph=B' + b + 2\*a
$$

B' = Comprimento da Base na altura da lâmina d'água

h' = Altura da lâmina d'água

a = Comprimento da diagonal do trapézio até a altura da lâmina d'água

*perch* = Percentual da altura total da seção da calha que será preenchida para efeito de projeto


---

# 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://suporte.unmep.com.br/documentacao-tecnica/aguas-pluviais/calhas.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.
