Buildings.Examples.Tutorial.CDL.Controls.Validation
Information
This package contains models that validate the controls models. The examples plot various outputs, which have been verified against analytical solutions or by inspecting their change due to parametric changes. 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 |
---|---|
BoilerReturn | Validation model for the return temperature controller of the boiler |
EquipmentOnOff | Validation model for the equipment on/off controller |
RadiatorSupply | Validation model for the valve of the radiator supply |
SystemOnOff | Validation model for the system on/off controller |
Buildings.Examples.Tutorial.CDL.Controls.Validation.BoilerReturn
Validation model for the return temperature controller of the boiler
Information
Validation model for the boiler return water temperature controller. The input to the controller is a ramp signal of increasing measured return water temperature. The validation shows that as the temperature crosses the set point, the valve opens.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Modelica definition
Buildings.Examples.Tutorial.CDL.Controls.Validation.EquipmentOnOff
Validation model for the equipment on/off controller
Information
Validation model for the equipment on/off controller. The input to the controller is a ramp signal of increasing measured boiler water temperature, and a on/off signal for the overall system. The validation shows that the pumps are on/off based on the overall system, and the boiler is also on/off based on this system unless the return water temperature exceeds 90°C.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Modelica definition
Buildings.Examples.Tutorial.CDL.Controls.Validation.RadiatorSupply
Validation model for the valve of the radiator supply
Information
Validation model for the boiler return water temperature controller. The input to the controller is a ramp signal of increasing measured return water temperature. The validation shows that as the temperature crosses the set point, the valve opens.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Modelica definition
Buildings.Examples.Tutorial.CDL.Controls.Validation.SystemOnOff
Validation model for the system on/off controller
Information
Validation model for the system on/off controller.
The input to the controller are time varying signals for the outdoor air temperature
and the room air temperature.
The validation shows that the system is commanded on (onSys=true
) if
the outdoor air temperature and the room air temperature are both low.
Extends from Modelica.Icons.Example (Icon for runnable examples).