Programming for Chemical Engineers
Projects from this class are listed below!
This program takes the inputs of pressure and temperature.
Critical properties are constant, since it is only valid for the molecule propane.
The program outputs molar volume of pure propane.
Learning outcomes: basic python, numpy
File: SRK-EoS.py
Models the Lorenz chaos equations.
Learning outcomes: Jupyter notebook, ipywidgets, and ODEs
File: Lorenz.ipynb
References: http://bebi103.caltech.edu.s3-website-us-east-1.amazonaws.com/2015/tutorials/r6_sympy.html
https://jakevdp.github.io/blog/2013/02/16/animating-the-lorentz-system-in-3d/
Investigates large datasets from Quandl by the use of pandas data structures.
Learning outcomes: Pandas dataset manipulation
File: DataAnalysis.py