--- trunk/models/johnpye/fprops/python/solve_ph_array.py 2010/08/20 13:50:05 2300 +++ trunk/models/johnpye/fprops/python/solve_ph_array.py 2010/08/21 13:28:35 2301 @@ -75,6 +75,7 @@ semilogx(vf1,TT1,"b-") semilogx(vg1,TT1,"b-") axis([vmin,vmax,Tmin,Tmax]) +title("convergence of (p,h) solver for %s" % D.name) xlabel("specific volume") ylabel("temperature")