예제 #1
0
 def Mixture():
     from CoolProp.Plots import PropsPlot
     PP = PropsPlot(
         'REFPROP-MIX:R32[0.47319469]&R125[0.2051091]&R134a[0.32169621]',
         'TD')
     PP._plot_default_annotations()
     plt.close()
예제 #2
0
def Mixture_tests():
    from CoolProp.Plots import PropsPlot
    PP = PropsPlot('REFPROP-MIX:R32[0.47319469]&R125[0.2051091]&R134a[0.32169621]', 'TD')
    PP._plot_default_annotations()
    PP._draw_graph()
예제 #3
0
 def Mixture():
     from CoolProp.Plots import PropsPlot
     plt = PropsPlot('REFPROP-MIX:R32[0.47319469]&R125[0.2051091]&R134a[0.32169621]', 'TD')
     plt._plot_default_annotations()
     plt.show()