.AixLib.Controls.SetPoints.Functions.PartialBaseFct

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.

Interface

partial function PartialBaseFct
  extends Modelica.Icons.Function;
  input Modelica.Units.SI.ThermodynamicTemperature T_oda "Outdoor air temperature";
  input Modelica.Units.SI.ThermodynamicTemperature TRoom "Room temperature";
  input Boolean isDay "Boolean to evaulate if it is day or night";
  output Modelica.Units.SI.ThermodynamicTemperature TSet "Set temperature for the heat generator";
end PartialBaseFct;

Revisions


Generated at 2024-05-17T18:15:58Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos