Python libraries: Two-phase flow and CoolProp
About the Author
More By Olyher
Two-phase flow
The two-phase flow is a Python library that implements two-phase flows models and make easy to get the flow properties such as flow pattern, elongated bubble velocity, homogenous model properties etc. This library is structured in a way that the user can program using a simple and easy-to-use objects or in a more advanced manner can use the functions of the library directly.
The fluid properties are by default automatically obtained from the CoolProp. However, you can also pass your own functions, determined experimentally or from any source you want.
The library has also some basic plot utils for some flow pattern maps.
https://github.com/felipecastrotc/two-phase
CoolProp
CoolProp is a thermophysical property database and wrappers for a selection of programming environments. It offers similar functionality to REFPROP, but CoolProp is open-source and free.
https://github.com/CoolProp/CoolProp
Enable comment auto-refresher