modelLinearInputDayOfAdjustment
Demand response client with constant input for actual power consumption
Extends from Buildings.Controls.Predictors.Validation.LinearInput (Demand response client with actual power consumption being linear in the temperature).
Information
This model is identical to Buildings.Controls.Predictors.Validation.LinearInput, except that the demand respond client is configured to use the day-of adjustment.
This model has been added to the library to verify and demonstrate the correct implementation of the baseline prediction model based on a simple input scenario.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Time | tPeriod (from PartialSimpleTestCase) | 24*3600 | Period |
| Modelica.Units.SI.Time | tSample (from PartialSimpleTestCase) | 3600 | Sampling period |
| Integer | nPre (from PartialSimpleTestCase) | 12 | Number of time steps to predict |
Components
Revisions
-
March 20, 2014 by Michael Wetter:
First implementation.