steady state initialization in Modelica

☆樱花仙子☆ 提交于 2019-11-28 04:49:24

问题


For example, I have a multibody vehicle model with an initial height of, say 0.1 meter (all wheel vertical loads = 0), as the sim runs, the vehicle will drop onto the ground, after 10 seconds, it reaches its steady state.

I wonder if it is possible to initialize the model exactly at the steady state? I read something about the homotopy command, but I was not even sure if it is something that I was looking for due to lack of examples, so I am not able to implement it to my model. I wonder if there are any other solutions to this kind of initialization problem?

Thanks in advance!


回答1:


Thanks for Matths comments.

  1. The web page matth has provided is very helpful, and if anyone wants to start your simulation from steady state, you should take a look.

  2. I found some details on simulation continuation and more commands from User Manual 1, "Simulator API" section.

Here's one more additional question based on this one,

Is there an equivalent C function in the Dymola/source folder of ImportInitial(), Or ImportInitialResult()? Thanks.



来源:https://stackoverflow.com/questions/22335048/steady-state-initialization-in-modelica

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!