Reference-FMUs icon indicating copy to clipboard operation
Reference-FMUs copied to clipboard

Functional Mock-up Units for development, testing and debugging

Results 57 Reference-FMUs issues
Sort by recently updated
recently updated
newest added

As of FMI 3.0 the fmiModelDescription node of the modelDescription could mention the license and copyright attributes.

enhancement

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?

enhancement

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.

enhancement

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...

enhancement

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...

enhancement