1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Oksanka [162]
3 years ago
7

The water in a large lake is to be used to generate electricity by the installation of a hydraulic turbine-generator at a locati

on where the depth of the water is 50 m. Water is to be supplied at a rate of 5000 kg/s. If the electric power generated is measured to be 1862 kW and the generator efficiency is 95 percent, determine (a) the overall efficiency of the turbine-generator, (b) the mechanical efficiency of the turbine, and (c) the shaft power supplied by the turbine to the generator.
Engineering
1 answer:
Lynna [10]3 years ago
7 0

Answer:

a) 0.76

b) 0.80

c) 1964 kW

Explanation:

GIVEN DATA:

\dot m = 5000 kg/s

Assume Mechanical energy at exist is negligible

A) Take lake bottom as reference, and then kinetic and potential energy  are taken as zero.

change in mechanical energy is givrn as

e_{in} - e_{out} = \frac{P}{\rho} - 0 = gh = 9.81 \times 50( \frac{1 kJ/kg}{1000 m^2/s^2}

                         = 0.491 kJ/kg

\Delta \dot E_{mec} = \dot m (e_{in} - e_{out}) = 5000 \times 0.491 = 2455 kW

\eta_{OVERALL}  = \frac{\dot W}{\Delta \dot E_{mec}} = \frac{1862}{2455} = 0.76

B) \eta -{gen} = \frac{\eta_{overall}}{\eta_{gen}} = \frac{0.76}{0.95} = 0.80

c) \dot W_{shaft} = \eta_{overall} \left | \Delta \dot E_{mec} \right | = 0.80(2455)

\dot W_{shaft} = 1964 kW

You might be interested in
Explain the two advantages and the two disadvantages of fission as an energy source.
yawa3891 [41]

Answer with Explanation:

1) The advantages of fission energy are:

a) Higher concentration of energy : Concentration of energy or the energy density is defined as the amount of energy that is produced by burning a unit mass of the fuel. The nuclear energy obtained by fission has the highest energy density among all the other natural sources of energy such as coal,gas,e.t.c.

b) Cheap source of energy : The cost at which the energy is produced by a nuclear reactor after it is operational is the lowest among all the other sources of energy such as coal, solar,e.t.c

2) The disadvantages of fission energy are:

a) Highly dangerous residue: The fuel that is left unspent is highly radioactive and thus is very dangerous. Usually the residual material is taken deep into the earth for it's disposal.

b) It has high initial costs of design and development: The cost to design a nuclear reactor and to built one after it is designed is the most among all other types of energy sources and requires highly skilled personnel for operation.

6 0
2 years ago
Convert 25 mm into in.
mihalych1998 [28]

Answer:

25 mm = 0.984252 inches

Explanation:

Millimeter and inches are both units of distance. The conversion of millimeter into inches is shown below:

<u>1 mm = 1/25.4 inches</u>

From the question, we have to convert 25 mm into inches

Thus,

<u>25 mm = (1/25.4)*25 inches</u>

So,

25 mm=\frac{25}{25.4} inches

Thus, solving we get:

<u>25 mm = 0.984252 inches</u>

4 0
3 years ago
Modify the Rainfall Statistics program you wrote for Programming Challenge 2 of Chapter 7 . The program should display a list of
rjkz [21]

Answer:

#include<iostream>

#include <iomanip>

using namespace std;

const int NUM_MONTHS = 12;

double getTotal(double [], int);

double getAverage(double [], int);

double getLargest(double [], int, int &);

double getSmallest(double [], int, int &);

double getTotal(int rainFall,double NUM_MONTHS[])

{

double total = 0;

for (int count = 0; count < NUM_MONTH; count++)

total += NUM_MONTH[count];

return total;

}

double getAverage(int rainFall,double NUM_MONTH[])

{getTotal(rainFall,NUM_MONTH)

average= total/NUM_MONTHS;

return average;

}

double getHighest(int rainFall, double NUM_MONTHS[]) //I left out the subScript peice as I was not sure how to procede with that;

{

double largest;

largest = NUM_MONTHS[0];

for ( int month = 1; month <= NUM_MONTHS; month++ ){

                     if ( values[month] > largest ){

                 largest = values[month];

return largest;

          }

double getSmallest(int rainFall, double NUM_MONTHS[])

{

double smallest;

smallest = NUM_MONTHS[0];

for ( int month = 1; month <= NUM_MONTHS; month){

                     if ( values[month] < smallest ){

                 smallest = values[month];

return smallest;

          }

 

int main()

{

double rainFall[NUM_MONTHS];

 for (int month = 0; month < NUM_MONTHS; month++)

  {

     cout << "Enter the rainfall (in inches) for month #";

     cout << (month + 1) << ": ";

     cin >> rainFall[month];

 

     while (rainFall[month] < 0)

     {

      cout << "Rainfall must be 0 or more.\n"

             << "Please re-enter: ";

      cin >> rainFall[month];

     }

  }

  cout << fixed << showpoint << setprecision(2) << endl;

  cout << "The total rainfall for the year is ";

  cout << getTotal(rainFall, NUM_MONTHS)

      << " inches." << endl;

   cout << "The average rainfall for the year is ";

  cout << getAverage(rainFall, NUM_MONTHS)

      << " inches." << endl;

   int subScript;

cout << "The largest amount of rainfall was ";

  cout << getLargest(rainFall, NUM_MONTHS, subScript)

      << " inches in month ";

  cout << (subScript + 1) << "." << endl;

  cout << "The smallest amount of rainfall was ";

  cout << getSmallest(rainFall, NUM_MONTHS, subScript)

      << " inches in month ";

  cout << (subScript + 1) << "." << endl << endl;

  return 0;

}

8 0
3 years ago
Anne works with other engineers studying physical processes that involve the flow of particles. Which field of engineering would
slega [8]

Answer:

Option A

Chemical engineering

Explanation:

Chemical engineering mainly encompass the study of behavior of different particles such as petroleum, water, drugs and other products. When Anne is involved in a study with engineers who study flow of particles, the flow, viscosity and other properties are among the behavior that chemical engineers are involved in.

3 0
3 years ago
For an Otto cycle, plot the cycle efficiency as a function of compression ratio from 4 to 16.
Elza [17]

Assumptions:

  • Steady state.
  • Air as working fluid.
  • Ideal gas.
  • Reversible process.
  • Ideal Otto Cycle.

Explanation:

Otto cycle is a thermodynamic cycle widely used in automobile engines, in which an amount of gas (air) experiences changes of pressure, temperature, volume, addition of heat, and removal of heat. The cycle is composed by (following the P-V diagram):

  • Intake <em>0-1</em>: the mass of working fluid is drawn into the piston at a constant pressure.
  • Adiabatic compression <em>1-2</em>: the mass of working fluid is compressed isentropically from State 1 to State 2 through compression ratio (r).

        r =\frac{V_1}{V_2}

  • Ignition 2-3: the volume remains constant while heat is added to the mass of gas.
  • Expansion 3-4: the working fluid does work on the piston due to the high pressure within it, thus the working fluid reaches the maximum volume through the compression ratio.

         r = \frac{V_4}{V_3} = \frac{V_1}{V_2}

  • Heat Rejection 4-1: heat is removed from the working fluid as the pressure drops instantaneously.
  • Exhaust 1-0: the working fluid is vented to the atmosphere.

If the system produces enough work, the automobile and its occupants will propel. On the other hand, the efficiency of the Otto Cycle is defined as follows:

           \eta = 1-(\frac{1}{r^{\gamma - 1} } )

where:

           \gamma = \frac{C_{p} }{C_{v}} : specific heat ratio

Ideal air is the working fluid, as stated before, for which its specific heat ratio can be considered constant.

           \gamma = 1.4

Answer:

See image attached.

5 0
3 years ago
Other questions:
  • A 6cm OD, 2cm thick copper hollow sphere [k=386W/m.C] is uniformly heated at the inner surface at a rate of 150W/m2. The outside
    6·1 answer
  • Engineering is a broad category that includes a variety of occupations and attempts to solve problems using math and
    13·1 answer
  • Why is it a good idea to lock your doors while driving?<br> WRITER
    10·1 answer
  • The Bureau of Labor and Statistics predicted that the field of biomedical engineering would increase by 62 percent over the comi
    10·1 answer
  • Two pressure gauges measure a pressure drop of 16.3 psi (lb/in.2) at the entrance and exit of an old buried pipeline. The origin
    13·1 answer
  • Item110pointseBook HintPrintReferences Check my work Check My Work button is now disabled5Item 1Item 1 10 pointsAn ideal Diesel
    10·1 answer
  • An atom that gained an electron is called​
    10·2 answers
  • There is a black-box system (i.e we do not know the transfer function of the system). When we fed a step input into the system,
    9·1 answer
  • Are there any companies that you can get a job at as an air craft engeer after university​
    14·1 answer
  • in the multiple pipe system shown below, which of the following is true concerning the linear system?.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!