项目作者: brickett

项目描述 :
Programming for Chemical Engineers
高级语言: Jupyter Notebook
项目地址: git://github.com/brickett/CBE40497.git
创建时间: 2017-01-25T13:53:37Z
项目社区:https://github.com/brickett/CBE40497

开源协议:GNU General Public License v3.0

下载


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