Let's say I export a model in Dymola with FMI-1 standard:
translateModelFMU("SomeModel", false, "", "1", "me", false)
and then I export the same model with FMI-2 standard:
translateModelFMU("SomeModel", false, "", "2", "me", false)
I noticed that the model statistics (Sizes of nonlinear systems of equations, Initialization problem) changes.
Can anybody explain why?