|
CalcDewT |
Top Previous Next |
|
This function perform a dew temperature calculation.
The function works only for non-polymer systems and can handle only VLE points.
This function is defined in C++ as: extern "C" __declspec(dllexport) int __stdcall CalcDewT(double Pressure, int PointType, double MinimumTemperature, double MaximumTemperature)
Return The function return -1 if no problem was found. If a different number is returned use the function ErrorGetMessage for more information.
Input
Code examples Example
|