logo

Solution for Nodal Displacements and Rotations in Frame Structure

   

Added on  2022-12-21

14 Pages1096 Words98 Views
Solution for Question 1:
Solution for nodal displacements for given figure 1 using APDL scripting.
Figure 2. Displacement plot of deformed vs. un-deformed shape of structure in APDL

Following are the tabular results are solution using ANSYS APDL:
Node Number Ux (m) Uy (m)
1 0 0
2 0.04446 -0.05791
3 0.07661 -0.07549
4 0.10254 0
5 0.10698 -0.03602
6 0.09428 -0.07247
7 0.08229 -0.07159
8 0.14771 -0.04799
9 0.13322 -0.08156
10 0.19075 -0.06766
Figure 3. Displacement in X-direction of the structure at all the nodes
Figure 4. Displacement in Y-direction of the structure at all the nodes

Figure 5. Reaction forces at node 1 & 4 obtained from solution in APDL
Script to perform ANSYS APDL Analysis:
/PREP7
!* Creating keypoints for truss elements
K,1,0,0,0,
K,2,1,0,0,
K,3,2,0,0,
K,4,3,0,0,
K,5,0.5,0.866,0,
K,6,1.5,0.866,0,
K,7,2.5,0.866,0,
K,8,1,1.732,0,
K,9,2,1.732,0,
K,10,1.5,2.598,0,
!* Creating lines from keypoints
L, 1, 2
L, 2, 3
L, 3, 4
L, 1, 5
L, 5, 2
L, 2, 6
L, 6, 3

L, 3, 7
L, 7, 4
L, 5, 6
L, 6, 7
L, 5, 8
L, 8, 6
L, 6, 9
L, 9, 7
L, 8, 9
L, 8, 10
L, 10, 9
/REPLOT,RESIZE
/REPLOT
LPLOT
!* Defining Element type as link
ET,1,LINK180
!* Key option setting & section data for link element
KEYOPT,1,3,1
SECTYPE,1,LINK, ,
SECDATA,0.001,
SECCONTROL,0,0
!* Defining material properties
MPTEMP,,,,,,,,
MPTEMP,1,0
MPDATA,EX,1,,2000000000
MPDATA,PRXY,1,,0
!* Defining mesh size and meshing
LESIZE,ALL, , ,1, ,1, , ,1,
!*
FLST,2,18,4,ORDE,2

End of preview

Want to access all the pages? Upload your documents or become a member.