functionHeatingCurveFunction
Linear function with a set temperature of 55degC at -20 degC outdoor air temperature
Extends from PartialBaseFct (Base function of a heating curve).
Information
Calculate the set temperature with a linear approach. The room temperature serves as the set point(e.g. 20°C).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermodynamicTemperature | T_oda (from PartialBaseFct) | Outdoor air temperature | |
| Modelica.Units.SI.ThermodynamicTemperature | TRoom (from PartialBaseFct) | Room temperature | |
| Boolean | isDay (from PartialBaseFct) | Boolean to evaulate if it is day or night |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermodynamicTemperature | TSet (from PartialBaseFct) | Set temperature for the heat generator |
Revisions
-
November 26, 2018 by Fabian Wüllhorst:
First implementation (see issue #577)