electricpy.powerflow¶
- electricpy.powerflow(Vsend, Vrec, Xline)[source]¶
Approximated Power-Flow Calculator.
This function is designed to calculate the ammount of real power transferred from the sending end to the recieving end of an electrical line given the sending voltage (complex), the receiving voltage (complex) and the line impedance.
\[P_{flow}=\frac{|V_{send}|*|V_{rec}|}{X_{line}}*sin(\theta_{send} -\theta_{rec})\]