15.11.2012 Views

Mechanical APDL Basic Analysis Guide - Ansys

Mechanical APDL Basic Analysis Guide - Ansys

Mechanical APDL Basic Analysis Guide - Ansys

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

4.7.2. Example: Initial Stress Problem Using the INISTATE Command<br />

You can apply constant stresses to all selected elements by issuing a INISTATE,DEFI,ALL command. The<br />

INISTATE command can also delete stress from individual elements after the stress is applied. The<br />

INISTATE,LIST command lists the applied stresses. The following input listing shows how these commands<br />

are used.<br />

solution<br />

!<br />

! Apply a constant state of the initial stresses.<br />

!<br />

inis,defi,all,,,,1322.34,2022.21,302.43,4040.32,5076.32,6021.456<br />

!<br />

! Verify the applied stresses then delete those of element #1<br />

!<br />

inis,list<br />

inis,dele, 1<br />

!<br />

! Set the boundary conditions and then solve<br />

!<br />

inis,list<br />

solve<br />

finish<br />

4.7.3. Example: Initial Strain Problem Using the INISTATE Command<br />

This example initial strain problem is a simple uniaxial test. A displacement of 0.05 is applied to this single<br />

element. An additional 0.05 initial strain is applied. The calculated results include the effects of both initial<br />

strain field and the applied displacement.<br />

delta = 0.05<br />

ndiv=1<br />

/prep7<br />

! Define the material<br />

mp,ex,1,20E3<br />

mp,nuxy,1,0.3<br />

mp,dens,1,7850 ! kg/m3<br />

et,1,185<br />

BLOCK,0,1,0,1,0,1<br />

lesize,all,,,ndiv<br />

vmesh,all,all<br />

fini<br />

/solu<br />

nsel,s,loc,x<br />

d,all,ux<br />

nsel,s,loc,y<br />

d,all,uy<br />

nsel,s,loc,z<br />

d,all,uz<br />

inis,set,dtyp,epel<br />

inis,defi,,,,,0.05,<br />

nsel,s,loc,x,1<br />

d,all,ux,delta<br />

allsel,all<br />

solve<br />

/post1<br />

set,last<br />

presol,s<br />

presol,epto<br />

presol,epel<br />

4.7.3. Example: Initial Strain Problem Using the INISTATE Command<br />

Release 13.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information<br />

of ANSYS, Inc. and its subsidiaries and affiliates.<br />

93

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!