Given:
Temperature of water, = =273 +(-6) =267 K
Temperature surrounding refrigerator, = =273 + 21 =294 K
Specific heat given for water, = 4.19 KJ/kg/K
Specific heat given for ice, = 2.1 KJ/kg/K
Latent heat of fusion, = 335KJ/kg
Solution:
Coefficient of Performance (COP) for refrigerator is given by:
Max =
= = 9.89
Coefficient of Performance (COP) for heat pump is given by:
Max = = 10.89
Answer:
Explanation:
Given
Discharge is
Diameter of pipe
Distance between two ends of pipe
friction factor
Average velocity is given by
Pressure difference is given by
Answer:
Explanation:
The python code to generate this is quite simple to run.
i hope you understand everything written here, you can as well try out other problems to understand better.
First to begin, we import the package;
Code:
import pandas as pd
import matplotlib.pyplot as plt
name = input('Enter name of the file: ')
op = input('Enter name of output file: ')
df = pd.read_csv(name)
df['Date'] = pd.to_datetime(df["Date"].apply(str))
plt.plot(df['Date'],df['Absent']/(df['Present']+df['Absent']+df['Released']),label="% Absent")
plt.legend(loc="upper right")
plt.xticks(rotation=20)
plt.savefig(op)
plt.show()
This should generate the data(plot) as seen in the uploaded screenshot.
thanks i hope this helps!!!
Hi! I believe the answer is 2 meters(: