modelWetCoilEffectivenessNTUCounterFlow
Model that validates the wet coil effectiveness-NTU model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model is similar to Buildings.Fluid.HeatExchangers.Validation.WetCoilEffectivenessNTU, except that a discretized wet coil model is also simulated for comparison. To provide an accurate reference, the latter model is configured with 30 elements. Under steady-state modeling assumptions, this creates a large system of non-linear equations. To alleviate this effect, dynamics are considered but the simulation time is increased to 1000 s to reproduce quasi steady-state conditions.
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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | sinAir | Air sink | |
| Sources.MassFlowSource_T | souAir | Air source | |
| Buildings.Fluid.Sources.Boundary_pT | sinWat | Sink for water | |
| Buildings.Utilities.Psychrometrics.ToTotalAir | conversion | ||
| Sensors.RelativeHumidityTwoPort | relHumIn | Inlet relative humidity | |
| Sensors.TemperatureTwoPort | TDryBulIn | Inlet dry bulb temperature | |
| Modelica.Blocks.Sources.RealExpression | pAir | Air pressure | |
| Buildings.Utilities.Psychrometrics.TWetBul_TDryBulXi | wetBulIn | Computation of wet bulb temperature | |
| Sensors.MassFractionTwoPort | senMasFraIn | Water mass fraction of entering air | |
| Sensors.MassFractionTwoPort | senMasFraOut | Water mass fraction of leaving air | |
| Sensors.TemperatureTwoPort | TDryBulOut | Dry bulb temperature of leaving air | |
| Buildings.Utilities.Psychrometrics.TWetBul_TDryBulXi | wetBulOut | Computation of wet bulb temperature | |
| Modelica.Blocks.Sources.RealExpression | pAir1 | Air pressure | |
| Buildings.Fluid.HeatExchangers.WetCoilEffectivenessNTU | hexWetNTU | Effectiveness-NTU coil model (parameterized with nominal UA) | |
| Sources.MassFlowSource_T | souWat1 | Source for water | |
| WetCoilCounterFlow | hexDis | Discretized coil model | |
| Sources.MassFlowSource_T | souWat | Source for water | |
| Sources.MassFlowSource_T | souAir2 | Air source | |
| Sensors.MassFractionTwoPort | senMasFraOut1 | Water mass fraction of leaving air | |
| Sensors.TemperatureTwoPort | TDryBulOut1 | Dry bulb temperature of leaving air | |
| Sensors.RelativeHumidityTwoPort | relHumOut_eps | Outlet relative humidity | |
| Sensors.RelativeHumidityTwoPort | relHumOut_dis | Outlet relative humidity | |
| Buildings.Fluid.HeatExchangers.WetCoilEffectivenessNTU | hexWetNTU_TX | Effectiveness-NTU coil model (parameterized with nominal T and X) | |
| Sources.MassFlowSource_T | souAir1 | Air source | |
| Sources.MassFlowSource_T | souWat2 | Source for water | |
| Modelica.Blocks.Sources.CombiTimeTable | w_a2 | Absolute humidity of entering air |
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.