Skip to content

brickett/CBE40497

Repository files navigation

CBE40497

Projects from this class are listed below!

Soave-Redlich-Kwong Equation of State for Propane

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

Dynamic Simulation of a Nonlinear System

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/

Analysis of Large Datasets

Investigates large datasets from Quandl by the use of pandas data structures.
Learning outcomes: Pandas dataset manipulation

File: DataAnalysis.py