-
Follow-up of ticket OpenModelica/OpenModelica#12531 by @BasilioPV. Consider the following MWE:
```modelica
model DiscreteIssue
discrete input Real In(start=1);
discrete output Real Out(start=0…
-
**Reported by Mihal Brumbulli on 14 Dec 2017 10:19 UTC**
Greetings,
In document FMI_Cross_Check_Rules_v3.1_2015_07 page 7 (No 10 in the table) is stated:
"FMU importing tools must report on importin…
-
Will fmi-library support ARM-based architectures?
I tried to compile v2.4.1 with Apple M1, but it fails.
Looking at [fmiplatform.cmake](https://github.com/modelon-community/fmi-library/blob/d533…
-
# FMI3 Implementation Repo
FMI3 has been implemented in: https://github.com/INTO-CPS-Association/org.intocps.maestro.fmi/tree/fmi3 (notice the branch, fmi) and is in the test-phase, with the initial …
-
Hello,
Has anyone tried Adams vehicle dynamics model (from MSC) with LGSVL simulator? Adams claim they use FMI standards, and LGSVL's doc mention it works with 3rd party vehicle dynamics model that…
-
(moved from https://trac.fmi-standard.org/ticket/398; reported by Lausdahl)
The FMU Checker seems to be missing the semantics checks from the standard and thus not reporting any error for modelDes…
-
**Reported by cbertsch on 8 Jan 2017 08:06 UTC**
The FMI Compliance Checker 2.0.3 does currently not check for mandatory elements of the model structure in the modeldescription.xml
p.58 of the FMI 2.…
-
Whilst processing some of the ObsPack files, such as
```
ch4_pal_surface-insitu_30_marine.nc
ch4_pal_surface-insitu_30_nonlocal.nc
```
that raise an error if they're both added to the obje…
-
## Motivation
The motivation for the introduction of the behavioral model in eFMI holds for many use cases in FMI as well. For traceability and model exchange it is useful to include validation tra…
-
The FMI standard requires, that you provide meaningful start values for inputs. https://github.com/modelica/fmi-guides/issues/31
However, when one exports FMUs with FMI-Kit, the start values for in…