Discussed in #2155
Originally posted by elmir-nahodovic April 7, 2026
Hello,
An FMU may specify the optional co-simulation attribute fixedInternalStepSize, which is given as:
My first question is, what happens if an importer violates the "integer multiple" requirement? The text is non-normative so it suggests to me that I as an importer don't have to abide by it. My example is an FMU that uses a fixed step solver with the following "setup"
Assuming no earlyReturn or eventMode, should I assume that the FMU just does nothing and returns lastSuccessfulTime = t_current
Discussed in #2155
Originally posted by elmir-nahodovic April 7, 2026
Hello,
An FMU may specify the optional co-simulation attribute
fixedInternalStepSize, which is given as:My first question is, what happens if an importer violates the "integer multiple" requirement? The text is non-normative so it suggests to me that I as an importer don't have to abide by it. My example is an FMU that uses a fixed step solver with the following "setup"
Assuming no earlyReturn or eventMode, should I assume that the FMU just does nothing and returns
lastSuccessfulTime = t_current