modelWetCoilEffectivenessNTU
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model duplicates an example from Mitchell and Braun 2012, example SM-2-1 (Mitchell and Braun 2012) to validate a single case for the BuildingSystems.Fluid.HeatExchangers.WetCoilEffectivenessNTU model.
Validation
The example simulates a wet coil with constant air and water inlet temperature and mass flow rate, and an increasing air inlet humidity which triggers the transition from a fully-dry to a fully-wet regime. The reference used for validation is the published experimental data.
Note that the outlet air relative humidity may slightly exceed 100% when using the epsilon-NTU model.
References
Mitchell, John W., and James E. Braun. 2012. "Supplementary Material Chapter 2: Heat Exchangers for Cooling Applications". Excerpt from Principles of heating, ventilation, and air conditioning in buildings. Hoboken, N.J.: Wiley. Available online: http://bcs.wiley.com/he-bcs/Books?action=index&itemId=0470624574&bcsId=7185
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.AbsolutePressure | pAtm | 101325 | Atmospheric pressure |
| Modelica.Units.SI.Temperature | T_a1_nominal | Modelica.Units.Conversions.from_degF(42) | Inlet water temperature |
| Modelica.Units.SI.Temperature | T_a2_nominal | Modelica.Units.Conversions.from_degF(80) | Inlet air temperature |
| Modelica.Units.SI.Temperature | T_b1_nominal | 273.15 + 11.0678 | Outlet water temperature in fully wet conditions |
| Modelica.Units.SI.Temperature | T_b2_nominal | 273.15 + 13.5805 | Outlet air temperature in fully wet conditions |
| Modelica.Units.SI.HeatFlowRate | Q_flow_nominal | m1_flow_nominal*4186*(T_a1_nominal - T_b1_nominal) | |
| Real | X_w_a2_nominal | 0.0173 | Inlet water mass fraction in fully wet conditions |
| Modelica.Units.SI.ThermalConductance | UA_nominal | 4748 | Total thermal conductance at nominal flow, from textbook |
| Modelica.Units.SI.MassFlowRate | m1_flow_nominal | 3.78 | Nominal mass flow rate of water |
| Modelica.Units.SI.MassFlowRate | m2_flow_nominal | 2.646 | Nominal mass flow rate of air |
| Types.HeatExchangerConfiguration | hexCon | Types.HeatExchangerConfiguration.CounterFlow | Heat exchanger configuration |
Components
Contents
| Name | Description |
|---|---|
Revisions
-
April 19, 2017, by Michael Wetter:
Revised model to avoid mixing textual equations and connect statements. -
March 17, 2017, by Michael O'Keefe:
First implementation.