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.

Chapter 4: Initial State<br />

/CSYS,0<br />

! ELEM ID ELEM INTG LAY/CELL SECT INTG SX SY SZ SXY SYZ SXZ<br />

1 , 1, , , 100, 0, 0, 0, 0, 0<br />

1 , 2, , , 100, 0, 0, 0, 0, 0<br />

1 , 3, , , 100, 0, 0, 0, 0, 0<br />

1 , 4, , , 100, 0, 0, 0, 0, 0<br />

1 , 5, , , 100, 0, 0, 0, 0, 0<br />

1 , 6, , , 100, 0, 0, 0, 0, 0<br />

1 , 7, , , 100, 0, 0, 0, 0, 0<br />

1 , 8, , , 100, 0, 0, 0, 0, 0<br />

In the following input listing, initial stress loading data is read in from a file. The data is read in during the<br />

first load step, and establishes a preliminary deflection corresponding to a tip loaded cantilever beam with<br />

a tip load of 1e5 units.<br />

/prep7<br />

/title, Example of Initial stress import into ANSYS<br />

et,1,182<br />

! Plane stress PLANE182 element<br />

mp,ex,1,1.0e9<br />

mp,nuxy,1,0.3<br />

!<br />

! Define the nodes<br />

!<br />

n,1<br />

n,2,2.0<br />

n,3,4.0<br />

n,4,6.0<br />

n,5,8.0<br />

n,6,10.0<br />

n,7,,1.0<br />

n,8,2.0,1.0<br />

n,9,4.0,1.0<br />

n,10,6.0,1.0<br />

n,11,8.0,1.0<br />

n,12,10.0,1.0<br />

!<br />

! Define the 5 elements<br />

!<br />

e,1,2,8,7<br />

e,2,3,9,8<br />

e,3,4,10,9<br />

e,4,5,11,10<br />

e,5,6,12,11<br />

! Constrain all dofs on all nodes at x=0 to be zero<br />

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

d,all,all<br />

nall<br />

finish<br />

!<br />

/solu<br />

! Read in the initial stresses from istress.ist file<br />

! as loading in the 1st load step.<br />

! Input stresses correspond to the element integration<br />

! point location.<br />

!<br />

inis,read,istress,ist<br />

! List the initial stresses<br />

inis,list<br />

outres,all,all<br />

solve<br />

finish<br />

!<br />

/post1<br />

set,last<br />

prnsol,u<br />

finish<br />

The INISTATE,WRITE command specifies the coordinate system into which the data is to be written.<br />

92<br />

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

of ANSYS, Inc. and its subsidiaries and affiliates.

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

Saved successfully!

Ooh no, something went wrong!