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
gavmur [86]
3 years ago
9

Calculate the viscosity(dynamic) and kinematic viscosity of airwhen

Engineering
1 answer:
nikitadnepr [17]3 years ago
3 0

Answer:

(a) dynamic viscosity = 1.812\times 10^{-5}Pa-sec

(b) kinematic viscosity = 1.4732\times 10^{-5}m^2/sec

Explanation:

We have given temperature T = 288.15 K

Density d=1.23kg/m^3

According to Sutherland's Formula  dynamic viscosity is given by

{\mu} = {\mu}_0 \frac {T_0+C} {T + C} \left (\frac {T} {T_0} \right )^{3/2}, here

μ = dynamic viscosity in (Pa·s) at input temperature T,

\mu _0= reference viscosity in(Pa·s) at reference temperature T0,

T = input temperature in kelvin,

T_0 = reference temperature in kelvin,

C = Sutherland's constant for the gaseous material in question here C =120

\mu _0=4\pi \times 10^{-7}

T_0 = 291.15

\mu =4\pi \times 10^{-7}\times \frac{291.15+120}{285.15+120}\times \left ( \frac{288.15}{291.15} \right )^{\frac{3}{2}}=1.812\times 10^{-5}Pa-swhen T = 288.15 K

For kinematic viscosity :

\nu = \frac {\mu} {\rho}

kinemic\ viscosity=\frac{1.812\times 10^{-5}}{1.23}=1.4732\times 10^{-5}m^2/sec

You might be interested in
A four-cylinder, four-stroke internal combustion engine has a bore of 3.7 in. and a stroke of 3.4 in. The clearance volume is 16
Bad White [126]

Answer:

the net work per cycle \mathbf{W_{net} = 0.777593696}  Btu per cycle

the power developed by the engine, W = 88.0144746 hp

Explanation:

the information given includes;

diameter of the four-cylinder bore = 3.7 in

length of the stroke = 3.4 in

The clearance volume = 16% = 0.16

The cylindrical volume V_2 = 0.16 V_1

the crankshaft N rotates at a speed of  2400 RPM.

At the beginning of the compression , temperature T_1 = 60 F = 519.67 R    

and;

Otto cycle with a pressure =  14.5 lbf/in² = (14.5 × 144 ) lb/ft²

= 2088 lb/ft²

The maximum temperature in the cycle is 5200 R

From the given information; the change in volume is:

V_1-V_2 = \dfrac{\pi}{4}D^2L

V_1-0.16V_1= \dfrac{\pi}{4}(3.7)^2(3.4)

V_1-0.16V_1= 36.55714291

0.84 V_1 =36.55714291

V_1 =\dfrac{36.55714291}{0.84 }

V_1 =43.52040823 \ in^3 \\ \\  V_1 = 43.52 \ in^3

V_1 = 0.02518 \ ft^3

the mass in air ( lb) can be determined by using the formula:

m = \dfrac{P_1V_1}{RT}

where;

R = 53.3533 ft.lbf/lb.R°

m = \dfrac{2088 \ lb/ft^2 \times 0.02518 \ ft^3}{53.3533 \ ft .lbf/lb.^0R  \times 519 .67 ^0 R}

m = 0.0018962 lb

From the tables  of ideal gas properties at Temperature 519.67 R

v_{r1} =158.58

u_1 = 88.62 Btu/lb

At state of volume 2; the relative volume can be determined as:

v_{r2} = v_{r1}  \times \dfrac{V_2}{V_1}

v_{r2} = 158.58 \times 0.16

v_{r2} = 25.3728

The specific energy u_2 at v_{r2} = 25.3728 is 184.7 Btu/lb

From the tables of ideal gas properties at maximum Temperature T = 5200 R

v_{r3} = 0.1828

u_3 = 1098 \ Btu/lb

To determine the relative volume at state 4; we have:

v_{r4} = v_{r3} \times \dfrac{V_1}{V_2}

v_{r4} =0.1828 \times \dfrac{1}{0.16}

v_{r4} =1.1425

The specific energy u_4 at v_{r4} =1.1425 is 591.84 Btu/lb

Now; the net work per cycle can now be calculated as by using the following formula:

W_{net} = Heat  \ supplied - Heat  \ rejected

W_{net} = m(u_3-u_2)-m(u_4 - u_1)

W_{net} = m(u_3-u_2- u_4 + u_1)

W_{net} = m(1098-184.7- 591.84 + 88.62)

W_{net} = 0.0018962 \times (1098-184.7- 591.84 + 88.62)

W_{net} = 0.0018962 \times (410.08)

\mathbf{W_{net} = 0.777593696}  Btu per cycle

the power developed by the engine, in horsepower. can be calculated as follows;

In the  four-cylinder, four-stroke internal combustion engine; the power developed by the engine can be calculated by using the expression:

W = 4 \times N'  \times W_{net

where ;

N' = \dfrac{2400}{2}

N' = 1200 cycles/min

N' = 1200 cycles/60 seconds

N' = 20 cycles/sec

W = 4 × 20 cycles/sec ×  0.777593696

W = 62.20749568 Btu/s

W = 88.0144746 hp

8 0
3 years ago
Which lens is wide-angle?
PIT_PIT [208]

A wide-angle lens has a focal length of 35mm or shorter, which gives you a wide field of view. The wider your field of view, the more of the scene you'll be able to see in the frame. These lenses are ideal for many scenarios, and most photographers have at least one trusty wide-angle lens in their kit.

BRAINLIEST PLSSS

5 0
2 years ago
A certain robot can perform only 4 types of movement. It can move either up or down or left or right. These movements are repres
Olegator [25]

Answer:

def theRoundTrip(movement):

   x=0

   y=0

   for i in movement:

       if i not in ["U","L","D","R"]:

           print("bad input")

           return

       if i=="U":

           y+=1

       if i=="L":

           x-=1

       if i=="D":

           y-=1

       if i=="R":

           x+=1

   return x==0 and y==0

8 0
3 years ago
As a talented grad of CMPEN 270, your new job as a digital designer is to design a "greedy" vending machine that accepts only ni
Firlakuza [10]

Answer:

See explaination

Explanation:

In the below answer "Z" is the output. please kindly check attachment for further details.

When z=1 , the vending machine gives snacks

z=0 , the vending machine doesn't give snacks.

And z becomes 1( high) only when the machine gets 20 cents or more than 20 cents. Since the machine doesn't give change, after giving snacks it will restart from initial state A (where no coins were put).

3 0
3 years ago
Explain the Corona discharge?​
rosijanka [135]

Answer:

• Corona discharge means <u> </u><u>neutralization</u><u> </u><u>of</u><u> </u><u>charge</u><u> </u><u>action</u><u> </u><u>at</u><u> </u><u>a</u><u> </u><u>sharp</u><u> </u><u>point</u>

example; a pear shaped conductor, lightening conductor, van de graaf generator.

Explanation:

• In corona discharge, When a sharp conductor is placed somewhere in open space. The charges of opposite chrage attract the opposite ions in the air around that conductor.

• This increases the charge density and electric field intensity at the sharp point, this neutralises the charge at sharp point hence a discharge known as corona discharge occurs.

.

8 0
3 years ago
Other questions:
  • Answer?...................
    13·1 answer
  • Why is low voltage advantageous in arc welding?
    5·1 answer
  • You are an engineer working in a auto crash test lab. Some members of your team have raised objections against the use of cadave
    10·1 answer
  • Consider a 0.15-mm-diameter air bubble in a liquid. Determine the pressure difference between the inside and outside of the air
    10·1 answer
  • For the Mohr's circle of a plane-strain element, which of the following changes as a result of shear strain change?
    7·1 answer
  • Implement a program that manages shapes. Implement a class named Shape with a method area() which returns the double value 0.0.
    8·1 answer
  • Disconnecting a circuit while in operation can create a voltage blank
    15·1 answer
  • A cross beam in a highway bridge experiences a stress of 14 ksi due to the dead weight of the bridge structure. When a fully loa
    14·1 answer
  • ) A flow is divided into two branches, with the pipe diameter and length the same for each branch. A 1/4-open gate valve is inst
    5·1 answer
  • A 75-hp motor that has an efficiency of 91.0% is worn-out and is replaced by a motor that has a high efficiency 75-hp motor that
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!