Skip to content

Commit 1a0c2be

Browse files
committed
prepare release v0.4.0
1 parent 592eaed commit 1a0c2be

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

PowerSystems/package.mo

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ The following table summerizes the PhaseSystems that are predefined in the Power
8787
</html>",
8888
revisions="<html>
8989
<ul>
90+
<li><i>14 Mar 2015</i>
91+
by <a href=\"mailto:Ruediger.Franke@de.abb.com\">Ruediger Franke</a>:<br>
92+
Version 0.4.0
93+
<ul>
94+
<li>fix Generic components to work with simple ThreePhase_d again (was broken in v0.3)</li>
95+
<li>rework parameter records (move parameter qualifiers from record members to whole records to permit their construction with functions)</li>
96+
<li>remove ambiguous start values</li>
97+
<li>lot of clean-up</li>
98+
</ul>
99+
</li>
90100
<li><i>20 Oct 2014</i>
91101
by <a href=\"mailto:Ruediger.Franke@de.abb.com\">Ruediger Franke</a>:<br>
92102
Version 0.3
@@ -165,8 +175,8 @@ The following table summerizes the PhaseSystems that are predefined in the Power
165175

166176

167177
annotation (preferredView="info",
168-
version="0.3",
169-
versionDate="2014-10-20",
178+
version="0.4.0",
179+
versionDate="2015-03-14",
170180
Documentation(info="<html>
171181
<p>The Modelica PowerSystems library is intended for the modeling of electrical <b>power systems</b> at different <b>levels of detail</b> both in <b>transient</b> and <b>steady-state</b> mode.</p>
172182
<p>The Users Guide to the library is <a href=\"modelica://PowerSystems.UsersGuide\"><b>here</b></a>.</p>

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ The library is intended to model electrical power systems at different levels of
44

55
## Library description
66

7-
`PowerSystems` combines a generic concept for the modeling of electrical power systems at different levels of detail with the extensive component models of the former [SPOT](https://github.com/modelica-3rdparty/SPOT) library.
8-
9-
`PowerSystems` uses replaceable PhaseSystems to define the voltage and current variables as well as optional supporting reference angles in the connectors. The aim is to have different single and polyphase systems and different mathematical formulations in one framework.
7+
`PowerSystems` provides a framework and examples for the flexible modeling of electical power systems. Generic component models adapt to different application needs by using a replaceable `PhaseSystem`. Moreover the library contains the extensive sets of detailed one phase and transient three phase component models of the former [SPOT](https://github.com/modelica-3rdparty/SPOT) library.
108

119
In particular this shall cover systems like:
1210

@@ -21,10 +19,15 @@ See also the publication [Franke, Wiesmann: Flexible modeling of electrical powe
2119

2220
## Current release
2321

24-
Download [PowerSystems v0.3 (2014-10-20)](../../archive/v0.3.zip)
22+
Download [PowerSystems v0.4.0 (2015-03-14)](../../archive/v0.4.0.zip)
2523

2624
#### Revisions
2725

26+
* [Version v0.4.0 (2015-03-14)](../../archive/v0.4.0.zip)
27+
* fix Generic components to work with simple ThreePhase_d again (was broken in v0.3)
28+
* rework parameter records (move parameter qualifiers from record members to whole records to permit their construction with functions)
29+
* remove ambiguous start values
30+
* lot of clean-up
2831
* [Version v0.3 (2014-10-20)](../../archive/v0.3.zip)
2932
* add initial equations to Generic models and related examples
3033
* add start parameters to AC1phDC and extend transient initialization
@@ -50,7 +53,7 @@ Download [PowerSystems v0.3 (2014-10-20)](../../archive/v0.3.zip)
5053

5154
## License
5255

53-
Copyright &copy; 2007-2014, Modelica Association.
56+
Copyright &copy; 2007-2015, Modelica Association.
5457

5558
This Modelica package is free software and the use is completely at your own risk;
5659
it can be redistributed and/or modified under the terms of the [Modelica License 2](https://modelica.org/licenses/ModelicaLicense2).

0 commit comments

Comments
 (0)