0% found this document useful (0 votes)
51 views14 pages

Large Deflection Arched Beam

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1/ 14

Large Deflection

Arched Beam

9. Nonlinear Analysis - Large Deflection

Arched Beam

Workshop Supplement

A shallow arch is subjected to a 20,000N force at its midspan.


Determine the midspan displacement using both a linear and
nonlinear (large-deflection) analysis, then compare the results.

Material Properties and Cross-Section:

EX = 210e3 MPa, PRXY = 0.3

25 mm x 12.5 mm rectangular cross-section

Loads and Boundary Conditions:

Concentrated nodal force of 20,000 N at midspan

Ends fixed in translational DOF only (pinned supports)

INTRODUCTION TO ANSYS - Part 2

Description:

December 17, 2004


Inventory #002173
W9-2

9. Nonlinear Analysis - Large Deflection

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.

Utility Menu > File > Read input from


Or issue:
/input,beamarch,inp

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

Utility Menu > Parameters > Angular Units ...


Or issue:
/PREP7
CSYS,1
K,1,1270,75
K,2,1270,90
K,3,1270,105

INTRODUCTION TO ANSYS - Part 2

1.

*AFUN,DEG
K,4,(1270*SIN(45)),90
December 17, 2004
Inventory #002173
W9-3

9. Nonlinear Analysis - Large Deflection

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

Main Menu > Preprocessor > Element Type > Add/Edit/Delete


Main Menu > Preprocessor > Material Props > Material Models: Structural Linear Elastic Isotropic
Or issue:
ET,1,BEAM189
MP,EX,1,210E3
MP,PRXY,1,0.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

INTRODUCTION TO ANSYS - Part 2

4.

Workshop Supplement

December 17, 2004


Inventory #002173
W9-4

9. Nonlinear Analysis - Large Deflection

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

INTRODUCTION TO ANSYS - Part 2

7.

Workshop Supplement

December 17, 2004


Inventory #002173
W9-5

9. Nonlinear Analysis - Large Deflection

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

INTRODUCTION TO ANSYS - Part 2

8.

Workshop Supplement

December 17, 2004


Inventory #002173
W9-6

9. Nonlinear Analysis - Large Deflection

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

Pick Orientation Keypoint(s) = yes

[OK]

Pick keypoint 4, then [OK]


Or issue:
LATT,1, ,1, ,4, ,1

INTRODUCTION TO ANSYS - Part 2

9.

Workshop Supplement

December 17, 2004


Inventory #002173
W9-7

9. Nonlinear Analysis - Large Deflection

Arched Beam

Main Menu > Preprocessor > Meshing > Size Cntrls > ManualSize > Lines > All Lines
Or issue:
LESIZE,ALL,,,10

11. Mesh all the lines:

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

INTRODUCTION TO ANSYS - Part 2

10. Set 10 element divisions on all lines:

Workshop Supplement

December 17, 2004


Inventory #002173
W9-8

9. Nonlinear Analysis - Large Deflection

Arched Beam

Workshop Supplement

Pick the SAVE_DB button in the Toolbar

Main Menu > Solution > Solve > Current LS


Or issue:

(or select: Utility Menu > File > Save as Jobname.db)

SAVE
/SOLU
SOLVE

14. Select node number 2 (mid-span node), then enter POST1 and print the nodal
displacements:

Utility Menu > Select > Entities ...

Main Menu > General Postproc > List Results > Nodal Solution
Or issue:
NSEL,S,,,2
/POST1
PRNSOL,DOF

INTRODUCTION TO ANSYS - Part 2

13. Save the database and obtain the linear solution:

December 17, 2004


Inventory #002173
W9-9

9. Nonlinear Analysis - Large Deflection

Arched Beam

Workshop Supplement

Utility Menu > Select > Everything

Main Menu > Solution > Analysis Type > Soln Controls

Activate Large Displacement Static under Analysis Options

Set Number of substeps = 10

[OK]

Main Menu > Solution > Solve > Current LS


Or issue:
ALLSEL
/SOLU
NLGEOM,1
NSUBST,10
SOLVE

INTRODUCTION TO ANSYS - Part 2

15. Select everything and enter the solution processor to solve the nonlinear solution:

Convergence Graph
December 17, 2004
Inventory #002173
W9-10

9. Nonlinear Analysis - Large Deflection

Arched Beam

Utility Menu > Select > Entities ...

Main Menu > General Postproc > List Results > Nodal Solution
Or issue:
NSEL,S,,,2
/POST1
PRNSOL,DOF

INTRODUCTION TO ANSYS - Part 2

16. List the displacement of node 2:

Workshop Supplement

December 17, 2004


Inventory #002173
W9-11

9. Nonlinear Analysis - Large Deflection

Arched Beam

Workshop Supplement

Utility Menu > Select > Everything

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

INTRODUCTION TO ANSYS - Part 2

17. Select everything and set displacement scaling to 5, then plot the UY displacement
results:

December 17, 2004


Inventory #002173
W9-12

9. Nonlinear Analysis - Large Deflection

Arched Beam

Utility Menu > PlotCtrls > Animate > Deformed Results


Or issue:
ANCNTR,10,0.5

19. Save and exit ANSYS:

Pick the QUIT button

in the Toolbar
Or issue:
FINISH

INTRODUCTION TO ANSYS - Part 2

18. Animate the UY displacement results:

Workshop Supplement

/EXIT

December 17, 2004


Inventory #002173
W9-13

You might also like