Firstly I am a relatively new user.I am trying to correlate a physical test data with the model I built using Dymola/Modelica. In this model "variable 1" has a initial value based on which "variable 2,3 and 4" are calculated and these variables(2,3 & 4) are used to re-calculate "variable 1" and this value of "variable 1" has to be used for the next time step and subsequent recalculations has to be done.
I am not sure how to pass this "updated variable 1" as an input to the model every time step?Can someone please help me on how to approach this problem?
Thanks.