functionPartialBaseFct

Base function of a heating curve

Extends from Modelica.Icons.Function (Icon for functions).

Information

Calculate a set temperature based on the outdoor air and room temperature. The boolean isDay enables day/night dependent set temperatures.

Used in model HeatingCurve.

Inputs

TypeNameDefaultDescription
Modelica.Units.SI.ThermodynamicTemperatureT_odaOutdoor air temperature
Modelica.Units.SI.ThermodynamicTemperatureTRoomRoom temperature
BooleanisDayBoolean to evaulate if it is day or night

Outputs

TypeNameDefaultDescription
Modelica.Units.SI.ThermodynamicTemperatureTSetSet temperature for the heat generator

Revisions

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