Opened 6 years ago
Closed 6 years ago
#4977 closed defect (fixed)
Directional derivatives error (FMU for model exchange)
Reported by: | Owned by: | Willi Braun | |
---|---|---|---|
Priority: | high | Milestone: | 1.13.0 |
Component: | FMI | Version: | v1.13.0-dev-nightly |
Keywords: | Cc: |
Description
Hello,
I'm using FMUs generated by OpenModelica from FMPy and PyFMI.
When I try to get directional derivatives from the FMUs, there are crashes (with both libraries).
The FMUs are generated from console: c:\openmodelica1.13.0-dev-64bit\bin\omc -n=1 -d=-disableDirectionalDerivatives --postOptModules+=wrapFunctionCalls fmu.mos > error_fmu.txt 2>&1
Files are attached.
Am I doing something wrong or could it be a bug in the FMU code?
Thanks!!!
Neotake
Attachments (4)
Change History (7)
by , 6 years ago
by , 6 years ago
Attachment: | E10_linear.mo added |
---|
by , 6 years ago
Attachment: | E10_linear.fmu added |
---|
by , 6 years ago
Attachment: | pyfmi_test_script.py added |
---|
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Milestone: | Future → 1.13.0 |
---|---|
Owner: | changed from | to
Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.
The script "pyfmi_test_script.py" works properly if the FMU is generated from other software. So, I think it's a bug in the FMU code.
Thanks!!