modelWarmUpTimeDelay
Validate model WarmUp if warm-up by time delay
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example validates Buildings.Fluid.CHPs.BaseClasses.WarmUpLeaving. The example is for the warm-up mode with the static time delay (e.g. CHPs with internal combustion engines).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.CHPs.Data.ValidationData1 | per | CHP performance data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.BooleanTable | runSig | Plant run signal | |
| Buildings.Fluid.CHPs.BaseClasses.Types.Mode | actMod | Mode indicator | |
| Modelica.StateGraph.TransitionWithSignal | transition1 | Off to warm-up mode | |
| Modelica.StateGraph.TransitionWithSignal | transition2 | Warm-up to normal mode | |
| Modelica.StateGraph.TransitionWithSignal | transition3 | Normal to off mode | |
| Modelica.StateGraph.StepWithSignal | warUp | Plant is in warm-up mode |
Revisions
-
October 31, 2019, by Jianjun Hu:
Refactored implementation. -
July 01 2019, by Tea Zakula:
First implementation.