modelHighMassSupplyTemperature_TSurRelHum

Validation model for the room temperature controller that takes the surface temperature set point as an input

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

Information

This example validates the room temperature controller Buildings.Controls.OBC.RadiantSystems.Cooling.HighMassSupplyTemperature_TSurRelHum for the radiant system. The validation model applies a ramp signal for the measured surface temperature and a tabulated signal to the controller input for the measured room air temperature. The model also calculates the dew point temperature to verify that the supply water temperature is never below the dew point.

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Reals.Sources.TimeTableTPhiRooMeaMeasured room temperature and relative humidity
Buildings.Controls.OBC.RadiantSystems.Cooling.HighMassSupplyTemperature_TSurRelHumconCooController
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantTSurSetSet point temperature for surface
CDL.Psychrometrics.DewPoint_TDryBulPhidewPoiDew point temperature
CDL.Reals.Sources.RampTSurMeasured surface temperature

Revisions

  • March 29, 2022, by Michael Wetter:
    First implementation.