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

Error in Buildings.Fluid.HeatExchangers.WetCoilCounterFlow #547

Closed
eshmoylova opened this issue Jul 29, 2016 · 1 comment · Fixed by #550
Closed

Error in Buildings.Fluid.HeatExchangers.WetCoilCounterFlow #547

eshmoylova opened this issue Jul 29, 2016 · 1 comment · Fixed by #550
Assignees
Milestone

Comments

@eshmoylova
Copy link

Buildings.Fluid.HeatExchangers.WetCoilCounterFlow uses Medium2.enthalpyOfCondensingGas. Medium2 is defined as Modelica.Media.Interfaces.PartialMedium, which does not contain enthalpyOfCondensingGas. To use enthalpyOfCondensingGas one needs to use (at least) Modelica.Media.Interfaces.PartialCondensingGases.

@mwetter mwetter self-assigned this Jul 29, 2016
@mwetter mwetter added this to the Release 4.0 milestone Jul 29, 2016
@mwetter
Copy link
Member

mwetter commented Jul 29, 2016

@eshmoylova
Thanks, I will fix

Fluid/HeatExchangers/WetCoilCounterFlow.mo
Fluid/HeatExchangers/WetCoilDiscretized.mo

which both require Medium2 to subclass Modelica.Media.Interfaces.PartialCondensingGases.

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 a pull request may close this issue.

2 participants