Enter line voltage, line current, and power factor to compute P, Q, S, and PF correction capacitance in real time. Includes phasor diagram and power triangle chart.
The fundamental calculation for three-phase power uses the measured line voltage (VL), line current (IL), and the power factor (PF = cos φ). The total apparent power supplied by the source is calculated first.
$$S = \sqrt{3}\times V_L \times I_L$$Where $S$ is the apparent power in Volt-Amperes (VA), $V_L$ is the line-to-line voltage in Volts (V), and $I_L$ is the line current in Amperes (A). The $\sqrt{3}$ factor arises from the phase relationships in a balanced three-phase system.
The apparent power (S) is then split into its active (real) and reactive components based on the phase angle φ. This forms the "power triangle," which you see visualized in the simulator.
$$P = S \times \cos\phi = \sqrt{3}V_L I_L \cos\phi$$ $$Q = S \times \sin\phi = \sqrt{3} V_L I_L \sin\phi$$Where $P$ is the active power in Watts (W), $Q$ is the reactive power in Volt-Amperes Reactive (VAR), and $\phi$ is the phase angle. $\cos\phi$ is the Power Factor. $P$ represents useful work, while $Q$ represents energy stored and released by inductive/capacitive elements.
Industrial Motor Loads: Large induction motors in factories have a lagging power factor (e.g., 0.8) due to their magnetic coils. Engineers use this exact calculation to size the electrical service for a plant. A low PF results in higher current for the same mechanical output, wasting energy in the wiring.
Power Factor Correction (PFC): This simulator calculates the capacitance needed for PFC. Utilities charge industries extra for low power factor. By adding capacitor banks (which provide leading reactive power), the plant's lagging reactive power is canceled out, bringing the PF closer to 1.0 and reducing penalties.
Data Center & UPS Sizing: The apparent power (S in kVA) is the critical rating for Uninterruptible Power Supplies (UPS) and transformers in data centers. IT equipment draws power at a PF often not equal to 1.0. Engineers must calculate S correctly to avoid overloading the UPS with too much reactive power, even if the active load (servers) seems within limit.
Renewable Energy Inverter Design: Grid-tied solar and wind inverters must control not only the active power (P) they feed into the grid but often also the reactive power (Q) to help stabilize grid voltage. The power triangle model is essential for programming the inverter's control algorithms to meet grid operator requirements.
When you start using this simulator, there are several points that often trip up beginners, especially those new to CAE. First is the definition of "line-to-line voltage". This literally means "the voltage between lines" and is a measured value. However, it's easy to confuse it with "phase-to-ground voltage" based on single-phase circuit intuition, or to mistake it for "phase voltage (between line and neutral point)" in a wye connection. For example, the 400V displayed by a voltage meter on a distribution panel is the line-to-line voltage. If you set "200V" in the simulator, please input it as the line-to-line voltage from the start.
Next is the sign of the power factor. In this tool, the power factor is a positive value between 0 and 1. However, in some calculation systems, the power factor cosφ is given a sign (positive for lagging, negative for leading) to distinguish between "lagging" and "leading" reactive power Q. Connecting capacitors results in a leading power factor, making the reactive power Q value negative. Changing the power factor in the simulator won't change the sign of Q, but this distinction is crucial in practical engineering calculation sheets.
Finally, the major premise of a "balanced load". The formula used by this tool, $P=\sqrt{3}V_L I_L \cos\phi$, only holds true when the three-phase load is perfectly balanced (each phase impedance is equal). In real-world CAE analysis, such as distribution system fault analysis, unbalanced conditions are the norm. In such cases, different methods like the symmetrical components method are required. It's best to view this simulator as a tool for learning the "basics" of an ideal, balanced state.
Three-phase power calculation is not just for learning theory; it serves as fundamental input for a wide range of practical CAE analyses. For example, in Conjugate Heat Transfer (CHT) analysis for motors. The fundamental heat source when calculating motor losses (copper loss, iron loss) is not the active power P obtained from this simulator, but rather the line current $I_L$ itself. In a delta connection, the phase current $I_{ph}=I_L/\sqrt{3}$ determines the heat generation in each coil.
It is also deeply related to transient stability analysis of power systems and circuit simulation of power electronics devices (inverters, converters). In system analysis, generator output and load power consumption are given as three-phase power. In power electronics simulation, the RMS values and phase (power factor angle φ) of the AC-side voltage and current become critical boundary conditions determining the DC-side voltage and current. For instance, when evaluating the output of a three-phase PWM inverter, the concepts of apparent power S and power factor learned with this tool directly relate to the capacity design of transformers and filters.
Furthermore, in a more unexpected area: data center cooling design. The power supplied to server racks is predominantly three-phase. By accurately estimating the power consumption (≈ active power P) and power factor for each rack, you can determine the capacity of the UPS (Uninterruptible Power Supply) and distribution lines (based on apparent power S), and subsequently predict the associated heat generation using CFD.
Once you've grasped the "feel" of three-phase power with this simulator, the next step is to delve a little into the mathematics behind the equations. The key is the "120° phase difference". What happens when you sum the three-phase instantaneous voltages $v_a=V_m\sin\omega t, v_b=V_m\sin(\omega t - 120°), v_c=V_m\sin(\omega t - 240°)$? They actually sum to zero. This is one reason a neutral line is unnecessary. Then, calculating the line-to-line voltage $v_{ab}=v_a - v_b$ using trigonometric identities shows that its amplitude becomes $\sqrt{3}$ times the phase voltage. Geometrically, this "subtraction" operation creates an equilateral triangle in a phasor diagram, producing the $\sqrt{3}$ factor.
As the next steps in your learning, we recommend studying "unbalanced three-phase circuits" and "instantaneous power theory". For unbalanced circuits, calculating active power P requires summing the power for each phase individually: $P=V_a I_a \cos\phi_a + V_b I_b \cos\phi_b + V_c I_c \cos\phi_c$. Instantaneous power theory (p-q theory) is a method to extract active and reactive power components in real-time from instantaneous voltage and current values, used in applications like active filter control. Learning these will show you how the "average power under balanced conditions" handled by this simulator is a specific, foundational case, and will significantly broaden your perspective.