modelHeatExchangerWithInputEffectiveness
Test model for the heat exchanger with input effectiveness
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Validation test for the block Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness.
The input signals are configured as follows:
- The supply air temperature TSup changes from 273.15 + 30 K to 273.15 + 40 K during the period from 120 seconds to 180 seconds.
- The sensible heat exchanger effectiveness epsSen changes from 0.7 to 0.8 during the period from 120 seconds to 180 seconds.
- The latent heat exchanger effectiveness epsLat changes from 0.4 to 0.8 during the period from 180 seconds to 240 seconds.
The expected outputs are:
- During the period from 60 seconds to 120 seconds, the difference between the entering exhaust air humidity and the leaving exhaust air humidity increases. This difference then decreases during the period from 180 seconds to 240 seconds.
- During the period from 120 seconds to 180 seconds, the difference between the entering exhaust air temperature and the leaving exhaust air temperature increases.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | sin_2 | Ambient | |
| Buildings.Fluid.Sources.Boundary_pT | sou_2 | Exhaust air source | |
| Modelica.Blocks.Sources.Ramp | TSup | Supply air temperature | |
| Buildings.Fluid.Sources.Boundary_pT | sin_1 | Supply air sink | |
| Buildings.Fluid.Sources.Boundary_pT | sou_1 | Supply air source | |
| Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.HeatExchangerWithInputEffectiveness | hex | Heat exchanger | |
| Modelica.Blocks.Sources.Ramp | epsSen | Sensible heat exchanger effectiveness | |
| Modelica.Blocks.Sources.Ramp | epsLat | Latent heat exchanger effectiveness | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senExhTemOut | Temperature sensor for exhuast air outlet | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senExhTemIn | Temperature sensor for exhuast air inlet | |
| Buildings.Fluid.Sensors.RelativeHumidityTwoPort | senExhRelHumIn | Humidity sensor for exhuast air inlet | |
| Buildings.Fluid.Sensors.RelativeHumidityTwoPort | senExhRelHumOut | Humidity sensor for exhuast air outlet |
Contents
| Name | Description |
|---|---|
| Supply air | |
| Exhaust air |
Revisions
-
September 29, 2023, by Sen Huang:
First implementation.