I know it might be dumb to ask such a question because Dymola is short for Dynamic Model laboratory, and I should use modelica/dymola to solve dynamic problems.
However, I still wonder if it is possible to get some kind of quasi-static result from it by using the same model?
For example:
For a simple mass spring damper system, we have
F = mx_dotdot+cx_dot+kx
Of course, modelica is good at handling this kind of problem. What my question is, is there a way to tell the solver that the dynamic components(states) should all be zero without modifying the original model? Then at each time step, I could get a static solution.
F = kx
Thanks ahead for any answers!