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:1 by , 5 years ago
comment:2 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
This is certainly a bug. The causality should be local
but actually the variable shouldn't be part of the modelDescription file.
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
See https://github.com/CATIA-Systems/FMPy/issues/107 for reference.