> 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/ardw/ma-lng-ky-bnyad/node-types/water-transport/breaklink-node.md).

# BreakLink Node

## عمومی تفصیل

دی **BreakLink node** ماڈل میں راستوں کی تعداد کو کم کرنے کے لئے استعمال کیا جاسکتا ہے۔

مثال کے طور پر، فارم (3، 1، 3)، یعنی 3 (A، B، C) ان پٹ والے ماڈل میں جو رکاوٹ (X) کے ذریعے 3 آؤٹ پٹ (D، E، F) سے منسلک ہیں، 3\ \*3 راستے = 9 راستے ہیں۔

```
ایک -->\/--> ڈی
بی --> ایکس --> ای
سی -->/\--> ایف
```

اگر X اسٹوریج ہے تو، صرف 6 راستے ہیں: A-> X\_او، بی>ایکس\_او، سی>ایکس\_o اور X\_آئی > ڈی\_او، ایکس\_آئی > ای\_او، ایکس\_آئی > ایف\ \_او۔

BreakLink node ایک مرکب نوڈ ہے جو ایک پر مشتمل ہے [ذخیرہ](/waterstrategy/ardw/ma-lng-ky-bnyad/node-types/water-storage/storage-node.md) صفر حجم اور ایک کے ساتھ [لنک](/waterstrategy/ardw/ma-lng-ky-bnyad/node-types/water-transport/link-node.md). یہ عام لنک کی جگہ استعمال کیا جاسکتا ہے، لیکن اس فائدے کے ساتھ کہ اس سے ماڈل میں راستوں کی تعداد کم ہوجاتی ہے (اوپر بیان کردہ صورتحال میں) ۔ نتیجے میں ایل پی کو حل کرنا آسان ہے۔ [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><th></th></tr></thead><tbody><tr><td>مختص جرمانہ</td><td>نوڈ کے ذریعے فی یونٹ لاگت بہاؤ</td><td>اختیاری</td><td></td><td></td></tr><tr><td>تبدیلی_</td><td></td><td></td><td></td><td></td></tr><tr><td>عنصر</td><td>اختیاری</td><td>زیادہ سے زیادہ نوڈ کے لئے انفلو اور آؤٹ فلو کے درمیان</td><td>نوڈ پر بہاؤ کی زیادہ سے زیادہ رکاوٹ</td><td>اختیاری</td></tr><tr><td>منٹ_</td><td></td><td></td><td></td><td></td></tr><tr><td>بہاؤ</td><td>اختیاری</td><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, and the optional `goal` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/ardw/ma-lng-ky-bnyad/node-types/water-transport/breaklink-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.
