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
choli [55]
3 years ago
9

Pressurized steam at 400 K flows through a long, thin- walled pipe of 0.6-m diameter. The pipe is enclosed in a concrete casing

that is of square cross section and 1.75 m on a side. The axis of the pipe is centered in the casing, and the outer surfaces of the casing are maintained at 300 K. What is the rate of heat loss per unit length of pipe
Engineering
2 answers:
ELEN [110]3 years ago
7 0

Explanation:

assume steady state conditions, negligible steam side convention resistance, pipe wall resistance and contact resistance i.e T_{1} =400k

and constant properties of concrete (300 k); k=1.4Wm/k

the heat rate can be expressed as

q=Sk(T_{1} -T_{2} )=Ak(T_{1} -T_{2} )

the shape factor is

S=(2\pi L/ln(1.08w/D))

hence \\q'=q/L\\=2\pi k(T_{1}- T_{2}) /ln(1.08w/D)

insert values

=(2\pi *1.4W/m.k*(400-300)k)/(ln(1.08*1.75/0.6)

q'=766W/m   ( rate of heat loss per unit length)

Stels [109]3 years ago
6 0

Answer:

Q= 930.92W/m

Explanation:

Note that thermal conductivity of some common materials is from engineering tool box.

And the proper shape factor needed for the solution is found from the List of shape factor

Pressure of steam(T1)=400k

Diameter of the pipe(D)=0.6m

Square cross section of the concrete casing (W) =1.75m

Outer surface of casting maintained at a pressure (T2)=300k

Thermal conductivity (K) =1.7W/mK

The proper shape factor needed for the solution is found from the List of shape factor

Rate of heat loss (Q) =?

The heat rate (q) :

q=SKΔT1-T2=SK(T1-T2)

S=2πL/In(1.08W/D)

Heat loss per unit length is in terms of W/M

Note that, Q=q/L

By substitution, the full equation will be

Q=2πK(T1-T2)/In(1.08W/D)

Substituting values :

Q=2π(1.7W/mK)*(400K - 300k) / In[ (1.08(1.75m)/ 0.6m ]

Q= 930.92W/m

You might be interested in
HELP PLEASE!!!!!!!!!!!
MAXImum [283]
C is your answers!!!!!$3&2)//
7 0
3 years ago
Read 2 more answers
Choose two consumer services careers and research online to determine what kinds of professional organizations exist for these p
Tom [10]

Answer:

Market Researcher

The Marketing Research Association (MRA) is a professional organization for market researchers. It provides information to its members on how to improve marketing research for businesses and individuals. The MRA gives its members important industry news and information through their website. Their code for marketing research standards also protects members from bad actors and improves the public perception of marketing research. The association also has a full time lobbyist representing the market research industry before government officials. The MRA has various membership categories as well. The membership fee differs for each category.  

Credit Analyst

A credit analyst is a person that reviews consumer or business financial profiles in order to give a loan or credit to them. When a business or individual applies for a credit card, loan, trade account, or another type of financial product whereby a company allows them the use of their money, a credit analyst’s job is to ensure that the consumer or business is willing and able to pay it back in the future. Credit analysts use tools such as credit reports, FICO scores, Dun & Bradstreet ratings, financial statement analyses, and personal references to perform their job. A credit analyst should have a bachelor’s degree with a major in business. Finance and economics majors are particularly suited to a credit analyst position. Certifications are not required, but some credit analysts pursue CPA or CFA (Certified Financial Analyst) designations.

Explanation:

5 0
3 years ago
The compressed-air tank has an inner radius r and uniform wall thickness t. The gage pressure inside the tank is p and the centr
Sedaia [141]

Answer:

Explanation:

Given that:

The Inside pressure (p) = 1402 kPa

= 1.402 × 10³ Pa

Force (F) = 13 kN

= 13 × 10³ N

Thickness (t) = 18 mm

= 18 × 10⁻³ m

Radius (r) = 306 mm

= 306 × 10⁻³ m

Suppose we choose the tensile stress to be (+ve) and the compressive stress to be (-ve)

Then;

the state of the plane stress can be expressed as follows:

(\sigma_ x)  = \dfrac{Pd}{4t}+ \dfrac{F}{2 \pi rt}

Since d = 2r

Then:

(\sigma_ x)  = \dfrac{Pr}{2t}+ \dfrac{F}{2 \pi rt}

(\sigma_ x)  = \dfrac{1402 \times 306 \times 10^3}{2(18)}+ \dfrac{13 \times 10^3}{2 \pi \times 306\times 18 \times 10^{-3} \times 10^{-3}}

(\sigma_ x)  = \dfrac{429012000}{36}+ \dfrac{13000}{34607.78467}

(\sigma_ x)  = 11917000.38

(\sigma_ x)  = 11.917 \times 10^6 \ Pa

(\sigma_ x)  = 11.917 \ MPa

\sigma_y = \dfrac{pd}{2t} \\ \\ \sigma_y = \dfrac{pr}{t} \\ \\  \sigma _y = \dfrac{1402\times 10^3 \times 306}{18} \ N/m^2 \\ \\ \sigma _y = 23.834 \times 10^6 \ Pa \\ \\ \sigma_y = 23.834 \ MPa

When we take a look at the surface of the circular cylinder parabolic variation, the shear stress is zero.

Thus;

\tau _{xy} =0

3 0
3 years ago
can you translate this me gusta el queso :sorry i would have put 300 points buut i used them all for my last question
Irina-Kira [14]
Translate in Spanish: lo siento, hubiera puesto 300 puntos pero los usé todos para mi última pregunta



If you meant a different language lmk
4 0
2 years ago
g (b) (4 pt) Write a function unique that identifies the repeated elements of a list and returns a list with unique elements. $
Taya2010 [7]

Answer:

I am writing a Python function unique()    

def unique(list):  # function unique that takes a list as parameter

 unique_list = []  #list to store unique elements

 for elements in list:  # loop that checks every element of the list

   if elements not in unique_list:  # takes unique elements from list

     unique_list.append(elements)  

#appends unique elements  from list to unique_list

 return unique_list      #outputs unique_list elements

         

Explanation:

The unique() function takes a list as argument which is named as list.

unique_list is a new list which stores unique element from the list.

The loop moves through the elements of the list one by one.

if condition checks if the element in list is not present in the unique_list which means that element is unique to the unique_list.

If this condition is true this means that the element is not repeated and is not already present in unique_list. Then that element is included to the unique_list using append() function which appends an element into the unique_list from the list.

If you want to check if this function works you pass a list with repeated elements to this function so that it can print the unique elements as follows:

print(unique([1,2,2,2,2,3,4,4,4,4,4,5]))

Output:

[1, 2, 3, 4, 5]

The screen shot of the function along with its output is attached.

6 0
3 years ago
Other questions:
  • A negative pressure respirator brings fresh air to you through a hose<br>A) True<br>B)False​
    15·2 answers
  • The popularity of orange juice, especially as a breakfast drink, makes it an important factor in the economy of orange-growing r
    14·1 answer
  • Water (cp = 4180 J/kg·°C) enters the 2.5 cm internal diameter tube of a double-pipe counter-flow heat exchanger at 17°C at a rat
    7·1 answer
  • "A computer architect redesigns the pipeline above to enable branch prediction. When PCSrc is asserted (branch taken) IF/ID is f
    10·1 answer
  • Assume that a p+ - n diode is built with an n region width l smaller than a hole diffusion length (l
    14·1 answer
  • Write multiple if statements
    5·1 answer
  • Everyone has only one learning style. True or false? hurry pleasle this exp carees class
    11·1 answer
  • ) If the blood viscosity is 2.7x10-3 Pa.s, length of the blood vessel is 1 m, radius of the blood vessel is 1 mm, calculate the
    13·1 answer
  • A coil consists of 200 turns of copper wire and have a cross-sectional area of 0.8 mmm square.The mean length per turn is 80 cm
    13·1 answer
  • Connect wires to make the correct logic outputs.
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!