Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

where is ANSYS 13 mechanical batch file located

Status
Not open for further replies.

lopessilva

Mechanical
Joined
Nov 26, 2011
Messages
49
Location
PT
Hello,

I´m using ANSYS 13 and I need to run optimization with an external program. Can you please tell me where the batch file is located on ANSYS 13 mechanical and what is its name?

regards,
Hugo
 
In V14 it's located here.

C:\Program Files\ANSYS Inc\v140\ansys\bin\winx64\ANSYS140.exe

The arguments to run in batch mode are a little complicated. Open the ANSYS product launcher to see the correct syntax for your setup. Go to Tools | Display Command Line. The command will look something like this for a file model.inp in the directory C:\Temp (ANSYS Mechanical license).

"C:\Program Files\ANSYS Inc\v140\ansys\bin\winx64\ANSYS140.exe" -p ansys -dir "C:\Temp" -j "model" -b -i "model.inp" -o "C:\Temp\model.out"

-Ryan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top