modelAssertWaterFlow
Assert if water flow is outside boundaries
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
The model sends a warning message if the water mass flow rate is lower than the minimum defined by the manufacturer.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | mWatMin_flow | Minimum cooling water mass flow rate |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | runSig | True when electricity or heat demand is larger than zero | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | mWat_flow | Water mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Utilities.Assert | assMes | Assert function for checking water flow rate |
Revisions
-
June 1, 2019, by Tea Zakula:
First implementation.