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 5: Solution<br />

/solu<br />

antyp,,rest,1,3 !Restart the analysis at load step 1,<br />

!substep 3<br />

solve<br />

rescontrol,file_summary<br />

finish<br />

/post1<br />

set,last<br />

prnsol<br />

presol<br />

finish<br />

The sample input listing below shows how to terminate a load step at a particular substep, then continue<br />

with the next load step.<br />

/solu<br />

antype,,rest,1,3,endstep !End load step 1 at substep 3<br />

!when time (load factor) = 0.6125<br />

!ldstep = 1, substep = 3, load<br />

solve !execute ENDSTEP, loads are<br />

!rescaled to time = 0.6125<br />

rescontrol,file_summary<br />

bfe,1,temp,1,2 !apply higher loads,<br />

bfe,2,temp,1,6<br />

solve !execute solve to advance load<br />

!factor from previous<br />

!time = 0.6125 to time = 1.6125<br />

/post1<br />

set,last<br />

presol<br />

finish<br />

The sample input listing below shows how to restart an analysis with old and new parameters.<br />

/title, Multiframe Restart with Tabular Load.<br />

/prep7<br />

et,1,42 ! Build model<br />

n,1,0.0,0.0<br />

n,2,0.0,0.5<br />

n,3,0.0,1.0<br />

n,4,1.0,0.0<br />

n,5,1.0,0.5<br />

n,6,1.0,1.0<br />

e, 1,4,5,2<br />

e, 2,5,6,3<br />

mp,ex,1,1000.0<br />

mp,nuxy,1,0.3<br />

mp,alpx,1,1.e-4<br />

d,1,all<br />

d,2,ux,0.0<br />

d,3,ux,0.0<br />

d,4,uy,0.0<br />

*dim,ftbl,table,4,1,,time ! Make tabular point load<br />

ftbl(1,0)=1,2,3,4<br />

ftbl(1,1)=2.5,5.0,7.5,10.0<br />

nsel,all<br />

f,all,fx,%ftbl% ! Apply it to all nodes<br />

flist<br />

/solu<br />

rescont,,all,all ! Save all substeps for possible restart<br />

nlgeo,on<br />

time,4<br />

DELTIM,1<br />

outres,all,all<br />

solve ! Solve with point loads and the *.RDB file is saved<br />

! at the moment. The parameterized tabular point load<br />

! FTBL is also saved into *.RDB<br />

118<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!