Skip to content

Commit

Permalink
prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Mar 14, 2015
1 parent 592eaed commit 1a0c2be
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
14 changes: 12 additions & 2 deletions PowerSystems/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ The following table summerizes the PhaseSystems that are predefined in the Power
</html>",
revisions="<html>
<ul>
<li><i>14 Mar 2015</i>
by <a href=\"mailto:Ruediger.Franke@de.abb.com\">Ruediger Franke</a>:<br>
Version 0.4.0
<ul>
<li>fix Generic components to work with simple ThreePhase_d again (was broken in v0.3)</li>
<li>rework parameter records (move parameter qualifiers from record members to whole records to permit their construction with functions)</li>
<li>remove ambiguous start values</li>
<li>lot of clean-up</li>
</ul>
</li>
<li><i>20 Oct 2014</i>
by <a href=\"mailto:Ruediger.Franke@de.abb.com\">Ruediger Franke</a>:<br>
Version 0.3
Expand Down Expand Up @@ -165,8 +175,8 @@ The following table summerizes the PhaseSystems that are predefined in the Power


annotation (preferredView="info",
version="0.3",
versionDate="2014-10-20",
version="0.4.0",
versionDate="2015-03-14",
Documentation(info="<html>
<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>
<p>The Users Guide to the library is <a href=\"modelica://PowerSystems.UsersGuide\"><b>here</b></a>.</p>
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ The library is intended to model electrical power systems at different levels of

## Library description

`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.

`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.
`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.

In particular this shall cover systems like:

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

## Current release

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

#### Revisions

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

## License

Copyright &copy; 2007-2014, Modelica Association.
Copyright &copy; 2007-2015, Modelica Association.

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

0 comments on commit 1a0c2be

Please sign in to comment.