Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
88 views1 page

APDL Commands

The document defines various commands and parameters for a modeling or simulation program. Key commands include defining keypoints, lines, element types, material properties, forces, and getting parameter values. Comments begin with /COM and !. The /EOF command stops program execution.

Uploaded by

ayalpaniyan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views1 page

APDL Commands

The document defines various commands and parameters for a modeling or simulation program. Key commands include defining keypoints, lines, element types, material properties, forces, and getting parameter values. Comments begin with /COM and !. The /EOF command stops program execution.

Uploaded by

ayalpaniyan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

/AAA or *BBB or CCC ==> Commands

/COM, ... ==> Comments come after this


! ==> Also used for commenting
/INPUT, FILE, EXT ==> Input file - If the file comes with extension the EXT
will be empty
K,NUM,A,B,C,D ==> Creates a point (keypoint) - If a value is 0, it
can be empty
L,NUM1,NUM2 ==> Creates a line
*SET, NAME, VALUE ==> Name = VALUE(or a function)
*STATUS,PAR,A,B,... ==> Lists the parameters mentioned based on PAR
(All/BLANK or _PRM or PRM_)
*AFUN ==> Turns units of angle from radians to degrees
PARSAV,LAB,FNAME,EXT ==> Saves paramters in a file based on LAB
(SCALAR(default) or ALL)
PARRES,LAB,FNAME,EXT ==> Reads or adds to the paramters in a file based on
LAB (NEW(default) or CHANGE)
%NAME% ==> Means the value stored in the name should be
rplaced by the NAME
ET,NUM,E_TYPE,KOP1,KOP2,... ==> Defines the elements type
MPDATA,VAR,NUM,,VALUE ==> Defines the material properties (EX(Elasticity)
or PRXY(Poisson))
F,LAB,DIR,VALUE,... ==> Defines forces based on LAB in DIR direction
/EOF ==> Stops the run at that point
:AAAAAAAA ==> Means that AAAAAAAA is a label
*GET,PARNAME,ENTITY(Type),ENTNUM,ITEM1,IT1NUM,ITEM2,IT2NUM,...
==> Gets a data and puts in PARNAME

/PREP7 ==> A module that the Item Command Objects are


executed in.

You might also like