modelController
Validate model Controller
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example validates Buildings.Fluid.CHPs.BaseClasses.Controller for switching between six operating modes.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.CHPs.Data.ValidationData3 | per | CHP performance data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.BooleanTable | runSig | Plant run signal | |
| Buildings.Fluid.CHPs.BaseClasses.Controller | con | Operation mode controller | |
| Modelica.Blocks.Sources.BooleanTable | avaSig | Plant availability signal | |
| Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable | mWat_flow | Water flow rate |
Revisions
-
October 31, 2019, by Jianjun Hu:
Refactored implementation. -
July 01 2019, by Tea Zakula:
First implementation.