Package with base classes for Buildings.Controls.Predictors.Examples
This package contains base classes that are used to construct the models in Buildings.Controls.Predictors.Validation.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Name | Description |
---|---|
PartialSimpleTestCase | Partial base class for simple test case of base load prediction |
Partial base class for simple test case of base load prediction
Partial base class to build test for the load prediction.
This model has been added to the library to verify and demonstrate the correct implementation of the load prediction model based on a simple input scenario.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Type | Name | Default | Description |
---|---|---|---|
Time | tPeriod | 24*3600 | Period [s] |
Time | tSample | 3600 | Sampling period [s] |
Integer | nPre | 12 | Number of time steps to predict |
Extends from Modelica.Blocks.Discrete.Sampler (Ideal sampling of continuous signals).
Type | Name | Default | Description |
---|---|---|---|
Time | samplePeriod | Sample period of component [s] | |
Time | startTime | 0 | First sample time instant [s] |
Type | Name | Description |
---|---|---|
input RealInput | u | Continuous input signal |
output RealOutput | y | Continuous output signal |