I have found these two very useful chemical/mechanical engineering python libraries that I believe can make process FLUID calculation breeze in DWSIM. These are
As for the 'fluid' package, you can integrate it with DWSIM through a Python script either in the Flowsheet Script Manager or as a Script Unit Operation block, using Python.NET as the Python interpreter. You'll need a valid Python 2.7 installation for that.
Regards
Daniel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have found these two very useful chemical/mechanical engineering python libraries that I believe can make process FLUID calculation breeze in DWSIM. These are
1] https://github.com/CalebBell/fluids
http://fluids.readthedocs.io/index.html
2] https://github.com/CalebBell/thermo
http://thermo.readthedocs.io/en/latest/
Th 1st one is of particular importance that can turn Dwsim into a fluid simulation package
You can import compounds from the 'thermo' library since v4.3: http://dwsim.inforside.com.br/wiki/index.php?title=What%27s_New
As for the 'fluid' package, you can integrate it with DWSIM through a Python script either in the Flowsheet Script Manager or as a Script Unit Operation block, using Python.NET as the Python interpreter. You'll need a valid Python 2.7 installation for that.
Regards
Daniel