How can I program ANSYS batch run to run only once at each time when running +100 ANSYS models?

2 次查看(过去 30 天)
Hi,
I am coupling a MATLAB code with the Finite Element Software ANSYS. I would like to run +100 FEM models automatically by run the MATLAB code. I have the code for 1 model run. My question is: How can I program MATLAB to start running the second model only after I get the results from the 1st, and so on? Only one instance of the batch can be run at once, so I would like to program the batch run only when the previous model is solved, so I can get it to work properly.
How can I do that? Thanks, Hugo

采纳的回答

Walter Roberson
Walter Roberson 2015-12-25
If I recall correctly ANSYS does not start an independent GUI (not like, for example, Photoshop). You should be able to use a loop that uses system() to run one model at a time, automatically waiting for it to finish.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Electrical Block Libraries 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by