|
CalcBubbleT |
Top Previous Next |
|
This function perform a bubble temperature 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 CalcBubbleT(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
|