Contents - Index


P_MELTING

 

P_Melting [Pa, kPa, bar, MPa, psia, atm] returns the melting  pressure of a specified pure substance at the specified temperature.  The units and return value of this function depend on the settings in the Unit System dialog.  This function accepts only one argument, in addition to the fluid name, and that is the temperature.  The T= must precede the value, variable, or expression providing the temperature. The temperature must be provided in the units specified in the Unit Information dialog.   The fluid may be a fluid name or a string variable.   

 

Example:  

 

$UnitSystem SI K MPa

R$='water'

T=270 [K] 

P_m=p_melting(R$,T=T)

 

{Solution:

P_m=39.31 [MPa]

}

 

This function is implemented for selected pure fluids.   Clicking P_melting in the list of Thermophysical properties in the Function Information dialog will identify the fluids that provide this capability.

 

 

See also:  T_Melting

                P_Sublimation

 

Thermophysical Property Functions