modelPartialSimpleTestCase

Partial base class for simple test case of base load prediction

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

Information

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.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.TimetPeriod24*3600Period
Modelica.Units.SI.TimetSample3600Sampling period
IntegernPre12Number of time steps to predict

Components

TypeNameDefaultDescription
ElectricalLoadbaseLoadBaseload prediction
Modelica.Blocks.Sources.BooleanPulsetriSample trigger
Sources.DayTypedayTypeOutputs the type of the day for each hour where load is to be predicted
Modelica.Blocks.Logical.NotnotEventDayOutput true if it is not an event day

Contents

NameDescription
Samplerprotected

Revisions

  • September 24, 2015 by Michael Wetter:
    Implemented Sampler to avoid a translation warning because Sampler.firstTrigger does not set the fixed attribute in MSL 3.2.1.
  • March 20, 2014 by Michael Wetter:
    First implementation.