https://github.com/the-modelling-club/matlab-scripts
This repository contains matlab scripts written by the members of The Modelling Club
https://github.com/the-modelling-club/matlab-scripts
engineering kinetics matlab reaction thermodynamics thermodynamics-models
Last synced: 8 months ago
JSON representation
This repository contains matlab scripts written by the members of The Modelling Club
- Host: GitHub
- URL: https://github.com/the-modelling-club/matlab-scripts
- Owner: The-Modelling-Club
- Created: 2025-08-25T12:29:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T15:50:06.000Z (10 months ago)
- Last Synced: 2025-08-25T16:25:29.040Z (10 months ago)
- Topics: engineering, kinetics, matlab, reaction, thermodynamics, thermodynamics-models
- Language: MATLAB
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reaction engineering folder
The folders here contain several MATLAB codes related to various reaction engineering problems.
Most of the examples are taken from Elements of Chemical Reaction Engineering by Scott Fogler
## Adiabatic PFR
This is a script for a single reaction plug flow reactor operated under adiabatic conditions
## Batch reactor single reaction
The name is actually misleading; it refers to a batch reactor with two reactions in series. The code does a concentration plot
## Batch reactor
This is a batch reactor where two parallel reactions, viz. A+B=D and A+B=U occur. The script generates a concentration plot for species A, B, D and U
## Bio_reactor
This is a batch bio-reactor. The script tracks the concentration of substrate, cells and product. The reaction is of the Monod type
## CSTR
This script finds a way to determine the effect of different CSTR volumes on the component flow out. It uses a nested function to achieve this
## Membrane reactor
This is a script of a membrane reactor
## PFR with series reaction
A plug flow reactor with two reactions in series
## PFR with HE
This is a script of a non-isothermal PFR with a heat exchanger
# Thermodynamics folder
This folder contains MATLAB codes of different thermodynamic processes