|
CalcFlashPB |
Top Previous Next |
|
Function that perform a multiphase flash at fixed pressure and phase fraction (Mole based)
This function is defined in C++ as: extern "C" __declspec(dllexport) int __stdcall CalcFlashPB(double Pressure, double PhaseFraction, int PhaseCount)
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
|