# 水力发电参数

{% embed url="<https://www.youtube.com/watch?v=12UO16e5GJU>" %}
使用水电目标参数的视频
{% endembed %}

## 一般描述

这个 **水力发电目标参数** 是一个返回水力发电目标流量的参数。该参数计算生成特定水力发电目标所需的流量。它旨在用于代表涡轮机的节点，其中每个时间步都需要特定的生产目标。[ API 参考资料](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.HydropowerTargetParameter.html#pywr.parameters.HydropowerTargetParameter)

## 属性

<table><thead><tr><th width="223">姓名</th><th width="295">描述</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>进入涡轮机的水的海拔。此值与 <em>涡轮机_仰角</em>给出涡轮机的工作头</td><td>可选</td></tr><tr><td>最大值_流</td><td>计算出流量的上限。如果设置，则此参数返回的流量最多为最大值_流量参数</td><td>可选</td></tr><tr><td>最小值_流</td><td>计算出流量的下限。如果设置，则此参数返回的流量至少是最小值的值_流量参数</td><td>可选</td></tr><tr><td>最小值_头</td><td>产生流量的最小扬程。如果实际水头小于此值，则返回零流量</td><td>可选</td></tr><tr><td>涡轮机_</td><td>涡轮机本身的海拔高度。<em>水的区别_仰角</em> 这个值给出了涡轮机的工作头</td><td>可选</td></tr><tr><td>效率</td><td>涡轮机的效率</td><td>可选</td></tr><tr><td>密度</td><td>水的密度</td><td>可选</td></tr><tr><td>流_单元_转换</td><td>用于将流量单位转换为与此处的方程兼容的因子。这应该将流量转换为立方米/天的单位</td><td>可选</td></tr><tr><td>能源_单元_转换</td><td>用于转换总能量单位的因子。默认为 1e-6 以返回 MJ</td><td>可选</td></tr></tbody></table>

## 示例

\`\`json {

}

```
```


---

# 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/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/parameters/hydropower-parameters.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.
