Skip to content

Commit

Permalink
Changed version number to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
casella committed Nov 26, 2015
1 parent 9747a92 commit c424265
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This library contains a collection of Modelica models whose size can be scaled b

## Current release

1.3.0
1.4.0

## Development and contribution
The library was developed by Politecnico di Milano
Expand Down
4 changes: 2 additions & 2 deletions ScalableTestSuite/Electrical/TransmissionLine.mo
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ package TransmissionLine "Models of transmission lines"
end for;
connect(L[N].n, pin_n);
connect(pin_ground, ground.p);
annotation (Icon(coordinateSystem(extent = {{-100, -100}, {100, 100}}, preserveAspectRatio = true, grid = {2, 2}), graphics={ Rectangle(origin = {-0.17, -0.18}, fillColor = {0, 0, 255},
fillPattern = FillPattern.HorizontalCylinder, extent = {{-99.82, 99.82}, {99.82, -99.82}}), Text(origin = {0.76, 7.01}, lineColor = {170, 0, 0}, fillColor = {0, 170, 0}, extent = {{-72.61, 47.88}, {72.61, -47.88}}, textString = "Transmission Line")}), Documentation(info = "<html><p>In the figure, it is given an example of the transmission line that is implemented which consists of a resistor, an inductor and a capacitor within each segment. Moreover, transmission line is implemented by connecting each segment together. In the figure, resistor1, inductor1 and capacitor1 describes the first segment and it is connected to second segment which has the same components as the first segment and so on. It transmits the electrical signal from a source to a load.</p><img src=\"modelica://ScalableTestSuite/Resources/Images/TransmissionLine/TransmissionLine.png\"/><table border=\"1\" cellspacing=\"0\" cellpadding=\"2\">
annotation (Icon(coordinateSystem(extent = {{-100, -100}, {100, 100}}, preserveAspectRatio = true, grid = {2, 2}), graphics={ Rectangle(origin= {-0.17, -0.18}, fillColor= {0, 0, 255},
fillPattern= FillPattern.HorizontalCylinder, extent= {{-99.82, 99.82}, {99.82, -99.82}}), Text(origin= {0.76, 7.01}, lineColor= {170, 0, 0}, fillColor= {0, 170, 0}, extent= {{-72.61, 47.88}, {72.61, -47.88}}, textString= "Transmission Line")}), Documentation(info = "<html><p>In the figure, it is given an example of the transmission line that is implemented which consists of a resistor, an inductor and a capacitor within each segment. Moreover, transmission line is implemented by connecting each segment together. In the figure, resistor1, inductor1 and capacitor1 describes the first segment and it is connected to second segment which has the same components as the first segment and so on. It transmits the electrical signal from a source to a load.</p><img src=\"modelica://ScalableTestSuite/Resources/Images/TransmissionLine/TransmissionLine.png\"/><table border=\"1\" cellspacing=\"0\" cellpadding=\"2\">
<tr>
<th>Parameters</th>
<th>Comment</th>
Expand Down
5 changes: 4 additions & 1 deletion ScalableTestSuite/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ within ;
package ScalableTestSuite "A library of scalable Modelica test models"


annotation(version = "1.3.0",



annotation(version = "1.4.0",
uses(Modelica(version = "3.2.1")),
Documentation(info="<html>
<p>This library contains a collection of Modelica models whose size can be scaled by means of integer parameter(s). This is useful to test the ability of Modelica tools to compile and simulate models of increasing size efficiently.</p>
Expand Down

0 comments on commit c424265

Please sign in to comment.