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

Add HeatMeter as sensor #1831

Closed
JAG-1337 opened this issue Feb 1, 2024 · 1 comment · Fixed by #1833
Closed

Add HeatMeter as sensor #1831

JAG-1337 opened this issue Feb 1, 2024 · 1 comment · Fixed by #1833

Comments

@JAG-1337
Copy link
Contributor

JAG-1337 commented Feb 1, 2024

When validating systems of components or heating networks, I would like to have a simple heat meter for measurement of thermal energy.

The implementation inherits from PartialDynamicFlowSensor and adds a temperature input T_other to finally calculate

Q_flow = port_a.m_flow * Medium.cp_const * (T - T_other);

with T being the temperature of the fluid passing through that sensor.

@mwetter
Copy link
Contributor

mwetter commented Feb 1, 2024

That would be a good addition. Can you please make an implementation and pull request to the branch issue1831_heatMeter.

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