|
||
| Author:
Rajesh Bhaskaran E-mail: rb88@cornell.edu |
||
Frequently Asked Questions1. I have trouble applying a displacement constraint in
the cylindrical coordinate system. 1. I am working in the global cylindrical coordinate system (CYS=1). I am able to create the geometry in this coordinate system. I'd like to apply a displacement constraint on an area in the theta direction. I tried setting UY=0 for this area but this seems to take effect in the global cartesian coordinate system (from looking at the symbols that appear in the graphics window). How do I apply a displacement constraint in the theta direction in the cylindrical coordinate system? Constraints are applied to the nodes, which are in the nodal coordinate
system. The nodal coordinate system is ALWAYS Global Cartesian. What you /prep7 2. I'd like to plot the von Mises stress for selected areas in a 3D model. I select the nodes attached to these areas using select logic. However, then I do a contour plot of the nodal solution (PLNSOL), it seems to plot the stress for all the areas, not just the selected surfaces. How do I plot stresses only for the selected areas? Yes that is the way it is supposed to work. To get closer to what you
want, you should select the area, select the nodes attached to that area, 3. I have a list of x,y,z coordinates in a text file. How can I read these into ANSYS to create keypoints? This can be done using the Ansys APDL functions. Look in the APDL manual for a complete description. Here is a brief exercpt from section 3.11.5.4 which shows how to read data into an array parameter. You can fill an array from a data file using the *VREAD command (Utility Menu>Parameters>Array Parameters>Read from File). The command reads information from an ASCII data file and begins writing it into the array, starting with the index location that you specify. You can control the format of the information read from the file through data descriptors. The data descriptors must be enclosed in parenthesis and placed on the line following the *VREAD command. See Vector Operations for more information about data descriptors. The data descriptors control the number of fields to be read from each record, the width of the data fields, and the position of the decimal point in the field. For example, given the following data file named dataval: 1.5 7.8 12.3 *DIM,EXAMPLE,,2,3 4. If I wanted to create two keypoints at (1.5, 7.8, 12.3) and (15.6, -45.6, 42.5) using the array parameter EXAMPLE in question 3, how would I do it? I am able to create them one-by-one for each element of the array but that becomes tedious when I have a lot of rows in the table. For automatic keypoint numbering you could use: num=2 ! set this to be the number of rows of data in EXAMPLE |
||
| Copyright 2002. Cornell University Sibley School of Mechanical and Aerospace Engineering. ANSYS Short Course-Tutorial List | Feedback |