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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable | TPhiRooMea | Measured room temperature and relative humidity | |
| Buildings.Controls.OBC.RadiantSystems.Cooling.HighMassSupplyTemperature_TSurRelHum | conCoo | Controller | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | TSurSet | Set point temperature for surface | |
| CDL.Psychrometrics.DewPoint_TDryBulPhi | dewPoi | Dew point temperature | |
| CDL.Reals.Sources.Ramp | TSur | Measured surface temperature |
Revisions
-
March 29, 2022, by Michael Wetter:
First implementation.