-
After making a list of chemical objects, I am trying to compile them.
```python
chemical_list = ('Na2HPO4', 'KH2PO4')
chemical_objects = tmo.Chemicals([])
for chemical in chemical_list:
…
-
**Describe the bug**
Sometimes, `HeatUtility.flow` and `HeatUtility.inlet_utility_stream` / `HeatUtility.outlet_utility_stream` flow information aren't matching, but this doesn't appear to be affec…
-
**Describe the bug**
I am trying to reproduce [this part](https://biosteam.readthedocs.io/en/latest/tutorial/Biorefineries.html) of the documentation
However neither for cornstover nor for lipidcane…
-
**Describe the bug**
if I try to run:
`from biorefineries.lipidcane import system`
or
`from biorefineries.cornstover import system`
The output in **jupyter notebook** is:
```
------------------…
-
from biosteam import Stream
from biosteam.units import Centrifuge_LLE
from biorefineries.lipidcane import species
# Set up stream
Stream.species = species.biodiesel_species
feed = Stream(Lipi…
-
I have to in-streams to the mixer. One contains water and solid stuff, other contains "solid" bacteria.
After running the simulation, I am trying to show F_vol of the out-stream. It causes crash.
…
-
**Describe the bug**
The script was not updated to work with the new thermosteam functions, leading to a TypeError.
I believe the origin code in biosteam.units.decorators._design of:
```python
mo…
-
**Description**
Assume I want to evaluate how minimum product selling price (MPSP) changes with internal rate of return (IRR) under uncertainty, and I want to depict this using a figure where the x-a…
-
Recycle systems are currently created by specifying the tear stream and a network of unit operations to run sequentially. This effort takes a ton of time in the biorefinery development process. Automa…
-
**Description**
I'm having trouble saving the system report, will raise a type error about `NotImplementedType` object(see screenshot). But no error for lipidcane biorefinery
**To Reproduce**
```…