Closed Greg66 closed 3 years ago
@Greg66 in your sample case, even with the fix, the liquid phase will have some solid due to T/P conditions and the presence of water.
Hi Daniel i just issued a new commit solving the issue you mentioned. By defining the stream enthalpy of outlet streams and the stream spec to be PH instead of TP this unit is working as expected now. Separator efficiencies of solid and liquid phases are working now as well. Commit: #177
@Greg66 great, thanks! closing this issue then.
Describe the bug The solid separator is not working correct.
To Reproduce Steps to reproduce the behavior:
Expected behavior
Sample file See following file for demonstration: Ice production.zip
Screenshots
Desktop (please complete the following information): -DWSIM 6.6
Additional context My analysis with the debuger showed, that material streams of pure components are enforced to be calculated by PH-flash instead of the flash type defined from connected unit operation. Here a TP-Falsh is definied from solid separator for both output streams (which is supposed to be correct here). As enthalpy of output streams is not defined from solid separator side, the result of PH flash can't be correct. In my view this enforced PH flash should be discarded.