Releases: grouperenault/fmu_manipulation_toolbox
Releases · grouperenault/fmu_manipulation_toolbox
Version 1.8.1
Version 1.8
- CHANGE: Package in now known as
fmu_manipulation
- ADDED:
fmucontainer
supportcanHandleVariableCommunicationStepSize
- ADDED:
fmucontainer
support.ssp
or.json
as input files - ADDED:
fmucontainer
new-dump
option to save container description
V1.7.3
V1.7.2
V1.7.1 : Introducing FMU Container
NEW : fmucontainer : a new tool integrated into fmutool. This allows to
- group multiple FMUs inside one FMU Container,
- Mutli-threaded execution of
doStep()
, - Expose the “signals” between FMU’s as local variables,
- set start values of embedded FMUs,
- handle a specified time_step for the container,
- Container of Container is also working,
- “simple” user interface to build a container.
Curent Limitations :
- Only the co-simulation mode is supported.
- only the version 2.0 of the standard is supported.
- only windows OS is supported.