Skip to content

Exergy analysis of a combinded process (gas turbine and steam boiler) runs in a AttributeError #498

Answered by fwitte
tub-hofmann asked this question in Q&A
Discussion options

You must be logged in to vote

Hi and thanks for reaching out!

The issue arises from the fact you are providing the wrong components to the exergy analysis busses.

  • Fuel exergy should be represented by the fuel source and not the combustion chamber.
  • The power output is missing the substraction of the pump's power
  • The heat output is also represented by the steam sink and the water inlet (steam sink with base component, water sink with base bus)
  • The flue gas losses are missing, there should be a bus, which passes those to the E_L of the network.
heat_output = Bus('heat-output')
power_output = Bus('power-output')
fuel_input = Bus('fuel-input')
flue_gas_output = Bus('flue-gas-output')

heat_output.add_comps(
    {'comp': s…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@fwitte
Comment options

@tub-hofmann
Comment options

@tub-hofmann
Comment options

@fwitte
Comment options

@tub-hofmann
Comment options

Answer selected by fwitte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants