> 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/russkii/osnovy-modelirovaniya/node-types/water-input/input-node.md).

# Узел ввода

## Общее описание

Входные узлы представляют собой входы воды в систему.

На каждом временном этапе входной узел может подавать столько воды, сколько установлено **Максимальный расход** атрибут. Однако в отличие от [Водосборные узлы](https://water-strategy.gitbook.io/water-strategy/modelling-fundamentals/node-types/catchment-node) которые должны сбрасывать объем воды, определенный в атрибуте потока, входные узлы не обязаны сбрасывать воду, если они не имеют значения, отличные от нуля **Минимальный расход**.

Входные узлы часто используются для представления источников, определяемых доходностью. Они часто используются для представления объемов грунтовых вод.

[API Справка](https://pywr.github.io/pywr-docs/master/api/generated/pywr.nodes.Input.html).

## Основные атрибуты

<table><thead><tr><th width="181.33333333333331">Имя</th><th width="342">Описание</th><th>Требуется</th></tr></thead><tbody><tr><td>Штраф за распределение</td><td>Стоимость распределения на единицу, проходящая через узел</td><td>Опционально</td></tr><tr><td>Максимальный расход</td><td>Максимальное ограничение потока на узле</td><td>Опционально</td></tr><tr><td>Минимальный расход</td><td>Минимальное ограничение потока на узле</td><td>Опционально</td></tr></tbody></table>

## Примеры

скоро...


---

# 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://water-strategy.gitbook.io/waterstrategy/russkii/osnovy-modelirovaniya/node-types/water-input/input-node.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.
