modelAssertPower
Assert if electric power is outside boundaries
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
The model sends a warning message if the power demand is outside the boundaries defined by the manufacturer. Limits can be specified for the minimal and maximal electric power, and for the maximum rate at which the power can change.
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 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Utilities.Assert | assMesP | Generate warning when the electric power demand is out of the range | |
| Buildings.Controls.OBC.CDL.Utilities.Assert | assMesDP | Assert function for checking power rate |
Revisions
-
June 1, 2019, by Tea Zakula:
First implementation.