modelFilterPower

Constraints for electric power

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

Information

The model checks if the electric power and power rate are within the boundaries specified by the manufacturer. The constraints are applied and a warning message is sent if the electric power is outside the boundaries.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.PowerPEleMaxMaximum power output
Modelica.Units.SI.PowerPEleMinMinimum power output
Booleanuse_powerRateLimitIf true, the rate at which net power output can change is limited
RealdPEleMaxMaximum rate at which net power output can change

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputPEleDemElectric power demand
Buildings.Controls.OBC.CDL.Interfaces.RealOutputPEleElectric power demand after applied constraints

Components

TypeNameDefaultDescription
Buildings.Fluid.CHPs.BaseClasses.AssertPowerassPowAssert if electric power is outside boundaries

Revisions

  • June 1, 2019, by Tea Zakula:
    First implementation.