Skip to content

Commit df0759a

Browse files
committed
Move references to UsersGuide.References
The references for the two examples are now found in OpenIPSL.UsersGuide.References. A link has been added to the appropriate reference for each example documentation.
1 parent 86c8f5a commit df0759a

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

OpenIPSL/Data/PowerPlant/Examples/Anderson.mo

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ experiment(
3535
<p>
3636
This example demonstrates the use of records with synchronous machine,
3737
excitation system, power system stabilizer and turbine-governor model parameters,
38-
based on data sets published in the &quot;Power System Control and Stability&quot; book.
38+
based on data sets published in <a href=\"modelica://OpenIPSL.UsersGuide.References\">[Anderson2002]</a>.
3939
The generator group for this example includes a
4040
<a href=\"modelica://OpenIPSL.Electrical.Machines.PSSE.GENROE\">GENROE</a>
4141
machine together with an
@@ -88,9 +88,5 @@ continuing with the following steps:
8888
<code>GenerationGroup.Generator2</code></a>
8989
and follow step 4.</li>
9090
</ol>
91-
<h5>Source</h5>
92-
<ul>
93-
<li>Anderson, P. M., &amp; Fouad, A. A. (2008). Power system control and stability. John Wiley &amp; Sons. Pages: 566-580.</li>
94-
</ul>
9591
</html>"));
9692
end Anderson;

OpenIPSL/Data/PowerPlant/Examples/IEEE421.mo

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ experiment(
3737
Tolerance=1e-06), Documentation(info="<html>
3838
<p>
3939
This example demonstrates the use of records with synchronous machine, excitation system,
40-
and power system stabilizer parameters, based on data sets published in the IEEE421.5 standard.
40+
and power system stabilizer parameters, based on data sets published in <a href=\"modelica://OpenIPSL.UsersGuide.References\">[IEEE2005]</a>.
4141
The generator group for this example includes a
4242
<a href=\"modelica://OpenIPSL.Electrical.Machines.PSSE.GENSAE\">GENSAE</a>
4343
machine together with an
@@ -87,9 +87,5 @@ propagated before continuing with the following steps:
8787
<a href=\"modelica://OpenIPSL.Data.PowerPlant.GenerationGroup.Generator1\">
8888
<code>GenerationGroup.Generator1</code></a> and follow step 4.</li>
8989
</ol>
90-
<h5>Source</h5>
91-
<ul>
92-
<li>IEEE (2005), IEEE Recommended Practice for Excitation System Models for Power System Stability Studies. New York, NY 10016-5997, USA.</li>
93-
</ul>
9490
</html>"));
9591
end IEEE421;

OpenIPSL/UsersGuide/References.mo

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ model References "References"
44
annotation (Documentation(info="<html>
55
<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\">
66
<tr>
7+
<td>[Anderson2002]</td>
8+
<td>Anderson, P. M., Fouad, A. A.:
9+
&quot;Appendix D: Typical System Data&quot;.
10+
in Power System Control and Stability, Wiley-IEEE Press, 555-581,
11+
2nd edition, October 2002,
12+
<a href=\"https://doi.org/10.1109/9780470545577.app4\">DOI: 10.1109/9780470545577.app4</a>
13+
</td>
14+
</tr>
15+
<tr>
716
<td>[IEEE1968]</td>
817
<td>IEEE:
918
&quot;Computer representation of excitation systems&quot;.

0 commit comments

Comments
 (0)