How to access model jacobian from FMU or Dymola without analytical jacobian
问题 I am trying to find a way to access the jacobian for a model in dymola either through a compiled FMU or from the exported Dymola source code. The final objective is to use the same procedure to access the jacobian for a much more complex multibody vehicle model (205 states). Using fmi2GetDirectionalDerivative() from the FMI Standard seemed promising so I made a simple linear vehicle model to test this. model Vehicle "Single-track Linear bicycle vehicle model" extends Modelica.Blocks.Icons