-
-
Notifications
You must be signed in to change notification settings - Fork 0
Google Summer of Code (GSoc) ‐ 2024
Ivan Ogasawara edited this page Feb 5, 2024
·
1 revision
SteamTable is a module to display and extract thermodynamic data on the state of water.
https://github.com/osl-pocs/fqlearn/blob/main/LICENSE
https://github.com/osl-pocs/fqlearn/blob/main/CODE_OF_CONDUCT.md
It is currently implemented, but a review and verification needs to be carried out to see if the data shown is correct.
- Verify the correctness of data.
- Create Test for the module
- Improve Plotting
- Test against correct data
- Improved plotting with more explanatory text or plotted text.
- Prerequisites:
- Python
- Numerical Analysis
- Knowledge in thermodynamics
- Expected Time: 350 hours
- Potential Mentor: Ever Vino, Yurely Camacho
- https://pythonnumericalmethods.berkeley.edu/notebooks/Index.html
- https://www.thermopedia.com/content/1150/
The three-component module will include the possibility of solving three-component systems in liquid-liquid and solid-liquid extraction processes.
https://github.com/osl-pocs/fqlearn/blob/main/LICENSE
https://github.com/osl-pocs/fqlearn/blob/main/CODE_OF_CONDUCT.md
Not implement
- Search experimental data for the most used three-components systems in the industry.
- Search methods to solve those systems
- Implement a module to allows solve graphically the three-component system.
- Experimental data inside the module as csv or posgres data
- A class called three component system to solve graphically three-system problems
- Unit tests for the module
- Prerequisites:
- Python
- Numerical Analysis
- Basic knowledge in mass transfer
- Expected Time: 350 hours
- Potential Mentor: Ever Vino, Yurely Camacho