Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses
Models of variable-speed thermal wheels
Information
This package contains models for capturing the impacts of the wheel speed ratio on the power consumption and the heat exchange effectiveness of thermal wheels.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Package Content
| Name | Description |
|---|---|
| Enthalpy wheels | |
| Sensible heat wheels | |
| Collection of validation models |
Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.SpeedCorrectionLatent
Enthalpy wheels
Information
This model calculates the power consumption, the sensible heat exchange effectiveness correction, and the latent heat exchange effectiveness correction of an enthalpy wheel when it is in different rotational speed.
The calculation of the power consumption and the sensible heat exchange effectiveness correction is described in Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.SpeedCorrectionSensible.
The latent heat exchange effectiveness correction is calculated using a cubic hermite spline interpolation of the latent heat exchange effectiveness dataset (see Buildings.Fluid.HeatExchangers.ThermalWheels.Data.Characteristics.HeatExchangerEffectiveness).
Extends from Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.SpeedCorrectionSensible (Sensible heat wheels).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Generic | per | Record with performance data |
Connectors
| Type | Name | Description |
|---|---|---|
| input RealInput | uSpe | Wheel speed ratio [1] |
| output RealOutput | P | Electric power consumption [W] |
| output RealOutput | epsSenCor | Sensible heat exchanger effectiveness correction [1] |
| output RealOutput | epsLatCor | Latent heat exchanger effectiveness correction [1] |
Modelica definition
Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.SpeedCorrectionSensible
Sensible heat wheels
Information
This model calculates the power consumption and the sensible heat exchanger effectiveness correction of a sensible heat wheel when it is in the different rotational speed.
-
The power consumption of this wheel is calculated as
P = P_nominal * uSpe / eta,
where
P_nominalis the nominal wheel power consumption,uSpeis the wheel speed ratio, andetais the motor percent full-load efficiency, which is calculated aseta = eff(uSpe=x) / eff(uSpe=1),
where
eff(uSpe=x)is the motor efficiency when the speed ratio isx. The efficiencyetais obtained based on a cubic hermite spline interpolation of the motor percent full-load efficiency dataset (see Buildings.Fluid.HeatExchangers.ThermalWheels.Data.Characteristics.MotorEfficiency). Please note thatuSpe/etamust be less or equal to 1. - The sensible heat exchanger effectiveness correction is calculated based on a cubic hermite spline interpolation of the sensible heat exchanger effectiveness dataset (see Buildings.Fluid.HeatExchangers.ThermalWheels.Data.Characteristics.HeatExchangerEffectiveness).
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Generic | per | Record with performance data |
Connectors
| Type | Name | Description |
|---|---|---|
| input RealInput | uSpe | Wheel speed ratio [1] |
| output RealOutput | P | Electric power consumption [W] |
| output RealOutput | epsSenCor | Sensible heat exchanger effectiveness correction [1] |