modelHighMassSupplyTemperature_TRoomRelHum
Validation model for the room temperature controller that takes the room 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_TRoomRelHum for the radiant system. The validation model applies 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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable | TPhiRooMea | Measured room temperature and relative humidity | |
| Controls.OBC.RadiantSystems.Cooling.HighMassSupplyTemperature_TRoomRelHum | conCoo | Controller | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | TRooSet | Set point temperature for room | |
| CDL.Psychrometrics.DewPoint_TDryBulPhi | dewPoi | Dew point temperature |
Revisions
-
September 7, 2021, by Michael Wetter:
First implementation.