Yoel
Yoel
Hi Allan, Creating a GUI for BioSTEAM which supports programmatic development of unit operations (and the whole production process in general) is high on my personal list. It would greatly...
Yeah... The `Fermentation` unit for conventional ethanol has a kinetic model but, if I remember correctly, it gives overly optimistic estimates for sugarcane juice. It would be nice to have...
@yalinli2, @jiananf2, The steam pressures come from Warren Seiders's product and process design principles. The temperature is the dew point temperature. Steam utilities work by transferring heat as they condense....
Also, you may also want to consider the cost of the compressor to pump air for the natural gas to combust.
Good point! This not something I plan on taking care of any time soon, but it would be great to have as an option (to assume a given loading time)....
If you would like to work on this, I would be happy to help through the process and review. Thanks!
@Omotola94, could you ctrl+paste the code (not images), including all the code used to get the outputs you are getting as well as the output? I need to be able...
@Omotola94, Thanks for the clarifications. Please follow the new example in the tutorial for how to remove/add utility agents (it is at the end of the Process settings chapter): https://biosteam.readthedocs.io/en/latest/tutorial/Getting_started.html#Process-settings...
@Omotola94, This helps a ton. There was an error in the documentation: it should be `compressor_type`, not `type`. Thanks for letting me know about the bug. Unfortunately, blowers are still...
@Omotola94, Please read the documentation on [StirredTankReactor (i.e. CSTR) ](https://biosteam.readthedocs.io/en/latest/API/units/stirred_tank_reactor.html), it is an abstract class. You need to subclass and define the `_run` method to dictate the mass and energy...