Answer:
hydraulic flute is energy transfer medium in all hydraulic system this simple function is only achieved by flute that does not easily trap gases trapped gas and forming problems should bring a higher level of compressibility to a fluid than its usual at a point to support a very steep pass trekking system
Answer:
Rate of heat transfer to the room air per meter of pipe length equals 521.99 W/m
Explanation:
Since it is given that the radiation losses from the pipe are negligible thus the only mode of heat transfer will be by convection.
We know that heat transfer by convection is given by

where,
h = heat transfer coefficient = 10.45
(free convection in air)
A = Surface Area of the pipe
Applying the given values in the above formula we get

Answer:
-35 degrees F
When mixed in equal parts with water (50/50), antifreeze lowers the freezing point to -35 degrees F and raises the boiling temperature to 223 degrees F. Antifreeze also includes corrosion inhibitors to protect the engine and cooling system against rust and corrosion.
Answer:
Check the explanation
Explanation:
class LanguageHelper:
language=set()
#Constructor
def __init__(self, words):
for w in words:
self.language.add(w)
def __contains__(self,query):
return query in self.language
def getSuggestionns(self,query):
matches = []
for string in self.language:
if string.lower().startswith(query) or query.lower().startswith(string) or query.lower() in string.lower():
matches.append(string)
return matches
lh = LanguageHelper(["how","Hi","What","Hisa"])
print('how' in lh)
print(lh.getSuggestionns('hi'))
===========================================
OUTPUT:-
==================
True
['Hisa', 'Hi']
====
Answer:
The surface temperature of the ground is = 296.946K
Explanation:
Solution
Given
r₁= 0.05m
r₂= 0.08m
Tn =Ti = 77K
Ki = 0.0035 Wm-1K-1
Kg = 1 Wm-1K-1
Z= 2m
Now,
The outer type temperature (Skin temperature pipe)
Q = T₀ -T₁/ln (r2/r1)/2πKi = 2πKi T0 -T1/ln (r2/r1)
Thus,
10 w/m = 2π * 0.0035 = T0 -77/ln 0.08/0.05
⇒ T₀ -77 = 231.72
T₀= 290.72K
The shape factor between the cylinder and he ground
S = 2πL/ln 4z/D
where L = length of pipe
D = outer layer of pipe
S = 2π * 1/4 *2/ 2 * 0.08 = 1.606m
The heat gained in the pipe is = S * Kg * (Tg- T₀)
(10* 1) = 1.606 * 1* (Tg- 290.72)
Tg - 290.72 = 6.2266
Tg = 296.946K
Therefore the surface temperature to the ground is 296.946K