Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ObsoletePlanarMechanics2.mo
Original file line number Diff line number Diff line change
Expand Up @@ -477,13 +477,14 @@ can be used for visualization of a 3-dimensional torque quantity.
end DoubleArrow;
end Advanced;
end Visualizers;

annotation (
preferredView="info",
version="2.0.0",
versionDate="2025-11-27",
dateModified="2025-11-27 12:00:00Z",
uses(
Modelica(version="4.0.0"),
Modelica(version="4.1.0"),
PlanarMechanics(version="2.0.0")),
Documentation(
info="<html>
Expand Down
18 changes: 11 additions & 7 deletions PlanarMechanics/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ package PlanarMechanics "Library to model 2-dimensional, planar mechanical syste
annotation (
preferredView="info",
version="2.0.0-dev",
versionDate="2023-11-27",
dateModified="2023-11-27 12:00:00Z",
versionDate="2025-11-27",
dateModified="2025-11-27 12:00:00Z",
uses(
Modelica(version="4.0.0")),
Modelica(version="4.1.0")),
conversion(
from(
version="1.3.0",
Expand Down Expand Up @@ -39,10 +39,14 @@ complex.
In order to know how the library works, first have a look at:
</p>
<ul>
<li><a href=\"modelica://PlanarMechanics.UsersGuide\">UsersGuide</a>
describes the principle ways to use the library.</li>
<li><a href=\"modelica://PlanarMechanics.Examples\">Examples</a>
contains examples that demonstrate the usage of the library.</li>
<li>
<a href=\"modelica://PlanarMechanics.UsersGuide\">UsersGuide</a>
describes the principle ways to use the library.
</li>
<li>
<a href=\"modelica://PlanarMechanics.Examples\">Examples</a>
contains examples that demonstrate the usage of the library.
</li>
</ul>


Expand Down
12 changes: 6 additions & 6 deletions PlanarMechanicsTest/package.mo
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
within ;
package PlanarMechanicsTest "Library to test components of package PlanarMechanics - Version 1.6.0"
package PlanarMechanicsTest "Library to test components of package PlanarMechanics - Version 2.0.0"
extends Modelica.Icons.Package;

annotation (
version="2.0.0-dev",
versionDate="2023-11-27",
dateModified="2023-11-27 12:00:00Z",
versionDate="2025-11-27",
dateModified="2025-11-27 12:00:00Z",
uses(
Modelica(version="4.0.0"),
PlanarMechanics(version="2.0.0-dev")),
Modelica(version="4.1.0"),
PlanarMechanics(version="2.0.0")),
Documentation(info="<html>
<p>
This library provides models and functions to test components of
This library provides models and functions to test components of the
<strong>package PlanarMechanics</strong>.
</p>
</html>"));
Expand Down
8 changes: 7 additions & 1 deletion PlanarMechanicsTestConversion2.mo
Original file line number Diff line number Diff line change
Expand Up @@ -350,5 +350,11 @@ package PlanarMechanicsTestConversion2 "Collection of classes to test proper con
annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(coordinateSystem(preserveAspectRatio=false)));
end Issue189;
end Visualizers;
annotation (uses(PlanarMechanics(version="1.6.0"), Modelica(version="4.0.0")));
annotation (
version="2.0.0",
versionDate="2025-11-27",
dateModified="2025-11-27 12:00:00Z",
uses(
Modelica(version="4.1.0"),
PlanarMechanics(version="1.6.0")));
end PlanarMechanicsTestConversion2;