modelCoolDown
Validate model CoolDown
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example validates the transitions to and from the cool-down operating mode.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.CHPs.Data.ValidationData1 | per | CHP performance data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.CHPs.BaseClasses.Types.Mode | actMod | if norm.active then Buildings.Fluid.CHPs.BaseClasses.Types.Mode.Normal elseif cooDow.active then Buildings.Fluid.CHPs.BaseClasses.Types.Mode.CoolDown else Buildings.Fluid.CHPs.BaseClasses.Types.Mode.Off | Mode indicator |
| Modelica.Blocks.Sources.BooleanTable | runSig | Plant run signal | |
| Buildings.Controls.OBC.CDL.Logical.Not | notRun | Plant does not run | |
| Buildings.Controls.OBC.CDL.Logical.And | and1 | Plant run and cool-down is optional | |
| Buildings.Controls.OBC.CDL.Logical.Sources.Constant | cooDowOpt | Cool-down is optional | |
| Modelica.StateGraph.StepWithSignal | cooDow | Cool-down mode |
Revisions
-
October 31, 2019, by Jianjun Hu:
Refactored implementation. -
July 01 2019, by Tea Zakula:
First implementation.