modelLoadShedding
Load shedding model using a CombiTimeTable
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | LoadSheddingProfileFileName | "NoName" | Name of the file where the table describing the load shedding profile over time is stored |
| String | LoadSheddingProfileTableName | "NoName" | Name of the table describing the load shedding profile over time |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | deltaPNom | Nominal active power variation required by the load shedding | |
| Modelica.Blocks.Interfaces.RealInput | deltaQNom | Nominal reactive power variation required by the load shedding | |
| Modelica.Blocks.Interfaces.RealOutput | deltaP | Active power variation applied to the load after applying the load shedding profile | |
| Modelica.Blocks.Interfaces.RealOutput | deltaQ | Reactive power variation applied to the load after applying the load shedding profile |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.CombiTimeTable | loadSheddingProfileP | CombiTimeTable describing the load shedding profile for the active power. The values are normalized as the output is multiplied by deltaPNom. | |
| Modelica.Blocks.Sources.CombiTimeTable | loadSheddingProfileQ | CombiTimeTable describing the load shedding profile for the reactive power. The values are normalized as the output is multiplied by deltaQNom. | |
| Modelica.Blocks.Math.Product | product | ||
| Modelica.Blocks.Math.Product | product1 |