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

TypeNameDefaultDescription
Modelica.Units.SI.ThermodynamicTemperatureT_oda (from PartialBaseFct)Outdoor air temperature
Modelica.Units.SI.ThermodynamicTemperatureTRoom (from PartialBaseFct)Room temperature
BooleanisDay (from PartialBaseFct)Boolean to evaulate if it is day or night

Outputs

TypeNameDefaultDescription
Modelica.Units.SI.ThermodynamicTemperatureTSet (from PartialBaseFct)Set temperature for the heat generator

Revisions

  • November 26, 2018  by Fabian Wüllhorst:
    First implementation (see issue #577)