Table of Contents
Table of Contents
2.4. APDL Commands
These commands make up the ANSYS Parametric Design Language (APDL). The
commands are grouped by functionality.
Table 2.18 Parameter Definition
These APDL commands are used to define parameters and their values.
*TREAD Reads data from an external file into a table array parameter.
Table 2.19 Macro Files
These APDL commands are used to build and execute command macros.
/PMACRO Specifies that macro contents be written to the session log file.
/TEE Writes a list of commands to a specified file at the same time that the commands
are being executed.
Table 2.20 Abbreviations
These APDL commands can be used to define abbreviations for longer commands, and to
create user-defined commands.
Table 2.21 Array Parameters
These APDL commands are used to operate on parameter arrays (i.e., vectors and matrices).
/DIRECTORY Put the file names in the current directory into a string parameter array.
*MFOURI Calculates the coefficients for, or evaluates, a Fourier series.
Table 2.22 Process Controls
These APDL commands can be used to control the order in which other commands are
processed.