Skip to content

Commit ddedb13

Browse files
AHaumerAHaumer
authored andcommitted
Updated release notes (request from Dietmar) and set versionBuild=4
git-svn-id: https://svn.modelica.org/projects/Modelica/branches/maintenance/3.1@2883 7ce873d0-865f-4ce7-a662-4bb36ea78beb
1 parent c2783f5 commit ddedb13

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

Modelica/package.mo

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,10 @@ to <b style=\"color:blue\">existing</b> libraries:
818818
<tr><td valign=\"top\"> ZDiode<br>Thyristor</td>
819819
<td valign=\"top\"> Zener Diode with 3 working areas and simple thyristor model. </td> </tr>
820820
821+
<tr><td colspan=\"2\"><b>Modelica.Electrical.MultiPhase.Ideal.</b></td></tr>
822+
<tr><td valign=\"top\"> OpenerWithArc<br>CloserWithArc</td>
823+
<td valign=\"top\"> New switches with simple arc model (as in Modelica.Electrical.Analog.Ideal. </td> </tr>
824+
821825
<tr><td colspan=\"2\"><b>Modelica.Mechanics.MultiBody.Examples.Elementary.</b></td></tr>
822826
<tr><td valign=\"top\"> RollingWheel<br>
823827
RollingWheelSetDriving<br>
@@ -865,6 +869,13 @@ to <b style=\"color:blue\">existing</b> libraries:
865869
implementation (currently only \"Shape\" for 3-dim. animation,
866870
but will be extended in the future)</td> </tr>
867871
872+
<tr><td colspan=\"2\"><b>Modelica.Thermal.HeatTransfer.Components.</b></td></tr>
873+
<tr><td valign=\"top\"> ThermalCollector</td>
874+
<td valign=\"top\"> New auxiliary model to collect the heat flows
875+
from m heatports to a single heatport;
876+
useful for multiphase resistors (with heatports)
877+
as a junction of the m heatports.</td> </tr>
878+
868879
<tr><td colspan=\"2\"><b>Modelica.Icons.</b></td></tr>
869880
<tr><td valign=\"top\"> VariantLibrary<br>
870881
BaseClassLibrary<br>
@@ -896,19 +907,27 @@ have been <b style=\"color:blue\">improved</b> in a
896907
<tr><td colspan=\"2\"><b>Modelica.</b></td></tr>
897908
<tr><td valign=\"top\"> Blocks<br>Mechanics<br>StateGraph </td>
898909
<td valign=\"top\"> Provided missing parameter values for examples
899-
(these parameters had only start values)
900-
</td> </tr>
910+
(these parameters had only start values)</td> </tr>
911+
901912
<tr><td colspan=\"2\"><b>Modelica.Electrical.Analog.Basic</b></td></tr>
902913
<tr><td valign=\"top\"> Resistor, Conductor, VariableResistor, VariableConductor</td>
903914
<td valign=\"top\"> Conditional heatport added for coupling to thermal network. </td> </tr>
904915
905916
<tr><td colspan=\"2\"><b>Modelica.Electrical.Analog.Ideal</b></td></tr>
906917
<tr><td valign=\"top\"> Thyristors, Switches, IdealDiode</td>
907-
<td valign=\"top\"> Conditional heatport added for coupling to thermal network</td> </tr>
918+
<td valign=\"top\"> Conditional heatport added for coupling to thermal network. </td> </tr>
908919
909920
<tr><td colspan=\"2\"><b>Modelica.Electrical.Analog.Semiconductors</b></td></tr>
910921
<tr><td valign=\"top\"> Diode, ZDiode, PMOS, NMOS, NPN, PNP</td>
911-
<td valign=\"top\"> Conditional heatport added for coupling to thermal network</td> </tr>
922+
<td valign=\"top\"> Conditional heatport added for coupling to thermal network. </td> </tr>
923+
924+
<tr><td colspan=\"2\"><b>Modelica.Electrical.MultiPhase.Basic</b></td></tr>
925+
<tr><td valign=\"top\"> Resistor, Conductor, VariableResistor, VariableConductor</td>
926+
<td valign=\"top\"> Conditional heatport added for coupling to thermal network (as in Modelica.Electrical.Analog). </td> </tr>
927+
928+
<tr><td colspan=\"2\"><b>Modelica.Electrical.MultiPhase.Ideal</b></td></tr>
929+
<tr><td valign=\"top\"> Thyristors, Switches, IdealDiode</td>
930+
<td valign=\"top\"> Conditional heatport added for coupling to thermal network (as in Modelica.Electrical.Analog). </td> </tr>
912931
913932
<tr><td colspan=\"2\"><b>Modelica.Mechanics.MultiBody.Visualizers.Advanced.</b></td></tr>
914933
<tr><td valign=\"top\"> Shape </td>
@@ -958,6 +977,12 @@ units are wrong or errors in documentation):
958977
<tr><td valign=\"top\"> Many models</td>
959978
<td valign=\"top\"> Removed wrong usages of annotations fillColor and fillPattern
960979
in text annotations (#155, #185).</td> </tr>
980+
<tr><td colspan=\"2\"><b>Modelica.Electrical.Machines</b></td></tr>
981+
<tr><td valign=\"top\"> All machine models</td>
982+
<td valign=\"top\"> The conditional heatports of the instantiated resistors
983+
(which are new in Modelica.Electrical.Analog and Modelica.Electrical.MultiPhase)
984+
are finally switched off until a thermal connector design for machines is implemented. </td> </tr>
985+
961986
<tr><td colspan=\"2\"><b>Modelica.Media.Air.MoistAir</b></td></tr>
962987
<tr><td valign=\"top\"> saturationPressureLiquid<br>
963988
sublimationPressureIce<br>
@@ -4916,9 +4941,9 @@ end UsersGuide;
49164941
annotation (
49174942
preferredView="info",
49184943
version="3.1",
4919-
versionBuild=3,
4944+
versionBuild=4,
49204945
versionDate="2009-08-14",
4921-
dateModified = "2009-08-28 07:34:00Z",
4946+
dateModified = "2009-08-28 08:30:00Z",
49224947
revisionId="$Id:: $",
49234948
conversion(
49244949
noneFromVersion="3.0.1",

0 commit comments

Comments
 (0)