Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
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

Réponse acceptée

Walter Roberson
Walter Roberson le 25 Déc 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.

Plus de réponses (0)

Catégories

En savoir plus sur Electrical Block Libraries dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by