Opened 5 years ago
Closed 4 years ago
#5920 closed defect (fixed)
UnitDefinitions are missing in modelDescription.xml
Reported by: | anonymous | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | blocker | Milestone: | 1.16.0 |
Component: | FMI | Version: | v1.16.0-dev |
Keywords: | fmiModelDescription; UnitDefinitions | Cc: |
Description
Unlike other tools such as Dymola, OpenModelica V1.16.0 does not put a section 'UnitDefinitions' into the modelDescription.xml of a generated FMU. This causes troubles when importing the FMU in other simulation environments. According to the FMI-Standard (2.0.1) it is mandatory to define units if units are used in the model.
Change History (4)
comment:1 by , 5 years ago
Milestone: | Future → 1.16.0 |
---|---|
Priority: | high → blocker |
comment:3 by , 5 years ago
This is now fixed with this PR https://github.com/OpenModelica/OpenModelica/pull/896, Now UnitDefinition are exported in modelDescription.xml
comment:4 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
I think this should be fixed in 1.16.0, we have a high-priority commitment to providing fully functional FMUs ASAP.