https://github.com/wigging/bfb-reactor
One-dimensional BFB reactor model
https://github.com/wigging/bfb-reactor
Last synced: about 1 year ago
JSON representation
One-dimensional BFB reactor model
- Host: GitHub
- URL: https://github.com/wigging/bfb-reactor
- Owner: wigging
- License: mit
- Created: 2021-01-28T21:42:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T19:14:19.000Z (about 3 years ago)
- Last Synced: 2025-03-24T21:06:25.903Z (over 1 year ago)
- Language: Python
- Homepage: https://wigging.me/bfb-reactor/
- Size: 552 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# One-dimensional BFB reactor model
:warning: This project is a work in progress. :warning:
This repository contains a dynamic and a steady-state 1D model of a bubbling fluidized bed (BFB) reactor. At the moment, the dynamic model is in the `dynamic` folder while the steady-state model is in the `steady` folder.
## Usage
Use the commands shown below to run each model.
```bash
# Run the dynamic model
$ python dynamic examples/params.json --run
# Plot results from the dynamic model
$ python dynamic examples/params.json --plot
```
```bash
# Run the steady-state model
$ python steady
```
## Reference
This code is based on the one-dimensional fluidized bed gasification model discussed in the Agu et al. 2019 paper.
Cornelius E. Agu, Christoph Pfeifer, Marianne Eikeland, Lars-Andre Tokheim, and Britt M.E. Moldestad. [**Detailed One-Dimensional Model for Steam-Biomass Gasification in a Bubbling Fluidized Bed**](https://pubs.acs.org/doi/10.1021/acs.energyfuels.9b01340). Energy & Fuels, no. 8, vol. 33, pp. 7385-7397, 2019.