You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upgrade from using FMI2.0 to FMI3.0 since the adjointDerivative could be very helpful in this application, in which it is needed to set the initial values of both states and inputs.
With FMU2.0, the setReal and getReal work successfully for both states and inputs
setFloat64 can only set the value of input, while getFloat64 can get the value of all.
I checked an example and explanation, but I suppose it is related only to the input. I would like to ask, with FMI3.0, what is the correct manner to set the initial value of the states? An example would be very appreciated.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
I am trying to upgrade from using FMI2.0 to FMI3.0 since the adjointDerivative could be very helpful in this application, in which it is needed to set the initial values of both states and inputs.
With FMU2.0, the setReal and getReal work successfully for both states and inputs
But in with FMU3.0:
setFloat64 can only set the value of input, while getFloat64 can get the value of all.
I checked an example and explanation, but I suppose it is related only to the input. I would like to ask, with FMI3.0, what is the correct manner to set the initial value of the states? An example would be very appreciated.
Thanks a lot!
The text was updated successfully, but these errors were encountered: