Thousands of tutorials to learn from
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 required
2. Solution: assigning loads, constraints and solving;
3. Postprocessing:
- Lists of nodal displacements
- Element forces and moments
- Deflection plots
- Stress contour diagrams
In this tutorial we will go through first and seecond step here.
Step 1
Start Mechanical APDL.
Step 2
Click Preferences and select Structural. Click OK.
Step 3
Under Preprocessor goto >> Element Type >> Add/Edit/Delete.
Step 4
Click Add and then select 3D finit stn. Click OK and then close.
Step 5
Under Real constants click Add/Edit/Delete.
Step 6
Click Add and then define Area = .1. Click OK and Click Close.
Step 7
Under Material Props >> Material Models.
Step 8
Under Structural >> Linear >> Elastic >> Isotropic.
Step 9
Input EX=200e9 and PRXY=0.3. Click OK and then close Material Model window.
Step 10
Goto Preprocessor >> Modeling >> Create >> Keypoints >> In Active CS.
Step 11
Input Keypoint 1 = (0,0,0)
Step 12
Input Keypoint 2 = (0.8,1.5,0) & 3 = (2.8,0,0)
Step 13
Goto Modeling >> Create >> Lines >> Lines >> In active Coord to create lines.
Step 14
Select keypoints and create lines. Click OK after done.
Step 15
Goto Meshing >> Size Controls >> Manual Size >> Lines >> All lines.
Step 16
Input No. of element divisions = 1. Click OK.
Step 17
Goto Meshing >> Mesh >> lines.
Step 18
Click Pick all.
Step 19
Now save the job. Click File >> Save as.
Step 20
Save the job.
Step 21
Under Solution select Analysis type >> New analysis.
Step 22
Select Static and click OK.
Step 23
Goto Define Loads >> Apply >> Structural >> Displacement >> On Keypoints.
Step 24
Select both keypoints.
Step 25
Select All UX,UY and UZ. Click OK.
Step 26
Goto Define loads >> Apply >> Structural >> Force/Moment >> On Keypoints.
Step 27
Select the top Keypoint. Click OK.
Step 28
Input Force = 2800. Direction be FX. Click OK.
Step 29
Now save the job.
Step 30
Goto Solution >> Solve >> Current LS.
Step 31
Click OK.
Step 32
Click Close.