Yalin

Results 9 issues of Yalin

Hi @yoelcortes , @jiananf2 is designing an HTL system where multiple unit operations would need pretty high T/P (highest one is a hydrotreating unit at 405°C I think), but none...

Documenting questions related to implementing the BSM2 configuration in EXPOsan: https://github.com/QSD-Group/EXPOsan/tree/bsm2/exposan/bsm2 Tables, etc. below refer to the BSM2 report if not otherwise noted: http://iwa-mia.org/wp-content/uploads/2022/09/TR3_BSM_TG_Tech_Report_no_3_BSM2_General_Description.pdf

@RaiSaumitra I'm making this a draft PR so we can discuss any needed updates, some of my changes could be style-related for easier understanding/improve in speed

Check out the `SludgePump` that uses `biosteam`'s pump design but `qsdsan`'s cost/construction algorithms, probably check Tchobanoglous et al. for wastewater-specific design.

See this post from Brightway: https://brightway.groups.io/g/updates/message/34 Essentially you can easily import ecoinvent data by just ```python import bw2data as bd import bw2io as bi bd.projects.set_current("some new project") bi.import_ecoinvent_release( version="3.8", system_model="apos",...

This is due to BioSTEAM's announcement for moving to Python 3.10 in August: https://github.com/BioSTEAMDevelopmentGroup/biosteam/issues/159 We'll still test for 3.9 for compatibility, and I'll try to maintain the compatibility if it's...

Hi @yoelcortes , what would be the best way to add land cost? In Humbird, it's not in FCI but in TCI, it's also not in the loan. But it...

Happened to notice that the system configuration figures are missing in NEWgen's README (not even sure when it disappeared...): https://github.com/QSD-Group/EXPOsan/tree/main/exposan/new_generator

@jiananf2 FYI, I'm hoping to update the hydrothermal units so that they are more flexible (i.e., not written in the context of sludge/WWTP, not necessarily using the predictive models, etc.)....