T_Crit
T_Crit is a function that returns the critical temperature of the specified fluid. The returned value depends on the unit setting made in the Unit System dialog. The fluid may be a fluid name or a string variable.
Example:
$UnitSystem SI K
$VarInfo Tc units=K
Tc=T_crit(R134a) "returns the critical temperature of R134a"
{Solution:
Tc=374.2 [K]}