Skip to content
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

[FEATURE] Add option to calculate the nominal temperature rise/fall #458

Open
moritzn-met opened this issue Oct 12, 2023 · 2 comments
Open
Labels
✨enhancement New feature or request

Comments

@moritzn-met
Copy link
Contributor

moritzn-met commented Oct 12, 2023

What is your precise need ?

To set the nominal_cold_side_temperature_rise and nominal_hot_side_temperature_drop for the flue gas HEX can be a challenge. Sometimes we dont have HMBD information about this. So it would be good to add an option to direct calculate it e.g. like this:
HEX.nominal_cold_side_temperature_rise = HEX.T_hot_in - HEX.T_cold_in;
HEX.nominal_hot_side_temperature_drop = HEX.T_hot_in - HEX.T_cold_in;

What solution do you see ?

Add a parameter to the HEX components to decide if we want to set the nominal deltaT or calculate it.

@moritzn-met moritzn-met added the ✨enhancement New feature or request label Oct 12, 2023
@pierre-eliep-met
Copy link
Collaborator

Agreed, I think it should even be the default behaviour, and not with a parameter, and we should remove the nominal if I'm correct, the interest is the current deltaT not the nominal one

@pierre-eliep-met
Copy link
Collaborator

@nabily-met do you agree on this last point ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants