You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the duty_over_mol = 39000 (https://github.com/BioSTEAMDevelopmentGroup/biosteam/blob/master/biosteam/facilities/_boiler_turbogenerator.py#L397) set in the boiler source code seems to only apply to low pressure steam. If medium pressure steam and high pressure steam are also required in the process, the steam flow calculated by duty_over_mol = 39000 seems to be wrong. This seems to affect the calculation of boiler costs and the flow rate calculation of boiler-related stream. Thanks for your help.
The text was updated successfully, but these errors were encountered:
If the process requires low pressure steam, medium pressure steam and high pressure steam, I want to distinguish between the generated steam is low pressure steam, medium pressure steam or high pressure steam, and then get the correct flow rate of generated steam, could I ask you how to set in the boiler code. Thanks for your help.
Hello, the
duty_over_mol = 39000
(https://github.com/BioSTEAMDevelopmentGroup/biosteam/blob/master/biosteam/facilities/_boiler_turbogenerator.py#L397) set in the boiler source code seems to only apply to low pressure steam. If medium pressure steam and high pressure steam are also required in the process, the steam flow calculated byduty_over_mol = 39000
seems to be wrong. This seems to affect the calculation of boiler costs and the flow rate calculation of boiler-related stream. Thanks for your help.The text was updated successfully, but these errors were encountered: