#6384 closed defect (duplicate)
openModelica V1.18 SIunits Issue
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | high | Milestone: | NeedsInput |
Component: | *unknown* | Version: | 1.16.2 |
Keywords: | Cc: |
Description
Hi Team,
In the earlier version of openmodelica inorder to use SI units, the path we followed is Modelica.SIunits.
In the latest version (V1.18) the path is Modelica.Units.SI
As this path is different from the earlier, How to use the previous models in V1.18
Change History (2)
comment:2 by , 4 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
@harish, library management in the current 1.18.0 is work in progress. We will soon implement a solution based on the discussion in #6379, and that will be available both in 1.17.0 and in 1.18.0-dev.
Please refer to that ticket to track further progress.
Note:
See TracTickets
for help on using tickets.
You need to load Modelica Standard Library (MSL) 3.2.3 by default, you now get MSL 4.0.0 by default which has changed the place where SI units are in the library.
In OMEdit go to Tools->Options->Libraries double click on Modelica change version to 3.2.3 instead of "default". Restart OMEdit.
See the discussion here: #6379