- Follow the steps to install the python package (see
Installation of python package for developers
orInstallation of python package for users
below) - Follow the steps to install the BiRD OpenFOAM solver (see
Installation of BiRD OpenFOAM solver (for developers and users)
below) - Check that you can run any of the tutorial cases, for ex:
cd tutorial_cases/bubble_column_20L
bash run.sh
conda create --name bird python=3.10
conda activate bird
git clone https://github.com/NREL/BioReactorDesign.git
cd BioReactorDesign
pip install -e .
conda create --name bird python=3.10
conda activate bird
pip install nrel-bird
- Activate your OpenFOAM-9 environment (
source <OpenFOAM-9 installation directory>/etc/<your-shell>rc
) - cd
OFsolvers/birdmultiphaseEulerFoam/
./Allwmake
See the nrel.github.io/BioReactorDesign.
Software record SWR 24-35
To cite BioReactorDesign use these articles on CO2 interphase mass transfer (open access) on aerobic bioreactors and on butanediol synthesis
@article{hassanaly2024inverse,
title={Bayesian calibration of bubble size dynamics applied to \ce{CO2} gas fermenters},
author={Hassanaly, Malik and Parra-Alvarez, John M. and Rahimi, Mohammad J. and Sitaraman, Hariswaran},
journal={Under Review},
year={2024},
}
@article{rahimi2018computational,
title={Computational fluid dynamics study of full-scale aerobic bioreactors: Evaluation of gas--liquid mass transfer, oxygen uptake, and dynamic oxygen distribution},
author={Rahimi, Mohammad J and Sitaraman, Hariswaran and Humbird, David and Stickel, Jonathan J},
journal={Chemical Engineering Research and Design},
volume={139},
pages={283--295},
year={2018},
publisher={Elsevier}
}
@article{sitaraman2023reacting,
title={A reacting multiphase computational flow model for 2, 3-butanediol synthesis in industrial-scale bioreactors},
author={Sitaraman, Hariswaran and Lischeske, James and Lu, Yimin and Stickel, Jonathan},
journal={Chemical Engineering Research and Design},
volume={197},
pages={38--52},
year={2023},
publisher={Elsevier}
}
This work was authored by the National Renewable Energy Laboratory (NREL), operated by Alliance for Sustainable Energy, LLC, for the U.S. Department of Energy (DOE) under Contract No. DE-AC36-08GO28308. This work was supported by funding from DOE Bioenergy Technologies Office (BETO) CO2RUe consortium. The research was performed using computational resources sponsored by the Department of Energy's Office of Energy Efficiency and Renewable Energy and located at the National Renewable Energy Laboratory. The views expressed in the article do not necessarily represent the views of the DOE or the U.S. Government. The U.S. Government retains and the publisher, by accepting the article for publication, acknowledges that the U.S. Government retains a nonexclusive, paid-up, irrevocable, worldwide license to publish or reproduce the published form of this work, or allow others to do so, for U.S. Government purposes.