Opened 5 years ago

Closed 5 years ago

#5802 closed defect (fixed)

handling of causality="none" for FMI -2.0

Reported by: arunkumar palanisamy Owned by: Lennart Ochel
Priority: high Milestone: 1.16.0
Component: FMI Version:
Keywords: Cc:

Description

FMPy refuses to simulate a model if one of the variables has the causality "none" ( keyword is not known).
This happens for instance when needing to inverse a tangent function in the model: intermediary variables are created, which causality is None.

Change History (3)

comment:2 by Lennart Ochel, 5 years ago

Owner: changed from arunkumar palanisamy to Lennart Ochel
Status: newaccepted

This is certainly a bug. The causality should be local but actually the variable shouldn't be part of the modelDescription file.

See OpenModelica#684

comment:3 by Lennart Ochel, 5 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.