fmi-standard
fmi-standard copied to clipboard
Specification of the Functional Mock-up Interface (FMI)
The FMI 2.0.4. specification simply points to the respective sections within the FMI 3.0 specification. From my point of view, a clarification on how to reference non-scalar variables as TerminalMemberVariables...
I've updated VDMCheck in anticipation of the backport changes for 2.0.4. This was mostly straightforward, since the checks from the 3.0 schema for the new XML files could be re-used....
#1777, #1773, #1772, ports and icons (PR to follow)
**Reported by akorobkine on 11 Jul 2013 19:59 UTC** After investigating FMUChecker-2.0a1/FMUChecker-2.0a2 (ModelExchange branch) we have found that fmiGetContinuousStates is not called after the call to fmiCompletedIntegratorStep, unless there are...
**Reported by peter.nilsson on 24 Sep 2012 13:07 UTC** For FMI 2.0 Beta-4, after initialization only inputs and tunable parameters may be set via fmiSetXXX. For co-simulation there are reasons...
FMI 3.0 introduces layered standards, see https://fmi-standard.org/docs/3.0/#VersioningLayered These can be released by any organization; also the FMI project plans to release some layered standards. In this issue we want to...
I propose to rename the current branches to - `master` -> `main` - `support/v2.0.x` -> `v2.0.x` - `support/v3.0.x` -> `v3.0.x` and to use matching paths on the website, so the...
In the current FMI-3 specification, as well as in FMI-1 and FMI-2, in order to find and handle the state-events, the integrator monitors the zero-crossing surfaces during the numerical integration...
Hi, If the name of variables in the XML is unicode, then the only possibility for variableNamingConvention is to be flat. I wonder if it is possible to extend the...
Applying the index-reduction algorithm (Pantelides,1988) to a high index DAE to convert it to an ODE, introduces hidden constraints. Since in FMI for ModelExchange, only ODE are supported, the index...