Opened 4 years ago

Closed 4 years ago

#5802 closed defect (fixed)

handling of causality="none" for FMI -2.0

Reported by: arun3688 Owned by: lochel
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 Changed 4 years ago by lochel

  • Owner changed from arun3688 to lochel
  • Status changed from new to accepted

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 Changed 4 years ago by lochel

  • Resolution set to fixed
  • Status changed from accepted to closed
Note: See TracTickets for help on using tickets.