T_MFB_Zuber

The function T_MFB_Zuber(Fluid$, T_sat) returns the minimum film boiling temperature.
Inputs
Fluid$ - string constant or variable representing a fluid/vapor in the EES data base.
T_sat - the saturation temperature of the boiling liquid in [C], [K], [F], or [R].
Output
The minimum temperature for film boiling in [C], [K], [F], or [R].
Notes:
This procedure is responsible for determining the property data of the specified fluid . It uses the correlation developed by Zuber (1959).
Example:
$UnitSystem SI K J Pa
$VarInfo T_MFB units='K'
T_sat=ConvertTemp(C,K,100 [C])
T_MFB = T_MFB_Zuber('Water',T_sat)
{Solution:
T_MFB = 461.2 [K]}