Buildings.Controls.OBC.OutdoorLights.Validation
Collection of models that validate the outdoor lighting controllers
Information
This package contains validation models for the classes in Buildings.Controls.OBC.OutdoorLights.
Package Content
Name | Description |
---|---|
DaylightControlled | Validation model for the outdoor lighting control based on daylight |
Buildings.Controls.OBC.OutdoorLights.Validation.DaylightControlled
Validation model for the outdoor lighting control based on daylight
Information
This example validates the block Buildings.Controls.OBC.OutdoorLights.DaylightControlled. The parameters are selected for the location of San Francisco.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Modelica definition
model DaylightControlled
"Validation model for the outdoor lighting control based on daylight"
extends Modelica.Icons.Example;
Buildings.Controls.OBC.OutdoorLights.DaylightControlled dayCon(
lat=0.6457718232379,
lon=-2.1293016874331,
timZon=-28800)
"Controlling the outdoor lighting based on daylight time";
end DaylightControlled;