modelSpeedControlled
Test model for the enthalpy recovery wheel with a variable speed drive
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Example for the model Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.SpeedControlled.
This example considers two wheels:
wheUseDefCur employs a user-defined efficiency curve;
wheDefCur employs a default efficiency curve
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 60 seconds to 120 seconds. The exhaust air temperature remains constant.
- The wheel speed uSpe changes from 0.7 to 1 during the period from 200 seconds to 360 seconds.
- The supply air flow rate and the exhaust air flow rate are constant.
The expected outputs are:
-
The sensible heat exchanger effectiveness
epsSenand the latent effectivenessepsLat, keep constant before the 200 seconds. After 200 seconds, bothepsSenandepsLatincrease. - The leaving supply air temperature and the leaving exhaust air temperature follow the change of TSup before the 200 seconds. After 200 seconds, the leaving supply air temperature decreases and the leaving exhaust air temperature increases.
-
The power consumption of the instance
wheUseDefCuris higher than that of the instancewheDefCurwhen uSpe is less than 1. The power consumption of those two instances are identical when uSpe equals 1.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.HeatExchangers.ThermalWheels.Data.ASHRAE | per | Performance record for the enthalpy wheel | |
| Buildings.Fluid.HeatExchangers.ThermalWheels.Data.ASHRAE | perDefMotCur | Performance record for the enthalpy wheel with default motor curve |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | sin_2 | Exhaust air sink | |
| 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.SpeedControlled | wheUseDefCur | Wheel with a user-defined curve | |
| Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.SpeedControlled | wheDefCur | Wheel with a default curve | |
| Modelica.Blocks.Sources.Ramp | wheSpe | Wheel speed | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senExhTem | Temperature of the exhaust air | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senSupTem | Temperature of the supply air |
Contents
| Name | Description |
|---|---|
| Air |
Revisions
-
September 29, 2023, by Sen Huang:
First implementation.