|
||
| Problem Specification 1. Create Command Log file 2. Modify Log file - part1 3. Modify Log file - part2 4. Solve! 5. Postprocess the results |
||
Step 5: Postprocess the ResultsIn order to access the results, we need to enter the database results postprocessor. This is equivalent to entering the postprocessing module. /POST1 To determine the stress concentration along the hole, we will first select the nodes attached to the line that defines the hole and then obtain the value of the circumferential stress at each of these nodes. Modify Output OptionsSince we are interested in obtaining the circumferential stress, we need to change the options for output of results from cartesian to cylindrical. RSYS,1 Select Lines and NodesWe'll use select logic to first select the line that defines the hole (5) and then the nodes attached to this line. LSEL,S,LINE,,5 Sort Nodal DataIf we were to list the nodal results now, we will obtain a list of the circumferential stresses as a function of the node number. However, we are interested in the circumferential stress as a function of the angle (0 to 90 deg). Since the y coordinate of the nodes along the hole increases as the angle increases, to obtain the circumferential stress as a function of the angle we can sort the results based on the y coordinate of the nodes. NSORT,LOC,Y,1,, Recall that in step 3, we divided the line that defines the hole into 40 elements and that the elements were equally spaced (no grading). Therefore, since we know that the angle varies from 0 to 90 deg and that the line was divided into 40 elements, we can determine the angle at each node. List Circumferential StressThe last step is to list the results. PRNSOL,S,COMP This command generates a list containing the X,Y,Z,XY, YZ, and XZ stress components at each node. Since we changed the options for output of results from cartesian to cylindrical, the circumferential stress is shown in the second column (Y component). The modified and final log file should be as follows:
Verify ProgressAnalysis of ResultsReferenceGreszczuk, L.B., "Stress Concentrations and Failure Criteria for Orthotropic and Anisotropic Plates with Circular Openings", Composite Materials: Testing and Design (Second Conference), ASTM STP 497, American Society for Testing and Materials, 1972, pp. 363-381. |
||
| Copyright 2002. Cornell University Sibley School of Mechanical and Aerospace Engineering. ANSYS Short Course-Tutorial List | Feedback |