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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermodynamicTemperature | T_oda | Outdoor air temperature | |
| Modelica.Units.SI.ThermodynamicTemperature | TRoom | Room temperature | |
| Boolean | isDay | Boolean to evaulate if it is day or night |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermodynamicTemperature | TSet | Set temperature for the heat generator |
Revisions
-
November 26, 2018 by Fabian Wüllhorst:
First implementation (see issue #577)