modelHexElementLatent
Model that tests the basic element that is used to built heat exchanger models
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model verifies that the energy among the two fluid streams is conserved.
This energy is measured by the quantity netEne.y.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | sin_2 | ||
| Modelica.Blocks.Sources.Ramp | PIn | ||
| Buildings.Fluid.Sources.Boundary_pT | sou_2 | ||
| Modelica.Blocks.Sources.Ramp | TWat | Water temperature | |
| Modelica.Blocks.Sources.Constant | TDb | Drybulb temperature | |
| Modelica.Blocks.Sources.Constant | POut | ||
| Buildings.Fluid.Sources.Boundary_pT | sin_1 | ||
| Buildings.Fluid.Sources.Boundary_pT | sou_1 | ||
| Buildings.Fluid.FixedResistances.PressureDrop | res_22 | ||
| Buildings.Fluid.FixedResistances.PressureDrop | res_12 | ||
| Buildings.Fluid.HeatExchangers.BaseClasses.HexElementLatent | hex | ||
| Modelica.Blocks.Sources.Constant | TDb1 | Drybulb temperature | |
| Modelica.Blocks.Sources.Constant | hACon | Convective heat transfer | |
| Sensors.EnthalpyFlowRate | senEntFlo | Enthalpy flow rate sensor | |
| Sensors.EnthalpyFlowRate | senEntFlo1 | Enthalpy flow rate sensor | |
| Sensors.EnthalpyFlowRate | senEntFlo2 | Enthalpy flow rate sensor | |
| Sensors.EnthalpyFlowRate | senEntFlo3 | Enthalpy flow rate sensor | |
| Modelica.Blocks.Math.MultiSum | netEne | Net energy balance (needs to be zero) |
Contents
| Name | Description |
|---|---|
Revisions
-
September 21, 2017, by Michael Wetter:
Changed pressure so that there is a small flow during the initialization. Otherwise, the outlet conditions are not defined for this steady state model, and in Dymola 2018FD01, a check on the mass fraction would be violated. -
April 12, 2017, by Michael Wetter:
First implementation.