modelHeatExchangerLocation
Test model for heat exchanger with hHex_a and hHex_b interchanged
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This validation model compares two tank models. The only difference between
the two tank models is that tan_aTop has the hot water inlet
for the heat exchanger above its outlet, whereas tan_bTop
has the hot water inlet below its outlet. In both models, the heat exchanger
extends from element 9 to element 11.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.HeatFlowRate | QHex_flow_nominal | 6000 | Design heat flow rate of heat exchanger |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | QHex_flow_nominal/4200/4 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | watInTan | Boundary condition for water in the tank | |
| Buildings.Fluid.Sources.MassFlowSource_T | mHex_flow1 | Mass flow rate through the heat exchanger | |
| Tank | tan_aTop | Tank with heat exchanger inlet above its outlet | |
| Tank | tan_bTop | Tank with heat exchanger outlet above its inlet | |
| Buildings.Fluid.Sources.Boundary_pT | sin | Sink boundary condition | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTan_aTop | Temperature sensor at tank outlet | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTan_bTop | Temperature sensor at tank outlet | |
| Buildings.Fluid.Sources.MassFlowSource_T | mWatTanSte_flow | Mass flow rate through the tank | |
| Buildings.Fluid.Sources.MassFlowSource_T | mWatTanDyn_flow | Mass flow rate through the tank |
Contents
| Name | Description |
|---|---|
| Medium model | |
| Tank |
Revisions
-
June 7, 2018 by Filip Jorissen:
Copied model from Buildings and update the model accordingly. This is for #314. -
July 5, 2017, by Michael Wetter:
Added zero mass flow rate boundary conditions to avoid a translation error in Dymola 2018.
This is for issue 834. -
June 23, 2016 by Michael Wetter:
First implementation to test issue 531.