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

Annex60.Fluid.Sensors.TraceSubstancesTwoPort outputs wrong value if allowFlowReversal=false #249

Closed
mwetter opened this issue May 22, 2015 · 0 comments · Fixed by #250
Closed
Assignees

Comments

@mwetter
Copy link
Contributor

mwetter commented May 22, 2015

The assignment

CMed = s*inStream(port_b.C_outflow);

needs to be changed to

CMed = s*port_b.C_outflow;
@mwetter mwetter self-assigned this May 22, 2015
mwetter added a commit that referenced this issue May 22, 2015
mwetter added a commit that referenced this issue May 26, 2015
Corrected issue #249 and added test case
mwetter added a commit to lbl-srg/modelica-buildings that referenced this issue May 27, 2015
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.

1 participant