modelStandBy
Validate model StandBy
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example validates the transitions to and from the stand-by operating mode.
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.Constant | mWat_flow | Water mass flow rate | |
| Buildings.Fluid.CHPs.BaseClasses.Types.Mode | actMod | Mode indicator | |
| Modelica.StateGraph.TransitionWithSignal | transition1 | Off to standby mode | |
| Modelica.StateGraph.TransitionWithSignal | transition2 | Standby to pump on mode | |
| Modelica.StateGraph.Step | staBy | Plant is in standby mode | |
| Modelica.StateGraph.Step | pumOn | Plant pump is on |
Revisions
-
October 31, 2019, by Jianjun Hu:
Refactored implementation. -
July 01 2019, by Tea Zakula:
First implementation.