|
CalcBubbleP |
Top Previous Next |
|
This function perform a bubble pressure calculation.
The function works for both polymer and non-polymer systems and can handle both VLE and LLE points.
This function is defined in C++ as: extern "C" __declspec(dllexport) int __stdcall CalcBubbleP(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
|