modelVariableSpeedThermalWheels

Model that tests the variable-speed thermal wheels

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

Example for the model Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.SpeedCorrectionSensible and the model Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.latent.

The input signals are configured as follows:

  • The wheel speed uSpe changes from 0 to 1 during the period from 0 to 1 second.

The expected outputs are:

  • The power consumption of all three wheels increases over time and equals the nominal value when uSpe=1.
  • The heat exchange effectiveness corrections increase by time and equal 1 when uSpe=1.

Parameters

TypeNameDefaultDescription
Buildings.Fluid.HeatExchangers.ThermalWheels.Data.ASHRAEperSenWhePerformance record for the sensible heat wheel
Buildings.Fluid.HeatExchangers.ThermalWheels.Data.ASHRAEperLatWhePerformance record for the enthalpy wheel
Buildings.Fluid.HeatExchangers.ThermalWheels.Data.ASHRAEperLatWheDefMotCurPerformance record for the enthalpy wheel with default motor dataset

Components

TypeNameDefaultDescription
Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.SpeedCorrectionSensiblesenWheSensible heat wheel
Modelica.Blocks.Sources.RampuSpeSpeed ratio
Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.SpeedCorrectionLatentlatWheEnthalpy wheel
Buildings.Fluid.HeatExchangers.ThermalWheels.BaseClasses.SpeedCorrectionLatentlatWheDefMotCurEnthalpy wheel with default motor curve

Revisions

  • May 28, 2024, by Sen Huang:
    First implementation.