Mechanical APDL Basic Analysis Guide

(Axel Boer) #1
/com ***********************************************************************
/com Second case: analysis with INISTATE command
/com ***********************************************************************
/solu
outres,all,all
time,0.1
inis,read,tutor-bag06s,ist! First load step, reading back initial strain datas

ddele,all,all
nsel,s,loc,x,0
d,all,ux
nsel,s,loc,y,0
d,all,uy
allsel,all
nsel,s,loc,x,1! First load step ,no displacement on x-axis
d,all,ux,0.0
allsel,all
inis,set,dtyp
inis,list,1
solc,on
solve
time,2
nsel,s,loc,x,1! Second load step , displacement on x-axis
d,all,ux,0.02
allsel,all
solve
finish

/post1
/com
/com ***************************************************************
/com Results fron the analysis with the INIS command
/com ***************************************************************
rsys,solu
set,1
esel,s,elem,,1
etable,epplx_2r,eppl,x
etable,epply_2r,eppl,y
etable,epplz_2r,eppl,z
set,last
etable,epplx_3r,eppl,x
etable,epply_3r,eppl,y
etable,epplz_3r,eppl,z
allsel,all
pretab,epplx_2r,epply_2r,epplz_2r,epplx_3r,epply_3r,epplz_3r
fini

4.6.7. Example: Node-Based Initial Strain Problem Using the INISTATE Com-


mand


This example node-based initial state problem describes how to generat e a node-based initial state file
from another analysis and then apply that data to a modal analysis.


In step 1, a node-based initial state files is generated. In step 2, the file is read in and a static solution
is generated. In step 3, the modal analysis is done.


/prep7
!********** Define the material **********

Release 15.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information

Example Problems Using Initial State
Free download pdf