do multiple simulation by scripts

wanghao
wanghao Member Posts: 27
10 Comments Name Dropper
**


Hi
I've found a way to do the single mechanical simulation by python lib ansys-mechanical-core. Is there any way in python scripts that can support the multiple simulation which has connection and dependencies? Or what I want to know is ACT library has some API could help me to do this? such as import the results of the previous simulation as input to the next simulation.

Answers

  • Rajesh Meena
    Rajesh Meena Moderator, Employee Posts: 85
    10 Comments 5 Answers First Anniversary Solution Developer Community of Practice Member
    ✭✭✭✭

    @wanghao If you are sharing the cell till "Model" then all the analysis can be done in one mechanical session/project. You can using standalone mechanical for that.

  • wanghao
    wanghao Member Posts: 27
    10 Comments Name Dropper
    **

    @Rajesh Meena
    Thanks! Now I found I could add multiple analysis in one mechanical session.