# PiecewiseLink Node

## وصف عام

ال **PiecewiseLink node** هو امتداد لـ Node يمثل صيغة غير خطية [رابط](/waterstrategy/arby/asasyat-alnmthjh/node-types/water-transport/link-node.md) مع وظيفة التكلفة بالقطعة. يهدف هذا الكائن إلى نمذجة الحالات التي توجد فيها فائدة من توفير معدلات تدفق معينة ولكن خارج الحد الثابت يكون هناك تغيير في التكلفة (أو صفر). [API المرجع](https://pywr.github.io/pywr-docs/master/api/generated/pywr.nodes.PiecewiseLink.html).

يتم تنفيذ هذه العقدة باستخدام بنية عقدة مركبة مثل:

```
        | نطاق منفصل         |
الإخراج -> الرابط الفرعي 0 -> الإخراج الفرعي -> الإدخال
       -> الرابط الفرعي 1 ---^
       ...             |
       -> رابط فرعي ---|
```

وهذا يعني أن المسارات لا تعبر هذه العقدة مباشرةً بسبب المجال المنفصل في المنتصف. بدلاً من ذلك، يتم إنشاء العديد من المسارات الجديدة لكل من الروابط الفرعية والاتصالات بعقدة الإخراج/الإدخال. سبب كسر المسار هذا هو تجنب الزيادة الهندسية في عدد المسارات عند وجود عدة روابط PieceWiseLinks في نفس المسار.

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

التدفق: (

<table><thead><tr><th width="180.33333333333331">الاسم</th><th width="318">وصف</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: 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/piecewiselink-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.
