blockEnergyMeter
Block that outputs integrated energy, bounded away from zero
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
Block that outputs the integrated enthalpy flow rate.
To avoid division by zero in downstream blocks, the output is bounded away from zero.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | TMix | Temperature of mixed water outlet | |
| Modelica.Blocks.Interfaces.RealInput | TCol | Temperature of cold water | |
| Modelica.Blocks.Interfaces.RealInput | m_flow | Mass flow rate | |
| Modelica.Blocks.Interfaces.RealOutput | E | Consumed energy |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Energy | EInt | Integral of H_flow | |
| Modelica.Units.SI.HeatFlowRate | H_flow | Enthalpy flow rate |
Revisions
-
October 5, 2023, by Michael Wetter:
First implementation.