modelControllerHeatingFan

Controller for heating coil and fan signal

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

Controller for heating coil and fan speed.

Parameters

TypeNameDefaultDescription
RealminAirFloMinimum airflow fraction of system
Heating coil signal
Buildings.Controls.OBC.CDL.Types.SimpleControllercontrollerTypeHeaBuildings.Controls.OBC.CDL.Types.SimpleController.PIType of controller
RealkHea0.1Gain for heating coil control signal
RealTiHea900Time constant of integrator block for heating coil control signal
RealTdHea0.1Time constant of derivative block for heating coil control signal
Fan signal
Buildings.Controls.OBC.CDL.Types.SimpleControllercontrollerTypeFanBuildings.Controls.OBC.CDL.Types.SimpleController.PIType of controller
RealkFan0.1Gain for fan signal
RealTiFan900Time constant of integrator block for fan signal
RealTdFan0.1Time constant of derivative block for fan signal

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputTSetRooCooZone cooling setpoint
Modelica.Blocks.Interfaces.RealInputTRooZone temperature measurement
Modelica.Blocks.Interfaces.RealInputTSetRooHeaZone heating setpoint
Modelica.Blocks.Interfaces.RealOutputyFanControl signal for fan
Modelica.Blocks.Interfaces.RealOutputyHeaControl signal for heating coil

Components

TypeNameDefaultDescription
Controls.Continuous.LimPIDconHeaCoiController for heating coil
Controls.Continuous.LimPIDconFanController for fan

Revisions

  • July 21, 2020, by Kun Zhang:
    Exposed PID control parameters to allow users to tune for their specific systems.
  • June 21, 2017, by Michael Wetter:
    Refactored implementation.
  • June 1, 2017, by David Blum:
    First implementation.