Large Deflection Arched Beam
Large Deflection Arched Beam
Large Deflection Arched Beam
Arched Beam
Arched Beam
Workshop Supplement
Description:
Arched Beam
Workshop Supplement
Enter ANSYS in the working directory specified by your instructor using beamarch
as the jobname.
2.
We recommend building the model using steps 3-12, but if you don't want to, you may
read in the beamarch.inp input file, then skip to step 13.
3.
Define 4 keypoints in the global cylindrical system: kp1 at (1270,75), kp2 at (1270,90),
kp3 at (1270,105), kp4 at (1270sin45, 90). Kp4 is the orientation keypoint.
Utility Menu > WorkPlane > Change Active CS to > Global Cylindrical
Main Menu > Preprocessor > Modeling > Create > Keypoints > In Active CS
1.
*AFUN,DEG
K,4,(1270*SIN(45)),90
December 17, 2004
Inventory #002173
W9-3
Arched Beam
Define lines (arcs) from keypoints 1 to 2 and keypoints 2 to 3:
5.
Define the element type to be BEAM189, and then define material properties
(EX=210e3 MPa, PRXY=0.3):
6.
Main Menu > Preprocessor > Modeling > Create > Lines > Lines > In Active Coord
Or issue:
L,1,2
L,2,3
Constrain the UX, UY, and UZ directions at keypoints 1 and 3, and then constrain only
the UZ direction at keypoint 2:
6.
Main Menu > Preprocessor > Loads > Define Loads > Apply > Structural > Displacement > On Keypoints
Or issue:
DK,1,UX,0,,,UY,UZ
DK,3,UX,0,,,UY,UZ
DK,2,UZ,0
4.
Workshop Supplement
Arched Beam
Apply a force of 20,000 N in the negative Y direction at keypoint 2:
Main Menu > Preprocessor > Loads > Define Loads > Apply > Structural > Force/Moment > On Keypoints
Or issue:
FK,2,FY,-20000
7.
Workshop Supplement
Arched Beam
Define the beam's section properties:
Main Menu > Preprocessor > Sections > Beam > Common Sectns
ID = 1
Sub-Type = <rectangle>
Offset = Centroid
B = 25
H = 12.5
[OK]
Or issue:
SECTYPE,1,BEAM,RECT
SECOFFSET,CENT
SECDATA,25,12.5
8.
Workshop Supplement
Arched Beam
Assign attributes, including the orientation keypoint, to the lines:
Main Menu > Preprocessor > Meshing > Mesh Attributes > All Lines
MAT = 1
TYPE = 1 BEAM189
SECT = 1
[OK]
9.
Workshop Supplement
Arched Beam
Main Menu > Preprocessor > Meshing > Size Cntrls > ManualSize > Lines > All Lines
Or issue:
LESIZE,ALL,,,10
Main Menu > Preprocessor > Meshing > Mesh > Lines
Or issue:
LMESH,ALL
12. Turn /ESHAPE on and set /EFACET to two, and then plot the elements:
Utility Menu > PlotCtrls > Style > Size and Shape ...
Or issue:
/ESHAPE,1
/EFACET,2
EPLOT
Workshop Supplement
Arched Beam
Workshop Supplement
SAVE
/SOLU
SOLVE
14. Select node number 2 (mid-span node), then enter POST1 and print the nodal
displacements:
Main Menu > General Postproc > List Results > Nodal Solution
Or issue:
NSEL,S,,,2
/POST1
PRNSOL,DOF
Arched Beam
Workshop Supplement
Main Menu > Solution > Analysis Type > Soln Controls
[OK]
15. Select everything and enter the solution processor to solve the nonlinear solution:
Convergence Graph
December 17, 2004
Inventory #002173
W9-10
Arched Beam
Main Menu > General Postproc > List Results > Nodal Solution
Or issue:
NSEL,S,,,2
/POST1
PRNSOL,DOF
Workshop Supplement
Arched Beam
Workshop Supplement
Utility Menu > PlotCtrls > Style > Displacement Scaling User Specified
Main Menu > General Postproc > Plot Results > Contour Plot > Nodal Solu
Or issue:
ALLSEL
/DSCALE,1,5
PLNSOL,U,Y
17. Select everything and set displacement scaling to 5, then plot the UY displacement
results:
Arched Beam
in the Toolbar
Or issue:
FINISH
Workshop Supplement
/EXIT