Question

In: Electrical Engineering

USE MATLAB. PROVIDE MATLAB CODE FOR CALCULATIONS AND GRAPHS! A salient-pole synchronous generator with saturated synchronous...

USE MATLAB. PROVIDE MATLAB CODE FOR CALCULATIONS AND GRAPHS!

A salient-pole synchronous generator with saturated synchronous reactances Xd = 0.78 per unit and Xq = 0.63 per unit is connected to a rated-voltage infinite bus through an external impedance Xbus = 0.09 per unit.

a) Assuming the generator to be supplying 0.25 per unit rated real power, add a plot of the per-unit armature current as a function of field excitation as the field current is varied in the range for which the per-unit armature current is less than 1.0 per unit. Repeat for generator output powers of 0.50 and 0.75 per unit and add plots on the same axis.

HINT: The final result will be a plot of V-curves for this generator in this configuration.

Solutions

Expert Solution

MATLAB CODE:

Ea=0.28:0.1:1.72;
ia=(1-Ea)/0.72i;
plot(Ea,abs(ia))
xlabel('E_a')
ylabel('i_a')

OUTPUT:


Related Solutions

A three phase, 60 Hz, 480 V, Y-connected, two-pole synchronous generator has a synchronous reactance of...
A three phase, 60 Hz, 480 V, Y-connected, two-pole synchronous generator has a synchronous reactance of 0.95 Ω per phase. Its armature resistance is negligible. Its combined friction and windage losses are 1.3 kW and its core losses are 0.95 kW. The field current is constant at no-load. Its full load armature current is 55 A at 0.9PF lagging. Assume phase voltage is a reference. Determine following: a) Its terminal voltage when it is loaded with the rated current at...
A 480 V, 50 Hz, Y-connected six-pole synchronous generator has a per-phase synchronous reactance of 1.0...
A 480 V, 50 Hz, Y-connected six-pole synchronous generator has a per-phase synchronous reactance of 1.0 Ω. Its full-load armature current is 60 A at 0.8 PF lagging. Its friction and windage losses are 1.5 kW and core losses are 1.0 kW at 60 Hz at full load. Assume that the armature resistance (and, therefore, the I2R losses) can be ignored. The field current has been adjusted such that the no-load terminal voltage is 480 V. a. What is the...
Synchronous Generator – High-speed with non-salient polerotors you should have the following components: Principle of operation...
Synchronous Generator – High-speed with non-salient polerotors you should have the following components: Principle of operation Main parts and their functions Motor/Generator general layout Schematic diagram Real-life Applications Advantages and disadvantages Environmental impacts
Q4- A 480V, 50Hz, 20KVA Y-connected eight-pole synchronous generator has a per-phase synchronous impedance of 0.15+??1.1...
Q4- A 480V, 50Hz, 20KVA Y-connected eight-pole synchronous generator has a per-phase synchronous impedance of 0.15+??1.1 ?. The total mechanical and stray losses are 1.5kW. The core losses are neglected. Assume that the magnetization curve of the generator is linear. If the generator operates at full load at a unity power factor, calculate the following: a.The speed of rotation of the generator at full load. b.The voltage regulation of the generator. c.The developed torque on the shaft of the generator....
matlab code to calculate cost of generator in power system
matlab code to calculate cost of generator in power system
480 V, 200 kVA, 08 PF lagging, 60 Hz two pole Y connected synchronous generator has...
480 V, 200 kVA, 08 PF lagging, 60 Hz two pole Y connected synchronous generator has a synchronous reactance of 0.25 Ω and an armature resistance of 0.03 Ω. At 60 Hz, its friction and windage losses are 6 kW, and its core losses are 4 kW. The field circuit has a dc voltage of 200 V, and the maximum IF is 10 A. The resistance of the field circuit is adjustable over the range from 20 to 200 Ω....
A 3-phase, 5 kVA, 208 V, 4-pole, 60 Hz, star-connected synchronous generator has negligible stator winding...
A 3-phase, 5 kVA, 208 V, 4-pole, 60 Hz, star-connected synchronous generator has negligible stator winding resistance and a synchronous reactance of 8 Ω per phase at the rated terminal voltage. The generator is connected in parallel to a 3-phase, 208 V, 60 Hz infinite bus. All losses may be neglected. a)   Determine the excitation voltage and the power angle when the machine is delivering rated apparent power at 0.8 PF lagging. b)   If the field excitation is increased by...
Use matlab code for bisection method and regula falsi. Thank you!
Use matlab code for bisection method and regula falsi. Thank you!
Use Matlab to write the following 1. Write code to determine whether a year is a...
Use Matlab to write the following 1. Write code to determine whether a year is a leap year. Use the mod function. The rules for determining leap years in the Gregorian calendar are as follows: All years evenly divisible by 400 are leap years. Years evenly divisible by 100, but not by 400, are not leap years. Years divisible by 4, but not by 100, are leap years. All other years are not leap years. For example, the years 1800,...
For a catapult project I must make a MATLAB code that should make use of the...
For a catapult project I must make a MATLAB code that should make use of the projectile motion equations so for a given input range R (horizontal distance from the catapult to the target), the code outputs the necessary velocity and firing angle of the catapult. What is the code for this? I am lost.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT