Answer:
<em> - 14.943 W/m^2K ( negative sign indicates cooling ) </em>
Explanation:
Given data:
Area of FPC = 4 m^2
temp of water = 60°C
flow rate = 0.06 l/s
ambient temperature = 8°C
exit temperature = 49°C
<u>Calculate the overall heat loss coefficient </u>
Note : heat lost by water = heat loss through convection
m*Cp*dT = h*A * ( T - To )
∴ dT / T - To = h*A / m*Cp ( integrate the relation )
In ( ) = h* 4 / ( 0.06 * 10^-3 * 1000 * 4180 )
In ( 41 / 52 ) = 0.0159*h
hence h = - 0.2376 / 0.0159
= - 14.943 W/m^2K ( heat loss coefficient )
Answer:
Explanation:
ADT for an 2-D array:
struct array{
int arr[10];
}arrmain[10];
An application that stores an array with 1000 rows and 1000 columns, where less than 10,000 of the array values are non-zero. The two different implementations for such arrays that would be more space efficient than a standard two-dimensional array implementation requiring one million positions are :
1) struct array{
int *p;
}arr[1000];
2) struct array{
int *p;
}arr[1000];
Answer:
It involves the active streamlining of a business's supply-side activities to maximize customer value and gain a competitive advantage in the marketplace
Explanation:
Supply chain management is the management of the flow of goods and services and includes all processes that transform raw materials into final products.
Answer:
Carnot heat pump
Explanation:
Carnot heat pump is an ideal heat pump in which all processes are reversible and that consume minimum amount of work to and produces maximum amount of heating effect compare to all real engine.And that is why COP of Carnot heat pump is more as compare to real heat pump.
All real heat pump are not perfectly reversible heat pump So this is also called irreversible heat pump .Due to irreversibility the COP of irreversible heat pump is always less than the COP of Carnot heat pump.