필터 지우기
필터 지우기

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

조회 수: 1 (최근 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