This is a special purpose calculator which performs simple 3-phase alternating current calculations. Given three of the four quantities voltage, current, power factor and power, the Widget calculates the value of the fourth.
Two formulae are used, one for line voltages and currents, the other for phase voltages and currents.
When the Widget is started, it displays a window with four fields. Enter data into the three white fields, then press the RETURN or ENTER key. The Widget computes the other value and displays it in the fourth field.
Which of the four values is to be computed can be set by clicking on the Output Mode menu button.
The Widget uses two formulae, one for line voltages and currents (V, I), the other for phase voltages and currents (Vph, Iph). The formula to be used can be chosen by clicking on the Input Mode menu.
In line mode, the formula used is: P = (√3) * V * I * cos ø.
In phase mode, the formula used is: P = 3 * Vph * Iph * cos ø.
These formulae apply to both star and delta configurations.
Note that in star configuration: V = Vph * (√3) and I = Iph,
and that in delta configuration: V = Vph and I = Iph * (√3).
The AC 3-Phase Calculator is Copyright © 2007-2015 Harry Whitfield (G6AUC).
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA