T-v diagrams#
Tasks:#
Zoom in and use the cursor to inspect the values of x and y-axes.
Inspect the critical values of the diagrams below for the three fluids
from IPython.display import IFrame
# Display the Water T-v diagram
display(IFrame(src='Water_T_v_plot.html', width=700, height=500))
# Display the Ammonia T-v diagram
display(IFrame(src='Ammonia_T_v_plot.html', width=700, height=500))
# Display the R134a T-v diagram
display(IFrame(src='R134a_T_v_plot.html', width=700, height=500))