Yoel

Results 40 comments of Yoel

Hi @sudomakeflies, I appreciate your thoughts on this. Yeah, the size is pretty big. Did you know you can clone the repo with: $ git clone --depth 5 git://github.com/BioSTEAMDevelopmentGroup/Bioindustrial-Park We...

Pressure drops all around have not yet been implemented. We do have a heuristic pressure drop in the design results which could be used in the future. There is also...

@zasddsgg, to make it easier for us to answer your questions: * Please split these 3 different questions into 3 different issues. Do not stack all your questions into one...

@zasddsgg, You can use the following: ```python from biosteam.report import voc_table from biorefineries.tea.cellulosic_ethanol_tea import foc_table, capex_table ``` No documentation is provided yet for the `foc_table`, `capex_table`, and `voc_table` functions unfortunately....

@zasddsgg, a) Electricity is sold in the cornstover biorefinery while the other utilities are produced on-site to meet the demand. The price of things like cooling/chilled water and steam does...

@zasddsgg, sure thing. It looks like you discovered a special case that doesn't work in BioSTEAM yet. I'll try to make it work for this special case in the future....

Hi @zasddsgg, Certainly, I'll plan to answer your questions Monday of next week. Thanks!

a) For setting pressure drops of units that do not yet have this feature: ```python unit.dP = 0.04 @unit.add_specification(run=False) def set_dP(): unit._run() P0 = min([i.P for i in unit.ins]) Pf...

@zasddsgg, thanks for the questions. The following should help: a) The pretreatment reactor system is defined based on the Humbird 2011 report, which is costed based on dry flow rate...

@zasddsgg, yes, dissolved solids should be modeled as liquids. The Cp for monosaccharides is just a preliminary value, but it could be better. The following was answered earlier to your...