modelOnOffFuzzyLogic

Fuzzy logic approach for on-off control

Information

The model uses a fuzzy logic approach to avoid the need for a state-machine. The device either has to turn off, run at the desired operating speed, or run at the minimal speed.

Parameters

TypeNameDefaultDescription
RealySetRedReduced relative compressor speed to allow longer on-time

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.BooleanInputturOnIndicates if device should turn on
Modelica.Blocks.Interfaces.BooleanInputisAblToTurOnIndicates if the device can turn on
Modelica.Blocks.Interfaces.BooleanInputturOffIndicates if the device should turn off
Modelica.Blocks.Interfaces.BooleanInputisAblToTurOffIndicates if the device can turn off
Modelica.Blocks.Interfaces.BooleanInputstaOffIndicates if the device has to stay off
Modelica.Blocks.Interfaces.BooleanInputstaOnIndicates if the device has to stay on
Modelica.Blocks.Interfaces.RealOutputyOutOutput for relative compressor speed from 0 to 1
Modelica.Blocks.Interfaces.RealInputySetInput for relative compressor speed from 0 to 1

Revisions

  • December 06, 2023 by Fabian Wuellhorst:
    First implementation (see issue IBPSA #1576)