Bioreactor-model is a Python package for bioreactor calculations like scale up, biomass growth stoichiometry, fed-batch yields and gas transfer.
Project description
Bioreactor-model Python package
Installation
pip install bioreactor-model
Cell Composition functionality
Use calc.CellComposition class to obtain biomass formula and biomass formula weight.
CellComposition(C_dry_weight, H_dry_weight, N_dry_weight, O_dry_weight, ash_fraction) object requires as input:
C_dry_weight: dry weight percentage of carbon (between 0 and 100)H_dry_weight: dry weight percentage of hydrogen (between 0 and 100)N_dry_weight: dry weight percentage of nitrogen (between 0 and 100)O_dry_weight: dry weight percentage of oxygen (between 0 and 100)ash_fraction: dry weight percentage of ash (between 0 and 100)
These percentages must be between 0 and 100, not between 0 and 1. These are not absolute fractions but percentages.
Estimating biomass formula
Function CellComposition.biomass_formula() returns dictionary with molecular formula of biomass. Dictionary keys are carbon, hydrogen, nitrogen and oxygen. Dictionary values are numbers corresponding to subscript value of each element in the biomass formula.
Estimating biomass formula weight
Function CellComposition.biomass_formula_weight() returns molecular weight of biomass.
Future development
Scale up parameters, fed-batch yield estimation, yield coefficient calculation, gas transfer estimation, oxygen transport and uptake rates will be added soon.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bioreactor_model-0.0.2.tar.gz.
File metadata
- Download URL: bioreactor_model-0.0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
229eb3e83dc536305cfb9ec8f2b84836b8bb4fc0b5e6d50ee169836bf1b4400b
|
|
| MD5 |
3ff7a389e64f35c0a06f668d807fd229
|
|
| BLAKE2b-256 |
11c738f67bef11047908c21c3e9b9ae40415e6ff9818d93e1af2d59e951b1bcb
|
File details
Details for the file bioreactor_model-0.0.2-py3-none-any.whl.
File metadata
- Download URL: bioreactor_model-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
101d0bf29019b695454e474ae90eef6d3a224a51608cf1cd13cf831b093d22c0
|
|
| MD5 |
d86b2ca0a60e158faebac55592dcd805
|
|
| BLAKE2b-256 |
c58eaadb8ba9a45f297e4ca1ccbb87706592ad86dd4ea15572aace0e7e7d92d0
|