T-s 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(IFrame(src='Water_T_s_plot.html', width=700, height=500))
display(IFrame(src='Ammonia_T_s_plot.html', width=700, height=500))
display(IFrame(src='R134a_T_s_plot.html', width=700, height=500))