The ANSYS Product Suite includes its time-tested, industry-leading applications for structural, thermal, mechanical, computational fluid dynamics, and electromagnetic analyses, as well as solutions for transient impact analysis.
ANSYS software solves for the combined effects of multiple forces, accurately modeling combined behaviors resulting from "multiphysics" interactions. The software also features advanced nonlinear material simulation and the best solvers money can buy.
At CTC it can only be run in command mode on a compute machine in the batch system.
General Notes for Running Ansys at CTC
- Ansys on the batch machines must be run in command line mode. The user must create an Ansys script file (.dat) which lists the commands that need to be carried out.
- Before running Ansys, users must execute the setup file by issuing the command:
call setup_ansys.bat
This sets the appropriate path, registry settings, and other environment variables.
Sample Batch Command File
- Here is a sample batch file that you can copy and modify. You may also view an in-depth explanation of the sample batch file.
- In addition to modifying the xml elements in the sample batch file, users will need to set some variables.
Variable List:
|
Variable |
Description |
Example |
|
ROOTDIR |
the H: directory where the Ansys script file (INPUT_FILE) and any necessary data files exist. Output will also be written here |
set ROOTDIR = \\tc.cornell.edu\tc\users\%USERNAME%\ansysjob |
|
INPUT_FILE |
the input file that Ansys will run |
set INPUT_FILE=input.dat |
|
OUTPUT_FILE |
the file that Ansys will output to |
set OUTPUT_FILE=output.out |
Online Documentation
Online help for Ansys is available on CTC login machines (use terminal server to connect). The name of the Ansys help file is:
help_ansys
Users can invoke the help in one of two ways:
- Browse the H:\CTC_Tools folder and double click on the help filename.
- From a command prompt (H:\CTC_Tools must be in your path), enter the help filename as a command.
Ansys, Inc. Home Page
www.ansys.com