Buildings.Controls.OBC.CDL.SetPoints
Package with models for control set points
Information
This package contains components models to compute set points for control systems.
Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).
Package Content
Name | Description |
---|---|
HotWaterTemperatureReset | Block to compute the supply and return set point of heating systems |
Validation | Collection of models that validate the SetPoints blocks of the CDL |
Buildings.Controls.OBC.CDL.SetPoints.HotWaterTemperatureReset
Block to compute the supply and return set point of heating systems
Information
This block computes the set point temperatures for the supply and return temperature of a heating system. The set point for the zone air temperature can be an input to the model. It allows to use this model with systems that have night set back.
The parameter dTOutHeaBal
can be used to shift the heating curve
to take into account that heat gains from solar, equipment and people
make up for some of the transmission losses.
For example, in energy efficient houses, the heating may not be switched on if
the outside air temperature is greater than
12°C, even if a zone temperature of 20°C is required.
In such a situation, set dTOutHeaBal=20-12=8
Kelvin to
shift the heating curve.
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | m | 1.3 | Exponent for heat transfer |
TemperatureDifference | dTOutHeaBal | 8 | Offset for heating curve [K] |
Nominal conditions | |||
Temperature | TSup_nominal | Supply temperature [K] | |
Temperature | TRet_nominal | Return temperature [K] | |
Temperature | TZon_nominal | 293.15 | Zone temperature [K] |
Temperature | TOut_nominal | Outside temperature [K] |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TSetZon | Zone setpoint temperature [K] |
input RealInput | TOut | Outside temperature [K] |
output RealOutput | TSup | Setpoint for supply temperature [K] |
output RealOutput | TRet | Setpoint for return temperature [K] |