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

Issue3027 wet coil sensible heat #3049

Merged
merged 24 commits into from
May 28, 2022
Merged

Conversation

mwetter
Copy link
Member

@mwetter mwetter commented May 26, 2022

This closes #3027

@dhblum : Can you please look at the new formulation of Buildings/Fluid/HeatExchangers/BaseClasses/HexElementLatent.mo

@SenHuang19: FYI, this should resolve the issue you reported. Can you test on your larger example? As a hack, all you would need to do is delete the instance heaConVapCoi in HexElementLatent.

We plan to include it in the 9.0.0 release that is scheduled for this Tuesday if this solves the issue.

@mwetter mwetter requested a review from dhblum May 26, 2022 20:09
@SenHuang19
Copy link

Thanks for your information.
It seems to alleviate the issue a lot but doesn't eliminate the issue.

Before:
image

After:
image

Copy link
Contributor

@dhblum dhblum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think removing heaConVapCoi is the right thing to do. (The following insight is derived from Heat Transfer by A.F. Mills Chapter 7).

An energy balance for an element of condensate has:
(+) Enthalpy entering from condensate drip from above elements due to gravity.
(+) Enthalpy entering from condensation from air.
(-) Enthalpy leaving from condensate drip to below elements due to gravity.
(-) Conduction through the thickness of the condensate element due to the difference between T_sat and T_coil. This last part hinders condensation some since it effectively adds a thermal resistance between the coil surface and the bulk moist air.

Thus, it is not correct to have the heat of condensation sensibly added to the coil frame explicitly. I may suggest adding a line in the documentation about how the model does not explicitly consider the film thickness. In reality, this thickness is not negligible, as there's research on hydrophobic coatings to quickly remove condensate layers to improve overall heat transfer coefficients, though in practice its hard to keep these coatings clean and intact. But, this coil model's overall heat transfer coefficient is parameterized with a nominal UA anyway, which I think would include whatever heat transfer coefficient a user wants to define at nominal conditions.

@mwetter
Copy link
Member Author

mwetter commented May 27, 2022

@dhblum : Thanks, I will merge it for the 9.0.0 release, and also update on the maint_8.1.x branch.

@mwetter mwetter added this to the Release 9.0 milestone May 27, 2022
@mwetter mwetter enabled auto-merge (squash) May 27, 2022 15:02
@mwetter mwetter merged commit df7415e into master May 28, 2022
@mwetter mwetter deleted the issue3027_wetCoil_sensibleHeat branch May 28, 2022 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The wet coil generates an unrealistic sensible heat exchange rate
3 participants