A 2,500 kVA, three – phase, 60 Hz, 6.6 kV wye connected alternator has a field resistance of 0.45 Ω and an armature resistance of 0.05 Ω per phase. The field current at full load 0.85 pf, is 200 A. The stray power losses amount to 82 kW. Calculate the efficiency of the alternator at full load, 0.85 pf lagging.
A 2 MVA, 2.3 – kV three – phase, Y – connected alternator operates at rated kVA at a power factor of 80%. The dc armature winding resistance between terminals is 0.08 Ω. The field takes 70 A at 125 V from an exciter equipment. Friction and windage loss is 20 kW, iron losses is 36 kW and stray load losses are 2.0 kW. Calculate the efficiency of the alternator. Assume the effective armature – winding resistance is 120% of the DC resistance.
To get the armature resistance of a 100 MW, 13.8 kV and 90% power factor generator, two terminals are connected to a DC source. The measured current and voltage are 87.6 amperes and 6 volts respectively. What is the DC resistance per phase ?
A 2500 kVA, 6600 V synchronous turbo alternator is operating at full load and 0.8 pf lagging. This machine has a synchronous reactance per phase is 10.4 ohms and a negligible resistance. Calculate the percentage voltage regulation?
A 6 pole, 3 – phase, 60 – cycle alternator has 12 slots per pole and four conductor per slot. The winding is 5/6 pitch. There are 2, 500, 000 maxwells (0. 025 weber) entering the armature from each north pole and this flux is sinusoidally distributed along the air gap. The armature coils are all connected in series. The winding is wye – connected. Determine the open circuit emf of the alternator.
A two pole three phase 50 Hz, Y – conncted AC generator has 9 slots per pole and 6 conductors per slot. What is the flux per pole if the voltage on open circuit is 1.1kV. Assume a coil span of unity.
In a P-Type semiconductor, the Fermi level in 0.3 eV above the valance band at a room temperature of 300 oK. Determine the new position of the Fermi level for temperature of a (350 oK) and (b) 400 oK.
A system is defined by its impulse response [ ] 2 2 ( ) n h n u n = − . Discuss whether the system is stable, causal, or unstable and non-causal? Support your answer? (5)
attributes name, for person name, as a character array of size 50 and age, for a
person’s age as a positive integer.
Create three classes —House, Car and Mobile.
o House class should have attributes of area and location.
o Car class should have attributes of color and registration number.
o Mobile class should have attribute of model.
o Write an abstract class PollutionEffect with only a pure virtual getPollutionEffect method.
o Each of the three classes should inherit from this abstract class and implement the
getPollutionEffect method to print an appropriate pollution effect count for that class.
o The getPollutionEffect of House class should print “one”, Car class should print “Two” and
Mobile class should print “Three”.
o Write an application that creates objects of each of the three classes, places pointers to those
objects in a array of PollutionEffect pointers, then iterates through the array, invoking each
object’s getPollutionEffect method.