# عقدة التأخير

## وصف عام

ال **عقدة التأخير** هي عقدة تؤخر التدفق لعدد معين من الخطوات الزمنية أو الأيام. سيتم استخدام هذه العقدة عندما يتعذر تجاهل وقت انتشار الماء، مقارنة بالمقياس الزمني المحدد. [API المرجع](https://pywr.github.io/pywr-docs/master/api/generated/pywr.nodes.DelayNode.html).

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

<table><thead><tr><th width="180.33333333333331">الاسم</th><th width="316">وصف</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>عدد الأيام لتأخير التدفق. يعد تحديد عدد الأيام (بدلاً من عدد الخطوات الزمنية) صالحًا فقط إذا كان عدد الأيام قابلاً للقسمة تمامًا على نموذج timestep delta</td><td>اختياري</td></tr><tr><td>التدفق الأولي</td><td>يتم توفير التدفق بواسطة العقدة للخطوات الزمنية الأولية قبل توفر أي تدفق متأخر. هذا ثابت في جميع الخطوات الزمنية المتأخرة وأي سيناريوهات نموذجية. الإعداد الافتراضي هو 0.0</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/delay-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.
