modelVariablePowerSource
This example illustrates how using a variable power source
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example shows how to use a variable generator model. The generator model has to be used together with a voltage source generator, which is in this example the grid model.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.AC.ThreePhasesBalanced.Sources.Generator | generator | AC generator model | |
| Modelica.Blocks.Sources.Sine | generation | Generated power | |
| Buildings.Electrical.AC.ThreePhasesBalanced.Loads.Inductive | RL | Load model | |
| Buildings.Electrical.AC.ThreePhasesBalanced.Sources.Grid | grid | AC one phase electrical grid | |
| Modelica.Blocks.Sources.Trapezoid | load | Power consumption profile |
Revisions
-
September 22, 2014, by Marco Bonvini:
Created model and documentation.