> For the complete documentation index, see [llms.txt](https://water-strategy.gitbook.io/waterstrategy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://water-strategy.gitbook.io/waterstrategy/portugues/nocoes-basicas-de-modelagem/node-types/water-input/input-node.md).

# Nodo de entrada

## Descrição geral

Os nós de entrada representam entradas de água no sistema.

Em cada etapa de tempo, um nó de entrada pode fornecer tanta água quanto definido pelo **Fluxo máximo** atributo. No entanto, ao contrário [Nodos de captação](https://water-strategy.gitbook.io/water-strategy/modelling-fundamentals/node-types/catchment-node) que são necessários para liberar o volume de água definido em seu atributo Flow, os nós de entrada não precisam liberar água, a menos que tenham um valor diferente de zero **Fluxo mínimo**.

Os nós de entrada geralmente são usados para representar fontes definidas por rendimentos. Eles são frequentemente usados para representar a produção de água subterrânea.

[API Referência](https://pywr.github.io/pywr-docs/master/api/generated/pywr.nodes.Input.html).

## Atributos primários

<table><thead><tr><th width="181.33333333333331">Nome</th><th width="342">Descrição</th><th>Obrigatório</th></tr></thead><tbody><tr><td>Penalidade de alocação</td><td>O custo de alocação por unidade de fluxo através do nó</td><td>Opcional</td></tr><tr><td>Fluxo máximo</td><td>A restrição máxima de fluxo no nó</td><td>Opcional</td></tr><tr><td>Fluxo mínimo</td><td>A restrição mínima de fluxo no nó</td><td>Opcional</td></tr></tbody></table>

## Exemplos

em breve...


---

# 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, and the optional `goal` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/portugues/nocoes-basicas-de-modelagem/node-types/water-input/input-node.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
