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

remove final declaration in WetCoilCounterFlow #2392

Closed
mwetter opened this issue Mar 12, 2021 · 0 comments · Fixed by #2394
Closed

remove final declaration in WetCoilCounterFlow #2392

mwetter opened this issue Mar 12, 2021 · 0 comments · Fixed by #2394
Assignees
Milestone

Comments

@mwetter
Copy link
Member

mwetter commented Mar 12, 2021

This issue is to change

    redeclare final model HexElement =
      Buildings.Fluid.HeatExchangers.BaseClasses.HexElementLatent(simplify_mWat_flow=simplify_mWat_flow));

to

    redeclare model HexElement =
      Buildings.Fluid.HeatExchangers.BaseClasses.HexElementLatent(simplify_mWat_flow=simplify_mWat_flow));

in Fluid.WetCoilCounterFlow.

See also issue 2676 in https://github.com/modelica/ModelicaSpecification

This will be changed on the maint_7.0.x and the master branch.

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