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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Power | PEleMax | Maximum power output | |
| Modelica.Units.SI.Power | PEleMin | Minimum power output | |
| Boolean | use_powerRateLimit | If true, the rate at which net power output can change is limited | |
| Real | dPEleMax | Maximum rate at which net power output can change |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | PEleDem | Electric power demand | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | PEle | Electric power demand after applied constraints |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.CHPs.BaseClasses.AssertPower | assPow | Assert if electric power is outside boundaries |
Revisions
-
June 1, 2019, by Tea Zakula:
First implementation.