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.
P = P_nominal * uSpe / eta,
where P_nominal is the nominal wheel power
consumption, uSpe is the wheel speed ratio, and
eta is the motor percent full-load efficiency, which
is calculated as
eta = eff(uSpe=x) / eff(uSpe=1),
where eff(uSpe=x) is the motor efficiency when the
speed ratio is x. The efficiency eta is
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 that uSpe/eta must be less or equal to
1.