-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consultation on liquid-liquid extraction #166
Comments
@yoelcortes, @yalinli2, @sarangbhagwat I looked up the relevant materials, but did not find 1.38 (partition coefficient of methanol), may I ask you where the source of this value is? |
@yoelcortes, @yalinli2, @sarangbhagwat I tried to separate several custom substances (just as in the following code) by liquid-liquid extraction, but it seems that all the custom substances are in the extractant, which is inconsistent with the experimental phenomenon, is it because I did not input the corresponding partition coefficient? Could I consult you what are the partition coefficient entered in the tutorial (https://biosteam.readthedocs.io/en/latest/API/units/liquid_liquid_extraction.html#biosteam.units.liquid_liquid_extraction.MixerSettler:~:text=MS1%20%3D%20bst.MixerSettler(%27MS1%27%2C%0A...,%27Methanol%27%2C%20%27Octanol%27)%2C%0A...%20%20%20%20%7D%2C%0A...%20)? Is it the water-n-octanol partition coefficient?
|
The |
@yoelcortes, @yalinli2, @sarangbhagwat Hello, could someone help with this issue. Now the custom substances are all in the extractant. That doesn't make sense. I think I need to manually enter something like logP, but I don't know what code to enter it in, and I haven't found any tutorials or examples. |
@sarangbhagwat Hello, could I consult you how to get the partition coefficient in https://github.com/BioSTEAMDevelopmentGroup/Bioindustrial-Park/blob/master/biorefineries/BDO/separation_systems.py#L150-L155 and https://github.com/BioSTEAMDevelopmentGroup/Bioindustrial-Park/blob/master/biorefineries/BDO/separation_systems.py#L352-L359. |
@yoelcortes, @yalinli2, @sarangbhagwat It seems that because of the activity coefficient cannot be calculated for the custom substances (due to the lack of 'Dortmund','UNIFAC', 'PSRK'), could I ask you how to solve this problem?
This question has been bothering me for several days. Thanks for your help. |
@yoelcortes, @yalinli2, @sarangbhagwat Hello, could you help with #166 and #167, these two problems are very critical to the simulation, if not solved, it is impossible to continue to build the model and ensure the accuracy of the simulation. Thanks for your help again. |
@yoelcortes, @yalinli2, @sarangbhagwat Hello, could I ask you some questions about the liquid-liquid extraction unit? Thanks for your help.
a) Does the
partition coefficients
in the tutorial refer to theoctanol-water partition coefficients
(https://biosteam.readthedocs.io/en/latest/API/units/liquid_liquid_extraction.html#biosteam.units.liquid_liquid_extraction.MixerSettler:~:text=MS1%20%3D%20bst.MixerSettler(%27MS1%27%2C%0A...,%27Methanol%27%2C%20%27Octanol%27)%2C%0A...%20%20%20%20%7D%2C%0A...%20))? Thepartition coefficients
of methanol in the tutorial (1.38) is different from thepartition coefficients
found in the paper (-0.82). What does thepartition coefficient
of water and n-octanol mean (https://biosteam.readthedocs.io/en/latest/API/units/liquid_liquid_extraction.html#biosteam.units.liquid_liquid_extraction.MixerSettler:~:text=MS1%20%3D%20bst.MixerSettler(%27MS1%27%2C%0A...,%27Methanol%27%2C%20%27Octanol%27)%2C%0A...%20%20%20%20%7D%2C%0A...%20))? Does it also refer to theoctanol-water partition coefficient
? Whether it took the logarithm or not?b) If I use a custom substance (as in the following code) instead of a substance in the database, when performing liquid-liquid extraction, if I want to use
MixerSettler
unit, do I need to add other physical properties besides thepartition coefficient
? When I customize thepartition coefficient
, is it OK to define then-octanol/water partition coefficient
for each substance as it did in the tutorial (https://biosteam.readthedocs.io/en/latest/API/units/liquid_liquid_extraction.html#biosteam.units.liquid_liquid_extraction.MixerSettler:~:text=MS1%20%3D%20bst.MixerSettler(%27MS1%27%2C%0A...,%27Methanol%27%2C%20%27Octanol%27)%2C%0A...%20%20%20%20%7D%2C%0A...%20))?The text was updated successfully, but these errors were encountered: