An open API service indexing awesome lists of open source software.

https://opencheme.github.io/CHBE355/

Materials to assist the Reactor Design course CHBE355 with Python programming
https://opencheme.github.io/CHBE355/

chbe355

Last synced: about 2 months ago
JSON representation

Materials to assist the Reactor Design course CHBE355 with Python programming

Awesome Lists containing this project

README

        

# CHBE 355 - Kinetics and Reactor Design

Kinetics of homogeneous chemical and biological reactions, isothermal ideal reactor design, analysis of non-ideal reactors using residence time distribution and mixing models.

__*Work in Progress:* This repository contains a collection of notebooks and resources for process control based on the UBC curriculum.__

# Final Project
* [Oregonator model for BZ reaction](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Final%20Project/Oregonator%20model%20for%20BZ%20reaction.ipynb)

# Quiz 1
* [Take home quiz March 8 2018](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Quiz%201/Take%20home%20quiz%20%20March%208%202018.ipynb)

# Quiz 2
* [Quiz in class](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Quiz%202/Quiz%20in%20class.ipynb)

# Tutorial 1
* [Tutorial 1 Introduction to Python](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Tutorial%201/Tutorial%201%20Introduction%20to%20Python.ipynb)

# Tutorial 2
* [Tutorial 2 preparation](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Tutorial%202/Tutorial%202%20preparation.ipynb)

# Tutorial 3 ODE
* [Tutorial 3 Batch and CSTR in Python](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Tutorial%203%20ODE/Tutorial%203%20Batch%20and%20CSTR%20in%20Python.ipynb)

# Tutorial 4 Regression
* [Data for Tutorial 4](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Tutorial%204%20Regression/Data%20for%20Tutorial%204.ipynb)
* [Tutorial 4 Data fitting for Reactor Design](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Tutorial%204%20Regression/Tutorial%204%20Data%20fitting%20for%20Reactor%20Design.ipynb)
* [Tutorial 4 in class](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Tutorial%204%20Regression/Tutorial%204%20in%20class.ipynb)

# Tutorial 5 Systems of ODE
* [Tutorial 6 in class](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Tutorial%205%20Systems%20of%20ODE/Tutorial%206%20in%20class.ipynb)
* [Tutorial 6 Solving systems of ODE](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Tutorial%205%20Systems%20of%20ODE/Tutorial%206%20Solving%20systems%20of%20ODE.ipynb)

# Tutorial 6 Diffusion
* [Diffusion equation](http://nbviewer.jupyter.org/github/OpenChemE/CHBE355/blob/master/Notebooks/Tutorial%206%20Diffusion/Diffusion%20equation.ipynb)