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

TypeNameDefaultDescription
Buildings.Fluid.Sources.Boundary_pTsin_2
Modelica.Blocks.Sources.RampPIn
Buildings.Fluid.Sources.Boundary_pTsou_2
Modelica.Blocks.Sources.RampTWatWater temperature
Modelica.Blocks.Sources.ConstantTDbDrybulb temperature
Modelica.Blocks.Sources.ConstantPOut
Buildings.Fluid.Sources.Boundary_pTsin_1
Buildings.Fluid.Sources.Boundary_pTsou_1
Buildings.Fluid.FixedResistances.PressureDropres_22
Buildings.Fluid.FixedResistances.PressureDropres_12
Buildings.Fluid.HeatExchangers.BaseClasses.HexElementLatenthex
Modelica.Blocks.Sources.ConstantTDb1Drybulb temperature
Modelica.Blocks.Sources.ConstanthAConConvective heat transfer
Sensors.EnthalpyFlowRatesenEntFloEnthalpy flow rate sensor
Sensors.EnthalpyFlowRatesenEntFlo1Enthalpy flow rate sensor
Sensors.EnthalpyFlowRatesenEntFlo2Enthalpy flow rate sensor
Sensors.EnthalpyFlowRatesenEntFlo3Enthalpy flow rate sensor
Modelica.Blocks.Math.MultiSumnetEneNet energy balance (needs to be zero)

Contents

NameDescription
Medium_W
Medium_A

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.