Thousands of tutorials to learn from
Tutorial on two dimensional bridge truss analysis in ANSYS 13.0.
In general, a finite element solution may be broken into the following three stages.
1. Preprocessing: defining the problem;
- Define keypoints/lines/areas/volumes
- Define element type and material/geometric properties
- Mesh lines/areas/volumes as required2. Solution: assigning loads, constraints and solving;
3. Postprocessing:
- Lists of nodal displacements
- Element forces and moments
- Deflection plots
- Stress contour diagramsIn this tutorial we will go through first step.
Step 1
Start Ansys Mechanical APDL.
Step 2
Click Preferences and select Structural since we are going to have structural analysis. Click OK.
Step 3
Now we have to plot keypoints. Under Preprocessor >> Modeling >> Create >> In active CS.
Step 4
Now we have to input Keypoints. Input keypoint number 1 and XYZ co-ordinates and click Apply.
Step 5
Enter 2nd Keypoint X=500, Y=1000. Z will remain zero since we have 2D Bridge Truss. Click Apply.
Step 6
Enter 3rd Keypoint X=1000,Y=0. Click Apply.
Step 7
Enter 4th Keypoint X=1500,Y=1000. Click Apply.
Step 8
Enter 5th Keypoint X=2000,Y=0. Click OK
Step 9
Now we have keypoints plotted. We have to create lines along these keypoints. Goto Modeling >> Create >> Lines >> In Active Coord.
Step 10
Now select the kepoint by clicking them and click other keypoint to create line. Create the members. Click OK.
Step 11
Now we have to define the Element type. i.e. Beam. Under Element type >> Add/Edit/Delete.
Step 12
Click Add.
Step 13
Under link select 3D finit stn. This is link 180 which we are going to use. In older version of ANSYS 2D Spar is used for defining link 180. Click OK.
Step 14
Now we have to define the cross section of the members. Under Real constants >> Add/Edit/Delete.
Step 15
Click Add.
Step 16
Input Cross-sectional area = 3250. Keep the default settings and click OK and then close.
Step 17
Now we have to define the material properties. Goto Material props >> Material models.
Step 18
Under Material model available goto Structural >> Linear >> Elastic >> Isotropic.
Step 19
Input EX=200000 PRXY=0. These are material properties Elasticity and Poisson Ratio. Click OK and then close.
Step 20
Now we have to define the mesh size for the structure. Goto Meshing >> Size CNTRLS >> lines >> All lines. Input no. of divisions = 1. Click
Step 21
Now we have to mesh the lines. Goto Meshing >> Mesh >> Lines.
Step 22
Click Pick all to select all lines.
Step 23
The lines become blue which means the mesh has been created along the members.
Step 24
Since the first part of the tutorial is done we have to save the project. Under File >> Save as.
Step 25
Save the document to My Documents or any other Directory. If we don't save the document the Solution will not be performed.
Second part of the tutorial http://grabcad.com/questions/tutorial-2d-truss-analysis-in-mechanical-apdl-ansys-part-2.