calculate_electrical_power
Calculate electrical power for single and three-phase circuits using voltage, current, phase type, and power factor. Returns real power in kW and apparent power in kVA for electrical engineering applications.
Instructions
Compute electrical power for single or three-phase circuits. Use for electrical engineering. Inputs: voltage, current, phase, power factor. Returns power kW and apparent power kVA. See list_bundles for related 'science' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| voltage | Yes | Volts | |
| current | Yes | Amps | |
| phase | No | Phase | mono |
| cos_phi | No | Power factor |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |