SLE_Temperature |
Top Previous Next |
This function performs a calculation where the user gives the feed and pressure and the function will then calculate the temperature where the first solid is formed.
Note: Currently this function only works if a polymer is included in the mixture
Note this is a SLE calculation. If you want a LLE or VLE calculation look for a cloud point calculation.
Input
Extra This function is defined in C# as: public Object[,] SLE_Temperature(Range Feed, double Pressure, string Output, string Components, string Units, [In, Optional] object Distribution, [In, Optional] object BlockMassfraction, [In, Optional] object AdvVLXE, [In, Optional] object AdvUser);
|