modelMinimumAirDistributionPerformance
Requirement: If only one engine is running, the air distribution circuit shall provide nominal performance
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example demonstrates the modeling and verification of the following aircraft requirement:
Requirement:
In flight, with only one engine running, the air distribution circuit shall provide nominal performance.
This requirement can be modelled with the logical blocks and the ChecksInFixedWindow.During block.
Setup of this example:
InFlight.y : True if the aircraft is in flight. EngineOff.y : True if one of the two engines is off. NominalPerformance.y: True if the system provides nominal performance.
results in
![]() |
|
| simulation result |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica_Requirements.Verify.PrintViolations | printViolations | ||
| Modelica_Requirements.Verify.Requirement | Requirement_AirCircuitOneEngine | ||
| Modelica.Blocks.Sources.BooleanStep | EngineOff | ||
| Modelica_Requirements.ChecksInFixedWindow.During | during1 | ||
| Modelica.Blocks.Sources.BooleanStep | InFlight | ||
| Modelica.Blocks.MathBoolean.And | allTrue1 | ||
| Modelica.Blocks.Sources.BooleanPulse | NominalPerformance |
