Clear Filters
Clear Filters

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

1 view (last 30 days)
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

Accepted Answer

Walter Roberson
Walter Roberson on 25 Dec 2015
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.

More Answers (0)

Categories

Find more on Electrical Block Libraries in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!