File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
PowerSystems/Examples/PowerWorld Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
within PowerSystems.Examples;
2
2
package PowerWorld "Demonstrate stabilization of wind power in Eurosyslib work package 5.3"
3
3
4
+
4
5
extends Modelica.Icons.ExamplesPackage;
5
6
6
- constant string PowerWorldResources = Modelica.Utilities.Files.loadResource( "modelica://PowerSystems.Examples.PowerWorld/Resources/" );
7
+
7
8
8
9
model PowerWorld "Interoperation of wind power and thermal power"
9
10
extends Modelica.Icons.Example;
@@ -1347,6 +1348,7 @@ The following switches/features are provided:
1347
1348
end LoadDispatcherTest;
1348
1349
end Test;
1349
1350
1351
+ constant String PowerWorldResources = Modelica.Utilities.Files.loadResource("modelica://PowerSystems.Examples.PowerWorld/Resources/" );
1350
1352
1351
1353
annotation (preferredView="info" ,Documentation(info="<html>
1352
1354
<p>The example demonstrates power/frequency control exploiting a thermal power plant and a pump store for the stabilization of fluctuating wind power.
Original file line number Diff line number Diff line change 1
1
PowerWorld
2
2
Components
3
3
Test
4
+ PowerWorldResources
You can’t perform that action at this time.
0 commit comments