modelHexElementLatentLoop
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 test circulates air in a loop. Air has a constant inlet temperature into the coil. The model verifies that the air will be dehumidified to the dewpoint of the coil surface.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | mW_flow_nominal | 0.1 | Water mass flow rate |
| Modelica.Units.SI.MassFlowRate | mA_flow_nominal | 0.14 | Air mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | sin_2 | Pressure boundary condition | |
| Buildings.Fluid.Sources.Boundary_pT | sin_1 | Pressure boundary condition | |
| Sources.MassFlowSource_T | sou | Mass flow source | |
| Buildings.Fluid.HeatExchangers.BaseClasses.HexElementLatent | hex | Hex element | |
| Modelica.Blocks.Sources.Constant | hACon | Convective heat transfer | |
| Movers.FlowControlled_m_flow | fan | Fan | |
| Buildings.Utilities.Psychrometrics.pW_TDewPoi | TDewPoi | Model to compute the water vapor pressure at the dew point | |
| Buildings.Utilities.Psychrometrics.X_pW | humRatPre | Model to convert water vapor pressure into humidity ratio | |
| Modelica.Blocks.Sources.Constant | TWat | Water inlet temperature | |
| Buildings.Fluid.HeatExchangers.PrescribedOutlet | hea | Heater | |
| Modelica.Blocks.Sources.Constant | TAir | Air inlet temperature | |
| Modelica.Blocks.Sources.RealExpression | TSur | Surface temperature of heat exchanger |
Contents
| Name | Description |
|---|---|
Revisions
-
April 12, 2017, by Michael Wetter:
First implementation.