I have a Modelica model that fails to initialize, with below division by zero error message:
Error: The following error was detected at time: 0
Model error - division by zero: (0.0) / (0.0) = (0) / (0)
Error: Integrator failed to start model.
Is there a way to also see the names of variables involved, or nonlinear block ID (like initialization.nonlinear[3]), or class and line of code?