pump_power
Calculate hydraulic and shaft power for pumps from flow rate, total head, and fluid density. Include pump efficiency to determine shaft power.
Instructions
Hydraulic power, and shaft power when an efficiency is supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_m3_h | Yes | ||
| total_head_m | Yes | ||
| density_kg_m3 | Yes | ||
| pump_efficiency | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| validity | No | ok | |
| warnings | No | ||
| assumptions | No |