/com,**************************************************************************** /com,************************* SOLUTION ******************************** /com,**************************************************************************** /solu antype,0 ! static analysis solc,on,on ! Turn on solution control with ability to use contact time prediction eqsl,pcg,1e-8,,,,,,1 cntr,print,1 ! print out contact info and also make no initial contact an error nldiag,cont,iter ! print out contact info each equilibrium iteration resc,,none ! Do not keep any restart files /com,**************************************************** /com,******************* SOLVE FOR LS 1 **************** esel,s,type,,2 nsle sfe,all,1,pres,1,%_loadvari35x% sfe,all,2,pres,1,%_loadvari35y% sfe,all,3,pres,1,%_loadvari35z% nsel,all esel,all /nopr /gopr nsub,1,1,1 time,1. outres,erase outres,all,none outres,nsol,all outres,rsol,all outres,strs,all outres,epel,all outres,eppl,all stabilize,off ! Stabilization turned OFF by user ! ****** Begin Command Snippet ****** ! Commands inserted into this file will be executed just prior to the ANSYS SOLVE command. ! These commands may supersede command settings set by Workbench. ! Active UNIT system in Workbench when this object was created: Metric (mm, kg, N, s, mV, mA) ! NOTE: Any data that requires units (such as mass) is assumed to be in the consistent solver unit system. ! See Solving Units in the help system for more information. !cmsel,kle sf,kleinesfenster,pres,0.1288 !*MSG,note,P2 !fesurf,6e11 !F,5,fy,-600000000 ! ****** End Command Snippet ****** ! *********** WB SOLVE COMMAND *********** ! check interactive state *get,ANSINTER_,active,,int *if,ANSINTER_,ne,0,then /eof *endif solve /com *************** Write FE CONNECTORS ********* CEWRITE,file,ce,,INTE /com,**************************************************** /com,*************** FINISHED SOLVE FOR LS 1 ************* *set,_DS_PROGRESS ! turn off progress updates to avoid virus scanning bug *get,_wallasol,active,,time,wall *get,_PCGITER,active,,solu,cgiter /post1 xmlo,ENCODING,ISO-8859-1 xmlo,parm /xml,parm,xml fini /gopr *get,_walldone,active,,time,wall _preptime=(_wallbsol-_wallstrt)*3600 _solvtime=(_wallasol-_wallbsol)*3600 _posttime=(_walldone-_wallasol)*3600 _totaltim=(_walldone-_wallstrt)*3600 /wb,file,end ! done with WB generated input