Buildings.Controls.OBC.CDL.Integers.Sources.Validation

Collection of models that validate the logical sources blocks of the CDL

Information

This package contains models that validate the blocks in Buildings.Controls.OBC.CDL.Integers.Sources.

The examples plot various outputs, which have been verified against analytical solutions. These model outputs are stored as reference data to allow continuous validation whenever models in the library change.

Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).

Package Content

Name Description
Buildings.Controls.OBC.CDL.Integers.Sources.Validation.Constant Constant Validate the Constant block

Buildings.Controls.OBC.CDL.Integers.Sources.Validation.Constant Buildings.Controls.OBC.CDL.Integers.Sources.Validation.Constant

Validate the Constant block

Buildings.Controls.OBC.CDL.Integers.Sources.Validation.Constant

Information

Validation test for the block Buildings.Controls.OBC.CDL.Integers.Sources.Constant.

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica definition

model Constant "Validate the Constant block" extends Modelica.Icons.Example; Buildings.Controls.OBC.CDL.Integers.Sources.Constant con(k=5) "Block output integer constant value"; end Constant;