0% found this document useful (0 votes)
5 views4 pages

472 Exercise 1. A) Pspice: Determine Reactance at 100 HZ

The document outlines two exercises involving electrical circuit analysis using PSpice and manual calculations. Exercise 1 focuses on a balanced three-phase system, detailing the impedance, line currents, and phase voltage, while Exercise 2 addresses an unbalanced delta-delta load with varying components. The discussion emphasizes the importance of validating calculations through simulation and understanding the complexities introduced by unbalanced loads.

Uploaded by

siobe lim
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views4 pages

472 Exercise 1. A) Pspice: Determine Reactance at 100 HZ

The document outlines two exercises involving electrical circuit analysis using PSpice and manual calculations. Exercise 1 focuses on a balanced three-phase system, detailing the impedance, line currents, and phase voltage, while Exercise 2 addresses an unbalanced delta-delta load with varying components. The discussion emphasizes the importance of validating calculations through simulation and understanding the complexities introduced by unbalanced loads.

Uploaded by

siobe lim
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

472

EXERCISE 1.

A) PSpice
Van 1 0 AC 120 60
Vbn 2 0 AC 120 -60
Vcn 3 0 AC 120 180
Rline_a 1 4 4
Lline_a 4 5 1.6mH
Rline_b 2 6 4
Lline_b 6 7 1.6mH
Rline_c 3 8 4
Lline_c 8 9 1.6mH
RL_A 5 10 10
LL_A 10 0 10mH
RL_B 7 11 10
LL_B 11 0 10mH
RL_C 9 12 10
LL_C 12 0 10mH
.AC LIN 1 100 100
.PRINT AC IM(Rline_b) IP(Rline_b) VM(5) VP(5)
.END.

B) Manual Solution

Determine Reactance at 100 Hz:


−3
XL , line }=2 π (100)(1.6 × 10 )=1.005 Ω
−3
XL , load }=2 π (100)(10 ×10 )=6.283 Ω

Total Impedance per Phase :


Zp=¿+ Rload ¿+ j(XL ,line + XL ,load)

Zp=( 4+10 )+ j (1.005+ 6.283 )

¿ 14+ j7.288 Ω

¿ 15.786 ∠ 27.5 ° Ω

Line Current IaA:


Van 120 ∠ 60 °
IaA= =
Zp 15.786 ∠ 27.5 °
¿ 7.602 ∠32.5° A

Line Current IbB:

In a balanced system IbB lags IaA by 120 °

IbB=7.602∠ (32.5 °−120° )

¿ 7.602 ∠−87.5°

Phase Voltage: VAN


VAN =IaA × Zload

VAN =(7.602 ∠32.5 °)×(10+ j6.283)

VAN =( 7.602 ∠ 32.5° ) × ( 11.81∠ 32.14 ° )

¿ 89.78 ∠64.64 ° V

EXERCISE 2. Exercise 2: Unbalanced Delta-Delta (Line R = 2)

A) PSpice
Vab 1 2 AC 208 10
Vbc 2 3 AC 208 -110
Vca 3 1 AC 208 130
* Line Impedance: 2 + j15 (L = 15/(2*pi*60) = 39.79mH)
Rla 1 4 2
Lla 4 5 39.79mH
Rlb 2 6 2
Llb 6 7 39.79mH
Rlc 3 8 2
Llc 8 9 39.79mH
* Load: AB=50, BC=j30-j40, CA=Open(1Meg)
RAB 5 7 50
LBC 7 10 79.58mH ; j30
CBC 10 9 66.31uF ; -j40
RCA 9 5 1MEG
.AC LIN 1 60 60
.PRINT AC IM(Vab) IP(Vab) IM(Rlb) IP(Rlb) IM(LBC) IP(LBC)
.END

B) Manual Solution

Phase Voltages:Vab=208 ∠ 10° , Vbc=208 ∠−110 °, Vca=208 ∠ 130 °

Load Impedances:
 ZAB=50 Ω
 ZBC= j30− j 40=− j 10 Ω

Phase Current IBC:


Vbc 208 ∠−110 °
IBC =
ZBC 10 ∠−90°
¿ 20.8 ∠−20° A

Generator Current Iab:

Calculated as the current leaving terminal 'a' of the source.


Iab=208 ∠ 10 °/50 (if neglecting line impedance¿

¿ 4.16 ∠ 10 ° A
Discussion

For Lab Exercise 3, I have to understand how to validate mathematical


calculations through computer simulation. I began by identifying each circuit
element and placing nodes between them to create a structured PSpice
script.

For Exercise 1, since the system was balanced, I utilized a standard Y-source
configuration with 120V magnitudes and 120° phase shifts. The system
operating at a non-standard frequency of 100 Hz. By substituting the line
resistance with my assigned value of 4Ω observed how the total phase
impedance was influenced by both the increased frequency and the specific
resistance value, which in turn dictated the magnitude of the line current IbB.
Then, the PSpice simulation was essential for validating the phase
relationship, confirming that even with the added line resistance, the system
maintained its 120° displacement while the phase voltage VAN at the load
was reduced relative to the source due to the voltage drop across the line
impedance. This exercise reinforced the principle of per-phase analysis,
demonstrating that in a balanced system, a single-phase calculation can
accurately predict the behavior of the entire three-phase network.

For Exercise 2, the challenge was handling the unbalanced ∆ load where the
branches consisted of different components, specifically a resistor in one
phase and a combination of reactive elements in others. Since the focus
shifted to an unbalanced which presented a higher degree of complexity
because the symmetry of the load was broken. Using my assigned line
resistance of 2Ω had to account for a purely resistive branch in phase AB
50Ωand a reactive branch in phase BC consisting of both an inductor 30Ωand
a capacitor (-j40Ω). Converting this reactance into physical L and C values for
the PSpice netlist at 60 Hz revealed that the net impedance of phase BC was
significantly lower than phase AB, leading to an unequal distribution of
currents among the three lines. Comparing the simulation results for the
generator current Iab and line current IbB against manual calculations
highlighted how unbalanced loads disrupt the efficiency of the system and
create non-uniform phase shifts that cannot be solved by simple per-phase
shortcuts.

Common questions

Powered by AI

Comparing manual calculations with PSpice simulation results offers insights into the accuracy and potential discrepancies in theoretical models. In Source 1, simulations validated mathematical predictions regarding phase relationships, confirming the preservation of 120° phase shifts despite added resistance. However, in the unbalanced delta-delta system, deviations highlighted the complexity of asymmetric loads not captured by simple models. This juxtaposition emphasizes the importance of simulations in refining and verifying manual calculations for reliable circuit design .

The line reactance is calculated using the formula XL = 2πfL, where f is the frequency and L is the inductance. In the balanced system described in Source 1, the operating frequency was set to 100 Hz, resulting in a calculated line reactance of 1.005 ohms. A change in frequency would directly affect the reactance, thereby influencing the total phase impedance and subsequent calculations like line current and phase voltage, highlighting the sensitivity of these parameters to frequency changes .

Using a non-standard operating frequency impacts phase impedance calculations by altering reactance values, calculated using XL = 2πfL. In Source 1, the frequency of 100 Hz instead of the conventional 60 Hz increased the line reactance to 1.005 ohms. This affects total impedance, line currents, and phase voltage calculations, demonstrating potential challenges in adapting designs to non-standard frequencies, which require precise recalculations to maintain system balance .

The primary challenge in managing unbalanced delta loads is dealing with varying impedances across different phases, leading to unequal current distribution and non-uniform phase shifts, unlike in balanced systems where symmetry allows for simpler per-phase analysis. Source 2 highlights this issue by comparing a purely resistive branch and a reactive branch, showing significant impedance differences that complicate current predictions. These challenges disrupt system efficiency and require detailed calculations and simulations to manage effectively, contrasting the relative simplicity of balanced three-phase networks .

The difference in components across phases in an unbalanced delta system leads to varied impedances, impacting power distribution by causing unequal current flow and non-uniform phase angles among the lines. Source 2 demonstrates this with a resistive element in phase AB and reactive components in phase BC, causing uneven power distribution and reducing system efficiency due to reactive power losses. These differences illustrate the necessity for precise design and simulation to optimize load balancing and minimize inefficiencies .

In the unbalanced delta-delta system, reactive elements in one phase cause an inequality in impedance compared to other phases. In Source 1, phase BC includes an inductor and a capacitor, resulting in a net impedance of -j10 ohms, which is lower than the resistive load in phase AB (50 ohms). This disparity in impedance leads to unequal distribution of currents, as demonstrated by a higher line current in IBC compared to Iab, disrupting the overall efficiency and phase shift uniformity in the system .

PSpice simulation in a balanced three-phase system is crucial for confirming phase relationships and validating theoretical calculations. In Source 1, it helped demonstrate that despite the inclusion of line resistance, the system maintained its 120° phase displacement between currents, and the reduction in phase voltage at the load could be attributed to the voltage drop across the line impedance. This reinforces the per-phase analysis, ensuring the predictive accuracy of single-phase calculations in modeling the entire three-phase system .

In a balanced system, the phase voltage at the load is affected by both the load and line impedances. Using Van as an example, the source voltage is divided across these two impedances. According to Source 1, with Van as 120V, the total phase impedance is calculated as 15.786Ω, which is the sum of line and load reactance, leading to a calculated phase voltage at the load. This demonstrates the impact of impedance on voltage distribution in the system .

Line impedance affects current distribution and phase voltages by adding complexity to unbalanced system calculations. Source 2 illustrates that line impedance must be factored into the calculations for accurate current and voltage predictions, especially with reactive elements in play. The varying phase impedances result in non-uniform current distribution and unpredictable phase shifts which are challenging to mitigate without detailed analysis and simulation, starkly contrasting the straightforward calculations possible in balanced systems .

Per-phase analysis is effective for predicting behaviors in balanced three-phase networks by reducing the complexity of calculations to a single phase, as it assumes symmetrical loading and phase shifts. Source 2 illustrates that this approach accurately models the entire network in balanced conditions. However, its effectiveness diminishes in unbalanced systems, where varying impedances disrupt symmetry, showing that while per-phase analysis simplifies calculations, it cannot account for complexities introduced by unbalanced loads .

You might also like