The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
Description:
Radiossで、角度やエアバッグの体積が指定値以上になった場合に解析を停止することは可能でしょうか?
センサーによる解析停止キーワードとして/STOP/LSENSORがありますが、
調べても角度やエアバッグの体積の/SENSORがないようで、
ユーザー定義センサーやユーザーサブルーチンなどを使用すれば可能でしょうか?
Product/Topic Name : Radioss 2026
Hi,
I hope you will be comfortable that I am replying in English.
May I first ask you why you would need such feature? I understood that you want to stop the simulation when your airbag is expending excessively. Is this expansion due to the application (physical case) or is it due to the airbag setting (numerical)?
Then, you are correct there is no sensor to directly monitor angle or airbag quantities such as volume, pressure, etc.
What you could use is /SENSOR/PYTHON using 3 nodes to define and compute the angle. This approach could also be implemented using user sensor (but it is a bit more complex as it is requiring fortran compilation, use of dynamic library, etc).
Another workaround would be to
Let me know how this helps