-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inquiries about boiler costs #181
Comments
Cost of turbogenerator is scaled using work, which is calculated based on how much electricity is produced:
https://github.com/BioSTEAMDevelopmentGroup/biosteam/blob/5c1a650cbfa70a89b0a0c2457978907d7089234c/biosteam/facilities/_boiler_turbogenerator.py#L396
If there's no electricity, the cost of turbogenerator will be automatically zero. If your results suggest otherwise, please post the codes here.
…________________________________
From: zasddsgg ***@***.***>
Sent: Tuesday, December 10, 2024 8:13 AM
To: BioSTEAMDevelopmentGroup/Bioindustrial-Park ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [BioSTEAMDevelopmentGroup/Bioindustrial-Park] Inquiries about boiler costs (Issue #181)
Hello, if I use code CHP_sys = create_coheat_and_power_system(combustible_slurries=a, combustible_gases=b, mockup=True, satisfy_system_electricity_demand=False) when calling the boiler, that is the boiler does not produce electricity. If the boiler does not produce electricity, the generator cost should not be included, but BioSTEAM does include it by default (https://github.com/BioSTEAMDevelopmentGroup/biosteam/blob/master/biosteam/facilities/_boiler_turbogenerator.py#L17-L29). Could I consult you what code can I use to exclude the generator cost?
—
Reply to this email directly, view it on GitHub<#181>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALV5VLM5LHWLPK2KN46STTD2E3SH7AVCNFSM6AAAAABTLELOBWVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZTAMBZGEYDCMA>.
You are receiving this because you are subscribed to this thread.
|
Thank you for your answer. I got it. Could I trouble you look at #179 about boiler. Thanks for your help again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, if I use code
CHP_sys = create_coheat_and_power_system(combustible_slurries=a, combustible_gases=b, mockup=True, satisfy_system_electricity_demand=False)
when calling the boiler, that is the boiler does not produce electricity. If the boiler does not produce electricity, the generator cost should not be included, but BioSTEAM does include it by default (https://github.com/BioSTEAMDevelopmentGroup/biosteam/blob/master/biosteam/facilities/_boiler_turbogenerator.py#L17-L29). Could I consult you what code can I use to exclude the generator cost?The text was updated successfully, but these errors were encountered: