blockFanOnOffWithDP

Controller for fan on/off and to provide prescribed dP

Information

This model outputs ON/OFF signal to control fan operation. When the system is in mode like unoccupiedOff, safety, it outputs false so that fan should be OFF and provide 0 pressure rise; When the system is in mode like unoccupiedNightSetBack,occupied,unoccupiedWarmUp, unoccupiedPreCool, it outputs true so that fan should be ON and provide preRis pressure rise.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.PressureDifferencepreRis850Prescribed pressure difference

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealOutputySupply fan requested pressure rise, or zero if fan should be off
Buildings.Examples.VAVReheat.BaseClasses.Controls.ControlBuscontrolBus

Components

TypeNameDefaultDescription
Modelica.Blocks.Routing.ExtractorextractorExtractor for control signal
Modelica.Blocks.Sources.ConstantoffOff signal
Modelica.Blocks.Sources.ConstantonOn signal

Revisions

  • June 16, 2017, by Jianjun Hu:
    First implementation.