-
Notifications
You must be signed in to change notification settings - Fork 93
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
there is confusion about the exergy_balance function #613
Comments
The code that confused me: |
Hi @legendary-zju, the fuel exergy, product exergy and exergy destruction per component depend on the purpose of the component and on the context, i.e. the ambient state and the fluid's state (specifically temperature). I would direct you to read the paper on the implementation of the feature in tespy and the references on exergy (mostly (co-)authored by Tsatsaronis) cited in it: https://www.mdpi.com/1996-1073/15/11/4087. Best |
Dear Francesco:
I have some confusion about your code. There is no information of the property (self.E_P and self.E_F in the exergy_balance function) in comp class. Could you teach me their meaning? In the heat exchanger class, the condition of calculating exergy is divided into 6 cases. The logic of calculating self.E_P and self.E_F under one condition seems to be distinctly different from under another condition. Could you tell me their calculating logic? I would appreciate it.
Best
Zhang
The text was updated successfully, but these errors were encountered: