|
CalcDewP |
Top Previous Next |
|
This function perform a dew pressure 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 CalcDewP(double Temperature, int PointType, double MinimumPressure, double MaximumPressure)
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
|