modelFilterPower
Validate model FilterPower
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example validates Buildings.Fluid.CHPs.BaseClasses.FilerPower for applying constraints and sending a warning message if the electric power is outside boundaries. The constraints include minimum and maximum electric power and the maximum rate of change in power output.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.CHPs.Data.ValidationData1 | per | CHP performance data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable | PEleDem | Electricity demand | |
| Buildings.Fluid.CHPs.BaseClasses.FilterPower | filPow | Constraints for electric power |
Revisions
-
October 31, 2019, by Jianjun Hu:
Refactored implementation. -
July 01 2019, by Tea Zakula:
First implementation.