Answer:
<em>No, the velocity profile does not change in the flow direction.</em>
Explanation:
In a fluid flow in a circular pipe, the boundary layer thickness increases in the direction of flow, until it reaches the center of the pipe, and fill the whole pipe. If the density, and other properties of the fluid does not change either by heating or cooling of the pipe, <em>then the velocity profile downstream becomes fully developed, and constant, and does not change in the direction of flow.</em>
Answer:
There is 0.466 KW required to operate this air-conditioning system
Explanation:
<u>Step 1:</u> Data given
Heat transfer rate of the house = Ql = 755 kJ/min
House temperature = Th = 24°C = 24 +273 = 297 Kelvin
Outdoor temperature = To = 35 °C = 35 + 273 = 308 Kelvin
<u>Step 2: </u> Calculate the coefficient of performance o reversed carnot air-conditioner working between the specified temperature limits.
COPr,c = 1 / ((To/Th) - 1)
COPr,c = 1 /(( 308/297) - 1)
COPr,c = 1/ 0.037
COPr,c = 27
<u>Step 3:</u> The power input cna be given as followed:
Wnet,in = Ql / COPr,max
Wnet, in = 755 / 27
Wnet,in = 27.963 kJ/min
Win = 27.963 * 1 KW/60kJ/min = 0.466 KW
There is 0.466 KW required to operate this air-conditioning system
Answer:
230.51 m
Explanation:
Pb = 695 mmHg
Pt = 675 mmHg
Pb - Pt = 20 mmHg
Calculate dP:
dP = p * g * H = (13600)*(9.81)*(20/1000) = 2668.320 Pa
Calculate Height of building as dP is same for any medium of liquid
dP = p*g*H = 2668.320
H = 2668.32 / (1.18 * 9.81) = 230.51 m
Let “w” and “L” be the width and length of the rectangle. “p” and “a” are perimeter and area
For python,
w=int(input(“width”))
l=int(input(“length”))
a= w*l
p=2*w+2*l
print(str(a), str(p)