Reference-FMUs
Reference-FMUs copied to clipboard
Functional Mock-up Units for development, testing and debugging
As of FMI 3.0 the fmiModelDescription node of the modelDescription could mention the license and copyright attributes.
It would be pretty nice if the Van Der Pol Oscillator also contained a state-space plot x0/x1 beside the two time series for x0 and x1. This way the trajectory...
It would be good to have examples for reference FMUs for the terminals and icons features. @CSchulzeTLK : Could you provide examples?
As suggested by @andreas-junghanns in https://github.com/modelica/fmi-standard/pull/1143#pullrequestreview-478153037 , we should validate the example used to introduce synchronous clocks (see https://github.com/modelica/fmi-standard/issues/1073) by creating those FMUs in the Reference FMUs.
The intention of this request is to better understand the concept of "clocked model partitions" when applied to Co-Sim FMUs. Hence, we would like to have a reference CS FMU...
Currently the APIs for fmi3SetInterval and fmi3GetShift for implementing time based periodic clocks are not implemented in fmi3Functions.c ``` fmi3Status fmi3GetShiftDecimal(fmi3Instance instance, const fmi3ValueReference valueReferences[], size_t nValueReferences, fmi3Float64 shifts[], size_t...