https://github.com/wigging/ent-flow-reactor
Entrained flow reactor model
https://github.com/wigging/ent-flow-reactor
biomass entrainment pyrolysis
Last synced: over 1 year ago
JSON representation
Entrained flow reactor model
- Host: GitHub
- URL: https://github.com/wigging/ent-flow-reactor
- Owner: wigging
- Created: 2021-10-29T15:12:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T15:12:24.000Z (over 4 years ago)
- Last Synced: 2025-01-24T17:33:57.016Z (over 1 year ago)
- Topics: biomass, entrainment, pyrolysis
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Entrained Flow Reactor (EFR)
This repository is for modeling an entrained flow reactor (EFR). The reactor operates at fast pyrolysis conditions to thermochemically convert biomass into gaseous products.
⚠️ This project is being actively developed. Use at your own risk.
## Project structure
**efr** - Python files representing the EFR program.
**params** - Parameter and kinetics files for the EFR program.
## Installation
The EFR program requires the latest version of Python and several packages as listed in the `requirements.txt` file.
## Usage
The EFR program is run from the command line using Python.
```bash
# run the EFR program using the Blend3 feedstock parameters
$ python efr params/blend3.py -em -sp
# use C and H from ultimate analysis to determine biomass composition
$ python efr params/blend3.py --biocomp=ult
# run a batch reactor model and plot the results
$ python efr params/blend3.py -ba -sp
# view all available commands for running the EFR program
$ python efr --help
```
## Contributing
If you would like to contribute code to this project, please submit a Pull Request. Questions, comments, and other feedback can be submitted on the Issues page.