Simulation Composite Analysis Environment File

Use the provided text file to modify particular configurations of the Simulation Composite Analysis run.

This file is located in the base installation directory and is named asca.env. The location of this file can be changed (Environment File Location). This environment file can be modified with any text editor and is in the format of a Fortran namelist file. An example of the content of this file is shown below:

&ASCA_ENV
MATERIAL_FILE_DIR = 'C:\Program Files\Autodesk\Simulation Composite Analysis 2015.1\Materials'
/

The first and last lines must be left as they are. The content between those lines can be modified, but must adhere to the Fortran variable equality statement conventions. Variables that can be defined are discussed in the Variables section.

Note: Autodesk reserves the right to change the format of the environment file in future versions of Simulation Composite Analysis. You should always check the appropriate documentation for any noted changes.