P-h diagrams

Contents

P-h 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 p-h diagram
display(IFrame(src='Water_p_h_plot.html', width=700, height=500))

# Display the Ammonia p-h diagram
display(IFrame(src='Ammonia_p_h_plot.html', width=700, height=500))

# Display the R134a p-h diagram
display(IFrame(src='R134a_p_h_plot.html', width=700, height=500))