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

DryCoilDiscretized model not using last register, liquid flow path #194

Closed
pjsaltin opened this issue Dec 13, 2013 · 2 comments
Closed

DryCoilDiscretized model not using last register, liquid flow path #194

pjsaltin opened this issue Dec 13, 2013 · 2 comments
Assignees

Comments

@pjsaltin
Copy link

Assume there is an error in de Buildings.Fluid.HeatExchangers.DryCoilDescretized. The last register does not have any liquid flow through it.

In the model the connection is:
connect(hexReg[nReg].port_b1, pipMan_b.port_b)
Assume it should be:
connect(hexReg[nReg].port_a1, pipMan_b.port_b)

(Changed port_b1 to port_a1)

Best regards
Per-Johan Saltin

@ghost ghost assigned mwetter Dec 13, 2013
@mwetter
Copy link
Member

mwetter commented Dec 13, 2013

Thanks for reporting.
This is indeed an error which will be corrected in a maintenance release (version 1.5 build 2) that is scheduled to be released next week.
The bug fix is as described above.

mwetter added a commit that referenced this issue Dec 13, 2013
mwetter added a commit that referenced this issue Dec 13, 2013
@mwetter
Copy link
Member

mwetter commented Dec 13, 2013

This is fixed in version 1.5, build 2 which is now released.

@mwetter mwetter closed this as completed Dec 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants