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
andrey2020 [161]
3 years ago
7

In a manufacturing facility, 2-in-diameter brass balls (k = 64.1 Btu/h·ft·°F, rho = 532 lbm/ft^3, and cp = 0.092 Btu/lbm·°F) ini

tially at 360°F are quenched in a water bath at 120°F for a period of 2 min at a rate of 120 balls per minute. The convection heat transfer coefficient is 42 Btu/h·ft^2·°F. Take I to be the initial temperature. Determine:
a. The temperature of the balls after quenching.
b. The rate at which heat needs to be removed from the water in order to keep its temperature constant at 1200F.
Engineering
2 answers:
noname [10]3 years ago
5 0

Answer:

A) 205.872°F

B) 2172 Btu/min

Explanation:

A) First of all, we will compute the characteristic length and the Biot number to see if the lumped parameter analysis is applicable.

Thus;

Lc = V/A = (πD³/6)/(πD²)

Simplifying; L = D/6

Since D = 2 inches or in ft as D= 0.1667

Lc = 2/6 = 1/3 inches

Now we have to convert to feet because K is in ft.

Thus Lc = 1/3 x 0.0833 = 0.0278 ft

Formula for Biot number is;

Bi = hLc/k

Thus, Bi = (42 x 0.0278)/641 = 0.018

Since the biot number is less than 0.1,we will make use of the lumped parameter analysis which is given by;

T = T∞ + (Ti - T∞)e^(-bt) and

b = h/(ρ(Cp)(Lc))

Let's find b first before the temperature T.

Thus; b = 42/(532 x 0.092 x 0.0278) = 30.9 per hr

Now lets find the temperature after 2 minutes. For sake of ease of calculation, let's convert 2 minutes to hours to give; 2/60 = 0.033 hr

From the question, T∞ = 120°F and Ti = 360°F

So, T = 120 + (360 - 120)e^(-30.9 x 0.033)

T = 120 + 240e^(-1.02897)

T = 120 + (240 x 0.3578) = 205.872°F

B) The heat transfer to each ball is the product of mass, heat capacity and difference between

the initial and final temperature.

Thus;

Q = M(Cp)(Ti - T∞)

We know that Density = Mass/Volume and thus mass(M) =

Density x Volume = ρV

So;

Q = ρV(Cp)(Ti - T∞)

= 532 x ((π x 0.1667³)/6) x (0.092) (360 - 205.872)

= 532 x 0.0024 x 0.092 x 154.128 = 18.1 Btu

So for 120 balls per minute the total heat removal ;

18.1 Btu x (120 per minutes) = 2172 Btu per minutes

bekas [8.4K]3 years ago
4 0

Answer:

Explanation:

First we compute the characteristic length and the Biot number to see if the lumped parameter

analysis is applicable.

Since the Biot number is less than 0.1, we can use the lumped parameter analysis. In such an

analysis, the time to reach a certain temperature is given by the following

From the data in the problem we can compute the parameter, b, and then compute the time for

the ratio (T – T)/(Ti

– T)

You might be interested in
How does Hydro Technology and Hydro Energy Help with Global Water Issues?
GrogVix [38]
It would have environmental and societal impacts
5 0
2 years ago
The Role of Fuel Cells in Renewable Energy Solutions
gogolik [260]

Answer:

chemical energy directly

4 0
2 years ago
What is the effect of the workpiece specific cutting energy on the cutting forces, and why?
ella [17]

Explanation:

Specific cutting energy:

   It the ratio of power required to cut the material to metal removal rate of material.If we take the force required to cut the material is F and velocity of cutting tool is V then cutting power will be the product of force and the cutting tool velocity.

Power P = F x V

Lets take the metal removal rate =MRR

Then the specific energy will be

    sp=\dfrac{F\times V}{MRR}

If we consider that metal removal rate and cutting tool velocity is constant then when we increases the cutting force then specific energy will also increase.

8 0
3 years ago
A plate clutch has a single friction surface 9-in OD by 7-in ID. The coefficient of friction is 0.2 and the maximum pressure is
Talja [164]

Answer:

the torque capacity is  30316.369 lb-in

Explanation:

Given data

OD = 9 in

ID = 7 in

coefficient of friction = 0.2

maximum pressure = 1.5 in-kip = 1500 lb

To find out

the torque capacity using the uniform-pressure assumption.

Solution

We know the the torque formula for uniform pressure theory is

torque = 2/3 × \pi × coefficient of friction × maximum pressure ( R³ - r³ )    .....................................1

here R = OD/2 = 4.5 in and r = ID/2 = 3.5 in

now put all these value R, r, coefficient of friction and  maximum pressure in equation 1 and we will get here torque

torque = 2/3 × \pi × 0.2 × 1500 ( 4.5³ - 3.5³ )

so the torque =  30316.369 lb-in

3 0
3 years ago
If the price of the car is less than or equal to your available cash, display "no". If the price of the car is more than your av
Ede4ka [16]

Answer:

function decision(car_price, available_cash) {

   if(car_price <= available_cash) {

   console.log("no");

   }

   else  {

   console.log("yes");

   }

   }

decision(car_price, available_cash); or decision(available_cash, car_price);

Explanation:

using functions in Javascript:

functions; this refers to dividing codes into reusable parts.

e.g function function_name() {

console.log("How are you?");

}

you can call or invoke this function by using its name followed by parenthesis, like this: function_name(). each time the function is called it will   print out "How are you?".

Parameters: these are variables that act as placeholders for the values that are to be input into a function when it is called

Arguments: The actual values that input or passed into a function when it is called.

e.g

function function_name(parameter1, parameter2) {

console.log(parameter1, parameter2);

}

then we call function_name: function_name("please", "leave"):we have passed two arguments, "please"  and "leave". Inside the function parameter1 equals "please" while parameter2 equals "leave".

Hence, from the question given the two parameters "car_price" and "available_cash" respectively, we write the function with name function_name:

function decision(car_price, available_cash) {

   if(car_price <= available_cash) {

   console.log("no");

   }

   else  {

   console.log("yes");

   }

   }

decision(car_price, available_cash); or decision(available_cash, car_price);

7 0
3 years ago
Other questions:
  • Explain the use of the Kanban system in a production line?
    7·1 answer
  • To reduce the drag coefficient and thus improve the fuel efficiency of cars,the design of side rearview mirrors has changed dram
    11·1 answer
  • Two gage marks are placed exactly 250 mm apart on a 12-mm-diameter aluminum rod with E 5 73 GPa and an ultimate strength of 140
    8·1 answer
  • Please explain the theory of Hydrostatic Thrust on a plane Surface
    14·2 answers
  • A 150-lbm astronaut took his bathroom scale (aspring scale) and a beam scale (compares masses) to themoon where the local gravit
    9·1 answer
  • An analog baseband audio signal with a bandwidth of 4kHz is transmitted through a transmission channel with additive white noise
    14·1 answer
  • The news media often report an earthquake's magnitude on the Richter scale. Which of the following items are characteristics of
    14·1 answer
  • If a signal is transmitted at a power of 250 mWatts (mW) and the noise in the channel is 10 uWatts (uW), if the signal BW is 20M
    13·1 answer
  • Please help me with this, picture.
    15·1 answer
  • What is the tolerance for number 4?
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!