[an error occurred while processing this directive]

Ansoft Support

What does the software do?

Available applications include:


Running on Windows:

Note: to run Ansoft software on a non-CAEN EECS department machine, the machine must be part of the software subscription program.

On CAEN lab Windows hosts, you will find Ansoft software within the "MCAD ECAD..." start menu entry.


Running on UNIX:

Note: to run Ansoft software on a non-CAEN EECS department machine, the machine must be part of the software subscription program.

Under /usr/caen/bin (which should be in your search path) are wrapper scripts for the many but not all Ansoft applications. These scripts set the proper environment variables for you and launch the application. Scripts include:

These wrapper scripts use the version settings you select using the CAEN application swselect. If you haven't selected a version with swselect, the wrapper script will default to the latest stable version installed on the platform.

Setting up your environment to run executables NOT in /usr/caen/bin

First, determine the install directory of the version you'll be using. Then set the following environment variables in a small set-up file that you source prior to running the application (e.g. create ansoft_setup, then at a shell prompt run "source ansoft_setup" to set the environment). Alternatively you could place these lines in your .cshrc, meaning that any new shell will take on these environment variables. You may not want to do this if you're new to unix since debugging a mistake in your .cshrc might be frustrating. Replace instdir with the correct path.

Note: Use these same techniques to set up other tools on the CAEN network that don't have wrapper scripts under /usr/caen/bin.

Maxwell 2D, 3D and HFSS

setenv ANSOFTHOME instdir

if (! $?LM_LICENSE_FILE) then
        setenv LM_LICENSE_FILE ./license.dat
endif

setenv LM_LICENSE_FILE "${LM_LICENSE_FILE}:${ANSOFTHOME}/admin/license.dat"
set path = ($ANSOFTHOME $path)

Note: Users who wish to run batch jobs should add $ANSOFTHOME/[pkg] to their search path where [pkg] refers to the particular Ansoft package of interest.


On-line Manuals

On-line manuals are available via the Help button in each tool. Contact gordyc@umich.edu for information on availability of written manuals.


Installed Versions/Platforms


Helpful Links



Last Updated: 9/30/2004.