# BreakLink Node

## وصف عام

ال **BreakLink node** يمكن استخدامها لتقليل عدد المسارات في النموذج.

على سبيل المثال، في نموذج ذي نموذج (3، 1، 3)، أي مدخلات 3 (A، B، C) متصلة بثلاثة مخرجات (D، E، F) عبر عنق الزجاجة (X)، هناك 3\ \*3 مسارات = 9 مسارات.

```
أ -->\/--> د
ب --> X --> نحن
ج -->/\--> F
```

إذا كانت X عبارة عن وحدة تخزين، فهناك 6 مسارات فقط: A->X\_لا، B->X\_لا، C->X\_o و X\_->د\_لا، X\_->e\_لا، X\_->f\ \_o.

BreakLink node هي عقدة مركبة تتكون من [تخزين](/waterstrategy/arby/asasyat-alnmthjh/node-types/water-storage/storage-node.md) بحجم صفر وملف [رابط](/waterstrategy/arby/asasyat-alnmthjh/node-types/water-transport/link-node.md). يمكن استخدامه بدلاً من الارتباط العادي، ولكن مع الاستفادة من أنه يقلل من عدد المسارات في النموذج (في الحالة الموضحة أعلاه). من السهل حل LP الناتج. [API المرجع](https://pywr.github.io/pywr-docs/master/api/generated/pywr.nodes.BreakLink.html#pywr.nodes.BreakLink).

## السمات الأساسية

عامل ()\_يتدفقالتدفق: (

<table><thead><tr><th width="180.33333333333331">الاسم</th><th width="318">وصف</th><th>مطلوب</th><th></th></tr></thead><tbody><tr><td>عقوبة التخصيص</td><td>تتدفق التكلفة لكل وحدة عبر العقدة</td><td>اختياري</td><td></td></tr><tr><td>التحويل_</td><td></td><td></td><td></td></tr><tr><td>التحويل بين التدفق الداخلي والخارجي للعقدة</td><td></td><td></td><td></td></tr><tr><td>الحد الأقصى</td><td>الاختياري</td><td>الحد الأقصى لقيد التدفق على العقدة</td><td>اختياري</td></tr><tr><td>دقيقة_</td><td>الحد الأدنى من قيود التدفق على العقدة</td><td>اختياري، السابق)</td><td></td></tr><tr><td>_يتدفق</td><td>إجمالي التدفق عبر هذه العقدة في الخطوة الزمنية السابقة</td><td>اختياري</td><td></td></tr></tbody></table>

## أمثلة


---

# 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://water-strategy.gitbook.io/waterstrategy/arby/asasyat-alnmthjh/node-types/water-transport/breaklink-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.
