modelAssertFuelFlow
Assert whether fuel flow is within boundary
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
The model sends a warning message if the rate at which the fuel mass flow rate changes is outside the boundaries defined by the manufacturer.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | dmFueMax_flow | Maximum rate at which fuel mass flow rate can change |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | mFue_flow | Fuel mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Utilities.Assert | assMes | Assert function for checking fuel flow rate |
Revisions
-
June 1, 2019, by Tea Zakula:
First implementation.