Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

Walter Roberson
Walter Roberson il 25 Dic 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.

Più risposte (0)

Categorie

Scopri di più su Electrical Block Libraries in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by