Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

CREATION AND ANALYSIS OF SOLID MODEL-II USING ANSYS APDL

Ex. No : 11
Date :
AIM
To create the solid model and to conduct the stress and deflection analysis in ANSYS
APDL batch file.

PROBLEM DESCRIPTION

Tensile Load of 1500 N/mm2 applied on the left end of the block whereas right end is fixed.

Young’s Modulus: 2×105 N/mm2


Poisson’s ratio : 0.3

SYSTEM CONFIGURATION
RAM : 8GB
Processor : Core 2 Quad / Core 2 Duo
Operating system : Window 8/9/10/11
Software : ANSYS (Version 2022R1)

PROCEDURE
The three main steps to be involved are,
 Pre Processing
 Solution
 Post Processing
Start - All Programs - ANSYS Mechanical APDL 2022 R1
- Set the Working Directory as E Drive, User; Job Name as Roll No., Ex. No. - Click Run.
Batch file for the analysis
/PREP7
!*
ET,1,SOLID186 ! Selection of solid186 element
!*
KEYOPT,1,2,0
KEYOPT,1,3,0
KEYOPT,1,6,0
KEYOPT,1,8,0
!*
MPTEMP,,,,,,,, ! Material Properties table enabled
MPTEMP,1,0
MPDATA,EX,1,,2e5 ! Material Properties young’s modulus E = 2e5 added
MPDATA,PRXY,1,,0.3 ! Material Properties poisson ratio = 0.3 added
CYL4, , ,15, , , ,100 ! Geometry cylinder of radius 15 mm and 100 mm length.
!*
/VIEW,1,1,1,1
/ANG,1
/REP,FAST
ESIZE,5,0,
MSHAPE,1,3D
MSHKEY,0
!*
CM,_Y,VOLU
VSEL, , , , 1
CM,_Y1,VOLU
CHKMSH,'VOLU'
CMSEL,S,_Y
!*
VMESH,_Y1 ! Mesh the volume created
!*
CMDELE,_Y
CMDELE,_Y1
CMDELE,_Y2
!*
FINISH
/SOL
FLST,2,1,5,ORDE,1
FITEM,2,1
!*
/GO
DA,P51X,ALL, ! Apply boundary condition at left end all DOF is zero
FLST,2,1,5,ORDE,1
FITEM,2,2
/GO
!*
SFA,P51X,1,PRES,-1500 ! Apply the pressure load 1500 N/mm2
/STATUS,SOLU
SOLVE
FINISH
Post Processing
 General Postproc - Plot Result - Contour Plot - Nodal Solution - DOF Solution -
Displacement vector sum - OK.
 PlotCtrls - Capture Image - Saved the image.
 Results viewer – choose item- vonmises stress – contour –plot.
 PlotCtrls - Capture Image - Saved the image.
 PlotCtrls - Animates - Mode Shape - Stress - von Mises SEQV - OK.
 Plot control - Animate - Save Animation - Select the proper location to save the file
(E drive-user) - OK.

Stress:

Node number Min Stress Max Stress

Deformation:

Node number Min Deflection Max Deflection

RESULT
Thus the creation and analysis of Solid cylinder is done by using the ANSYS APDL
batch file.

You might also like