Buildings.Fluid.HeatExchangers.ThermalWheels.Data.Characteristics
Functions for wheel characteristics
Information
This package implements performance curves for thermal wheels.
Extends from Modelica.Icons.Package (Icon for standard packages).
Package Content
| Name | Description |
|---|---|
| Parameters for defining heat exchanger effectiveness at different wheel speed ratios | |
| Parameters for defining relative motor efficiency at different wheel speeds |
Buildings.Fluid.HeatExchangers.ThermalWheels.Data.Characteristics.HeatExchangerEffectiveness
Parameters for defining heat exchanger effectiveness at different wheel speed ratios
Information
Data record that describes wheel speed ratio uSpe versus
heat exchange effectiveness corrections epsCor, i.e., the ratio of the heat exchange effectiveness
to that when the uSpe is 1.
The elements of the vector uSpe should be in ascending order,
i.e.,uSpe[i] < uSpe[i+1].
Both vectors, uSpe and epsCor
must have the same size.
Extends from Modelica.Icons.Record (Icon for records).
Contents
| Type | Name | Default | Description |
|---|---|---|---|
| Real | uSpe[:] | Wheel speed ratio [1] | |
| Real | epsCor[:] | Correction of the heat exchange effectiveness for speed ratios between 0 and 1 [1] |
Modelica definition
Buildings.Fluid.HeatExchangers.ThermalWheels.Data.Characteristics.MotorEfficiency
Parameters for defining relative motor efficiency at different wheel speeds
Information
This model describes wheel speed ratio uSpe versus
the ratio of motor efficiency eta, i.e., the ratio of the
motor efficiency at the given speed to the one when the uSpe is 1.
The elements of the vector uSpe should be in ascending order,
i.e.,uSpe[i] < uSpe[i+1].
Both vectors, uSpe and eta
must have the same size.
Extends from Modelica.Icons.Record (Icon for records).
Contents
| Type | Name | Default | Description |
|---|---|---|---|
| Real | uSpe[:] | Wheel speed ratio [1] | |
| Efficiency | eta[size(uSpe, 1)] | Ratio of the wheel motor efficiency at the given speed to the one when the speed is 1 [1] |