SlideShare a Scribd company logo
1 of 4
Download to read offline
ANSYS Command File Creation and Execution                                                    http://www.mece.ualberta.ca/tutorials/ansys/CL/Create.html



                                      ANSYS           BASIC        INTERMEDIATE     ADVANCED        POSTPROC.        COMMAND         PRINTABLE
            UofA ANSYS Tutorial
                                     UTILITIES      TUTORIALS        TUTORIALS      TUTORIALS       TUTORIALS        LINE FILES       VERSION


               Creating Files

                 Features
                                    ANSYS Command File Creation and Execution
               Basic Tutorials
                                    Generating the Command File
           Intermediate Tutorials

            Advanced Tutorials
                                    There are two choices to generate the command file:

             PostProc Tutorials        1. Directly type in the commands into a text file from scratch. This assumes a good knowledge of the
                                          ANSYS command language and the associated options.
                 Radiation

                                          If you know what some of the commands and are unsure of others, execute the desired operation
                                          from the GUI and then go to File -> List -> Log File. This will then open up a new window
                   Index                  showing the command line equivialent of all commands entered to this point. You may directly
                                          cut and paste from here to a text editor, or if you'd like to save the whole file, see the next item in
                                          this list.
               Contributions
                                       2. Setup and solve the problem as you normally would using the ANSYS graphic user interface
                 Comments
                                          (GUI). Then before you are finished, enter the command File -> Save DB Log File This saves
                 MecE 563                 the equivalent ANSYS commands that you entered in the GUI mode, to a text file. You can now
                                          edit this file with a text editor to clean it up, delete errors from your GUI use and make changes as
          Mechanical Engineering          desired.
            University of Alberta

                                    Running the Command File
                ANSYS Inc.          To run the ANSYS command file,

                                          save the ASCII text commands in a text file; e.g. frame.cmd
                                          start up either the GUI or text mode of ANSYS
           Copyright © 2001
          University of Alberta     GUI Command File Loading
                                    To run this command file from the GUI, you would do the following:

                                          From the File menu, select Read Input from.... Change to the appropriate directory where
                                          the file (frame.cmd) is stored and select it.
                                          Now ANSYS will execute the commands from that file. The output window shows the progress of
                                          this procedure. Any errors and warnings will be listed in this window.
                                          When it is complete, you may not have a full view of your structure in the graphic window. You
                                          may need to select Plot -> Elements or Plot -> Lines or what have you.
                                          Assuming that the analysis worked properly, you can now use the post-processor to view element
                                          deflections, stress, etc.
                                          If you want to fix some errors or make some changes to the command file, make those changes in
                                          a separate window in a text editor. Save those changes to disk.
                                          To rerun the command file, you should first of all clear the current model from ANSYS. Select
                                          File -> Clear & Start New.
                                          Then read in the file as before File -> Read Input from...

                                    Command Line File Loading

                                    Alternatively, you can also read in the command file right from the ANSYS command line. Assuming
                                    that you started ANSYS using the commands...
                                       /ansys52/bin/ansysu52

                                    and then entered
                                       /show,x11c




1 of 4                                                                                                                                10/11/2011 3:36 PM
ANSYS Command File Creation and Execution                                                   http://www.mece.ualberta.ca/tutorials/ansys/CL/Create.html



                                 This has now started ANSYS in the text mode and has told it what graphic device to use (in this case an
                                 X Windows, X11c, mode). At this point you could type in /menu,on, but you might not want to turn on
                                 the full graphic mode if working on a slow machine or if you are executing the program remotely. Let's
                                 assume that we don't turn the menu mode on...

                                 If the command file is in the current directory for ANSYS, then from the ANSYS input window, type
                                    /input,frame,cmd

                                 and yes that is a comma (,) between frame and cmd. If ANSYS can not find the file in the current
                                 directory, you may need to point it to the proper directory. If the file was in the directory, /myfiles
                                 /ansys/frame for example, you would use the following syntax

                                    /input,frame,cmd,/myfiles/ansys/frame

                                 If you want to rerun a new or modified file, it is necessary to clear the current model in memory with
                                 the command
                                    /clear,start

                                 This full procedure of loading in command files and clearing jobs and starting over again can be
                                 completed as many times as desired.

                                 ANSYS Command Groupings
                                 ANSYS contains hundreds of commands for generating geometry, applying loads and constraints, setting
                                 up different analysis types and post-processing. The following is only a brief summary of some of the
                                 more common commands used for structural analysis.

                                    Category      Command             Description                                   Syntax
                                  Basic
                                                  k            keypoint definition            k,kp#,xcoord,ycoord,zcoord
                                  Geometry
                                                  l            straight line creation         l,kp1,kp2
                                                               circular arc line              larc,kp1,kp2,kp3,rad
                                                  larc
                                                               (from keypoints)               (kp3 defines plane)
                                                               circular line creation
                                                  circle                                      see online help
                                                               (creates keypoints)
                                                               spline line through
                                                  spline                                      spline,kp1,kp2, ... kp6
                                                               keypoints
                                                               area definition from
                                                  a                                           a,kp1,kp2, ... kp18
                                                               keypoints
                                                  al           area definition from lines     a,l1,l2, ... l10
                                                               volume definition from
                                                  v                                           v,kp1,kp2, ... kp8
                                                               keypoints
                                                               volume definition from
                                                  va                                          va,a1,a2, ... a10
                                                               areas
                                                               create volume from area
                                                  vext                                        see online help
                                                               extrusion
                                                               create volume by dragging
                                                  vdrag                                  see online help
                                                               area along path
                                  Solid
                                  Modeling        rectng       rectangle creation             rectng,x1,x2,y1,y2
                                  (Primitives)
                                                  block        block volume creation          block,x1,x2,y1,y2,z1,z2




2 of 4                                                                                                                           10/11/2011 3:36 PM
ANSYS Command File Creation and Execution                                            http://www.mece.ualberta.ca/tutorials/ansys/CL/Create.html



                                                        cylindrical volume
                                               cylind                                  cylind,rad1,rad2,z1,z2,theta1,theta2
                                                        creation
                                               sphere   spherical volume creation      sphere,rad1,rad2,theta1,theta2
                                               prism
                                                        various volume creation
                                               cone                                    see online help
                                                        commands
                                               torus
                                  Boolean               adds separate areas to
                                               aadd                                    aadd,a1,a2, ... a9
                                  Operations            create single area
                                                        creates new areas by
                                                        glueing
                                               aglue                                   aglue,a1,a2, ... a9
                                                        (properties remain
                                                        separate)
                                                        creat new area by area
                                               asba                                    asba,a1,a2
                                                        substraction
                                                        create new area by area
                                               aina                                    aina,a1,a2, ... a9
                                                        intersection
                                               vadd
                                               vlgue
                                                        volume boolean operations see online help
                                               vsbv
                                               vinv
                                                                                       et,number,type
                                  Elements &
                                               et       defines element type           may define as many as required; current type
                                  Meshing
                                                                                       is set by type
                                                        set current element type
                                               type                                    type,number
                                                        pointer
                                                                                       r,number,r1,r2, ... r6
                                                        define real constants for
                                               r                                       may define as many as required; current type
                                                        elements
                                                                                       is set by real
                                                        sets current real constant
                                               real                                    real,number
                                                        pointer
                                                                                     mp,label,number,c0,c1, ... c4
                                                        sets material properties for
                                               mp                                    may define as many as required; current type
                                                        elements
                                                                                     is set by mat
                                                        sets current material
                                               mat                                     mat,number
                                                        property pointer
                                                        sets size or number of         esize,size,ndivs
                                               esize
                                                        divisions on lines             use either size or ndivs
                                               eshape   controls element shape         see online help
                                                                                       lmesh,line1,line2,inc
                                               lmesh    mesh line(s)
                                                                                       or lmesh,all
                                                                                       amesh,area1,area2,inc
                                               amesh    mesh area(s)
                                                                                       or amesh,all
                                                                                       vmesh,vol1,vol2,inc
                                               vmesh    mesh volume(s)
                                                                                       or vmesh,all
                                  Sets &                select a subset of
                                               ksel                                    see online help
                                  Selection             keypoints
                                               nsel     select a subset of nodes       see online help
                                               lsel     select a subjset of lines      see online help
                                               asel     select a subset of areas       see online help



3 of 4                                                                                                                        10/11/2011 3:36 PM
ANSYS Command File Creation and Execution                                            http://www.mece.ualberta.ca/tutorials/ansys/CL/Create.html



                                                         select nodes within
                                                nsla                                   see online help
                                                         selected area(s)
                                                         select everything
                                                allsel                                 allsel
                                                         i.e. reset selection
                                                         defines a DOF constraint      dk,kp#,label,value
                                  Constraints   dk
                                                         on a keypoint                 labels: UX,UY,UZ,ROTX,ROTY,ROTZ,ALL
                                                         defines a DOF constraint      d,node#,label,value
                                                d
                                                         on a node                     labels: UX,UY,UZ,ROTX,ROTY,ROTZ,ALL
                                                                                       dl,line#,area#,label
                                                         defines (anti)symmetry
                                                dl                                     labels: SYMM (symmetry); ASYM
                                                         DOF constraints on a line
                                                                                       (antisymmetry)
                                                                                       fk,kp#,label,value
                                  Loads         fk       defines a
                                                                                       labels: FX,FY,FZ,MX,MY,MZ
                                                                                       f,node#,label,value
                                                f        defines a force at a node
                                                                                       labels: FX,FY,FZ,MX,MY,MZ




4 of 4                                                                                                                    10/11/2011 3:36 PM

More Related Content

Similar to Ansys command file creation and execution

LINUX
LINUXLINUX
LINUX
ARJUN
 
Linuxppt
LinuxpptLinuxppt
Linuxppt
Reka
 
Unix operating system
Unix operating systemUnix operating system
Unix operating system
midhunjose4u
 
Linux introductory-course-day-1
Linux introductory-course-day-1Linux introductory-course-day-1
Linux introductory-course-day-1
Julio Pulido
 
BACKGROUND A shell provides a command-line interface for users. I.docx
BACKGROUND A shell provides a command-line interface for users. I.docxBACKGROUND A shell provides a command-line interface for users. I.docx
BACKGROUND A shell provides a command-line interface for users. I.docx
wilcockiris
 

Similar to Ansys command file creation and execution (20)

LINUX
LINUXLINUX
LINUX
 
Linuxppt
LinuxpptLinuxppt
Linuxppt
 
linux
linuxlinux
linux
 
Linuxppt
LinuxpptLinuxppt
Linuxppt
 
Linuxppt
LinuxpptLinuxppt
Linuxppt
 
Unit 1-a-brief-history-of-unix-ppt
Unit 1-a-brief-history-of-unix-pptUnit 1-a-brief-history-of-unix-ppt
Unit 1-a-brief-history-of-unix-ppt
 
Useful Linux and Unix commands handbook
Useful Linux and Unix commands handbookUseful Linux and Unix commands handbook
Useful Linux and Unix commands handbook
 
Command line for the beginner - Using the command line in developing for the...
Command line for the beginner -  Using the command line in developing for the...Command line for the beginner -  Using the command line in developing for the...
Command line for the beginner - Using the command line in developing for the...
 
Batch File Programming
Batch File ProgrammingBatch File Programming
Batch File Programming
 
Unix operating system
Unix operating systemUnix operating system
Unix operating system
 
Installing d space on windows
Installing d space on windowsInstalling d space on windows
Installing d space on windows
 
Linux introductory-course-day-1
Linux introductory-course-day-1Linux introductory-course-day-1
Linux introductory-course-day-1
 
Basics of Ansible - Sahil Davawala
Basics of Ansible - Sahil DavawalaBasics of Ansible - Sahil Davawala
Basics of Ansible - Sahil Davawala
 
Unix_Introduction_BCA.pptx the very basi
Unix_Introduction_BCA.pptx the very basiUnix_Introduction_BCA.pptx the very basi
Unix_Introduction_BCA.pptx the very basi
 
BACKGROUND A shell provides a command-line interface for users. I.docx
BACKGROUND A shell provides a command-line interface for users. I.docxBACKGROUND A shell provides a command-line interface for users. I.docx
BACKGROUND A shell provides a command-line interface for users. I.docx
 
Shell Scripting and Programming.pptx
Shell Scripting and Programming.pptxShell Scripting and Programming.pptx
Shell Scripting and Programming.pptx
 
Shell Scripting and Programming.pptx
Shell Scripting and Programming.pptxShell Scripting and Programming.pptx
Shell Scripting and Programming.pptx
 
PythonNotes1.pdf
PythonNotes1.pdfPythonNotes1.pdf
PythonNotes1.pdf
 
3. intro
3. intro3. intro
3. intro
 
Chapter 1: Introduction to Command Line
Chapter 1: Introduction  to Command LineChapter 1: Introduction  to Command Line
Chapter 1: Introduction to Command Line
 

Recently uploaded

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
fonyou31
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Krashi Coaching
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 

Recently uploaded (20)

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 

Ansys command file creation and execution

  • 1. ANSYS Command File Creation and Execution http://www.mece.ualberta.ca/tutorials/ansys/CL/Create.html ANSYS BASIC INTERMEDIATE ADVANCED POSTPROC. COMMAND PRINTABLE UofA ANSYS Tutorial UTILITIES TUTORIALS TUTORIALS TUTORIALS TUTORIALS LINE FILES VERSION Creating Files Features ANSYS Command File Creation and Execution Basic Tutorials Generating the Command File Intermediate Tutorials Advanced Tutorials There are two choices to generate the command file: PostProc Tutorials 1. Directly type in the commands into a text file from scratch. This assumes a good knowledge of the ANSYS command language and the associated options. Radiation If you know what some of the commands and are unsure of others, execute the desired operation from the GUI and then go to File -> List -> Log File. This will then open up a new window Index showing the command line equivialent of all commands entered to this point. You may directly cut and paste from here to a text editor, or if you'd like to save the whole file, see the next item in this list. Contributions 2. Setup and solve the problem as you normally would using the ANSYS graphic user interface Comments (GUI). Then before you are finished, enter the command File -> Save DB Log File This saves MecE 563 the equivalent ANSYS commands that you entered in the GUI mode, to a text file. You can now edit this file with a text editor to clean it up, delete errors from your GUI use and make changes as Mechanical Engineering desired. University of Alberta Running the Command File ANSYS Inc. To run the ANSYS command file, save the ASCII text commands in a text file; e.g. frame.cmd start up either the GUI or text mode of ANSYS Copyright © 2001 University of Alberta GUI Command File Loading To run this command file from the GUI, you would do the following: From the File menu, select Read Input from.... Change to the appropriate directory where the file (frame.cmd) is stored and select it. Now ANSYS will execute the commands from that file. The output window shows the progress of this procedure. Any errors and warnings will be listed in this window. When it is complete, you may not have a full view of your structure in the graphic window. You may need to select Plot -> Elements or Plot -> Lines or what have you. Assuming that the analysis worked properly, you can now use the post-processor to view element deflections, stress, etc. If you want to fix some errors or make some changes to the command file, make those changes in a separate window in a text editor. Save those changes to disk. To rerun the command file, you should first of all clear the current model from ANSYS. Select File -> Clear & Start New. Then read in the file as before File -> Read Input from... Command Line File Loading Alternatively, you can also read in the command file right from the ANSYS command line. Assuming that you started ANSYS using the commands... /ansys52/bin/ansysu52 and then entered /show,x11c 1 of 4 10/11/2011 3:36 PM
  • 2. ANSYS Command File Creation and Execution http://www.mece.ualberta.ca/tutorials/ansys/CL/Create.html This has now started ANSYS in the text mode and has told it what graphic device to use (in this case an X Windows, X11c, mode). At this point you could type in /menu,on, but you might not want to turn on the full graphic mode if working on a slow machine or if you are executing the program remotely. Let's assume that we don't turn the menu mode on... If the command file is in the current directory for ANSYS, then from the ANSYS input window, type /input,frame,cmd and yes that is a comma (,) between frame and cmd. If ANSYS can not find the file in the current directory, you may need to point it to the proper directory. If the file was in the directory, /myfiles /ansys/frame for example, you would use the following syntax /input,frame,cmd,/myfiles/ansys/frame If you want to rerun a new or modified file, it is necessary to clear the current model in memory with the command /clear,start This full procedure of loading in command files and clearing jobs and starting over again can be completed as many times as desired. ANSYS Command Groupings ANSYS contains hundreds of commands for generating geometry, applying loads and constraints, setting up different analysis types and post-processing. The following is only a brief summary of some of the more common commands used for structural analysis. Category Command Description Syntax Basic k keypoint definition k,kp#,xcoord,ycoord,zcoord Geometry l straight line creation l,kp1,kp2 circular arc line larc,kp1,kp2,kp3,rad larc (from keypoints) (kp3 defines plane) circular line creation circle see online help (creates keypoints) spline line through spline spline,kp1,kp2, ... kp6 keypoints area definition from a a,kp1,kp2, ... kp18 keypoints al area definition from lines a,l1,l2, ... l10 volume definition from v v,kp1,kp2, ... kp8 keypoints volume definition from va va,a1,a2, ... a10 areas create volume from area vext see online help extrusion create volume by dragging vdrag see online help area along path Solid Modeling rectng rectangle creation rectng,x1,x2,y1,y2 (Primitives) block block volume creation block,x1,x2,y1,y2,z1,z2 2 of 4 10/11/2011 3:36 PM
  • 3. ANSYS Command File Creation and Execution http://www.mece.ualberta.ca/tutorials/ansys/CL/Create.html cylindrical volume cylind cylind,rad1,rad2,z1,z2,theta1,theta2 creation sphere spherical volume creation sphere,rad1,rad2,theta1,theta2 prism various volume creation cone see online help commands torus Boolean adds separate areas to aadd aadd,a1,a2, ... a9 Operations create single area creates new areas by glueing aglue aglue,a1,a2, ... a9 (properties remain separate) creat new area by area asba asba,a1,a2 substraction create new area by area aina aina,a1,a2, ... a9 intersection vadd vlgue volume boolean operations see online help vsbv vinv et,number,type Elements & et defines element type may define as many as required; current type Meshing is set by type set current element type type type,number pointer r,number,r1,r2, ... r6 define real constants for r may define as many as required; current type elements is set by real sets current real constant real real,number pointer mp,label,number,c0,c1, ... c4 sets material properties for mp may define as many as required; current type elements is set by mat sets current material mat mat,number property pointer sets size or number of esize,size,ndivs esize divisions on lines use either size or ndivs eshape controls element shape see online help lmesh,line1,line2,inc lmesh mesh line(s) or lmesh,all amesh,area1,area2,inc amesh mesh area(s) or amesh,all vmesh,vol1,vol2,inc vmesh mesh volume(s) or vmesh,all Sets & select a subset of ksel see online help Selection keypoints nsel select a subset of nodes see online help lsel select a subjset of lines see online help asel select a subset of areas see online help 3 of 4 10/11/2011 3:36 PM
  • 4. ANSYS Command File Creation and Execution http://www.mece.ualberta.ca/tutorials/ansys/CL/Create.html select nodes within nsla see online help selected area(s) select everything allsel allsel i.e. reset selection defines a DOF constraint dk,kp#,label,value Constraints dk on a keypoint labels: UX,UY,UZ,ROTX,ROTY,ROTZ,ALL defines a DOF constraint d,node#,label,value d on a node labels: UX,UY,UZ,ROTX,ROTY,ROTZ,ALL dl,line#,area#,label defines (anti)symmetry dl labels: SYMM (symmetry); ASYM DOF constraints on a line (antisymmetry) fk,kp#,label,value Loads fk defines a labels: FX,FY,FZ,MX,MY,MZ f,node#,label,value f defines a force at a node labels: FX,FY,FZ,MX,MY,MZ 4 of 4 10/11/2011 3:36 PM