Buildings.Controls.OBC.RadiantSystems.Cooling
Package with control sequences for radiant cooling systems
Information
Package with controllers for radiant cooling systems.
Extends from Modelica.Icons.Package (Icon for standard packages).
Package Content
Name | Description |
---|---|
HighMassSupplyTemperature_TRoomRelHum | Controller for radiant cooling that controls the room temperature using constant mass flow and variable supply temperature |
HighMassSupplyTemperature_TSurRelHum | Controller for radiant cooling that controls the surface temperature using constant mass flow and variable supply temperature |
Validation | Collection of validation models |
Buildings.Controls.OBC.RadiantSystems.Cooling.HighMassSupplyTemperature_TRoomRelHum
Controller for radiant cooling that controls the room temperature using constant mass flow and variable supply temperature
Information
Controller for a radiant cooling system.
The controller tracks the room temperature set point TRooSet
by
adjusting the supply water temperature set point TSupSet
based on the output signal y
of the proportional controller.
The supply water temperature set point TSupSet
is
limited by the dew point temperature that is calculated based on the inputs TRoo
and phiRoo
.
The pump is either off or operates at full speed, in which case yPum = 1
.
The pump control is based on a hysteresis that switches the pump on when the output of the
proportional controller y
exceeds 0.2, and the pump is commanded off when the output falls
below 0.1. See figure below for the control charts.
For systems with high thermal mass, this controller should be left configured as a P-controller, which is the default setting. PI-controller likely saturate due to the slow system response.
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | TSupSet_max | 297.15 | Maximum cooling supply water temperature [K] |
Real | TSupSet_min | Minimum cooling supply water temperature [K] | |
Control gains | |||
SimpleController | controllerType | Buildings.Controls.OBC.CDL.T... | Type of controller |
Real | k | 2 | Gain of controller |
Real | Ti | 3600 | Time constant of integrator block [s] |
Real | Td | 0.1 | Time constant of derivative block [s] |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TRooSet | Set point for room air temperature [K] |
input RealInput | TRoo | Measured room air temperature [K] |
input RealInput | phiRoo | Measured room air relative humidity [1] |
output RealOutput | TSupSet | Set point for cooling supply water temperature [K] |
output RealOutput | y | Control signal for heating system from P controller [1] |
output BooleanOutput | on | Outputs true if the system is demanded on |
output RealOutput | yPum | Pump speed control signal [1] |
Modelica definition
Buildings.Controls.OBC.RadiantSystems.Cooling.HighMassSupplyTemperature_TSurRelHum
Controller for radiant cooling that controls the surface temperature using constant mass flow and variable supply temperature
Information
Controller for a radiant cooling system.
The controller tracks the surface temperature set point TSurSet
by
adjusting the supply water temperature set point TSupSet
based on the output signal y
of the proportional controller.
Both, the surface temperature set point TSurSet
and the resulting
supply water temperature set point TSupSet
are
limited by the dew point temperature that is calculated based on the inputs
TRoo
and phiRoo
.
The pump is either off or operates at full speed, in which case yPum = 1
.
The pump control is based on a hysteresis that switches the pump on when the output of the
proportional controller y
exceeds 0.2, and the pump is commanded off when the output falls
below 0.1. See figure below for the control charts.
ASHRAE Standard 55-2004 recommends that the surface temperature of a radiant floor is above 18°C to avoid discomfort for spaces in which people wear typical footwear.
For systems with high thermal mass, this controller should be left configured as a P-controller, which is the default setting. PI-controller likely saturate due to the slow system response.
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | TSupSet_max | 297.15 | Maximum cooling supply water temperature [K] |
Real | TSupSet_min | Minimum cooling supply water temperature [K] | |
Control gains | |||
SimpleController | controllerType | Buildings.Controls.OBC.CDL.T... | Type of controller |
Real | k | 2 | Gain of controller |
Real | Ti | 3600 | Time constant of integrator block [s] |
Real | Td | 0.1 | Time constant of derivative block [s] |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TSurSet | Set point for room air temperature [K] |
input RealInput | TRoo | Measured room air temperature [K] |
input RealInput | phiRoo | Measured room air relative humidity [1] |
input RealInput | TSur | Measured room air temperature [K] |
output RealOutput | TSupSet | Set point for cooling supply water temperature [K] |
output RealOutput | y | Control signal for heating system from P controller [1] |
output BooleanOutput | on | Outputs true if the system is demanded on |
output RealOutput | yPum | Pump speed control signal [1] |