*if,arg1,eq,0,then /title, Contours of Magnetic Field Strength hinc=(hmax-hmin)/9*.05 /contour,all,9,hmin,,hmax+hinc plnsol,h,sum *elseif,arg1,eq,1,then /title, Contours of Electric Field Strength efinc=(efmax-efmin)/9*.05 /contour,all,9,efmin,,efmax+efinc plnsol,ef,sum *endif *enddo
/seg,off !*ask,ncycles,The number of full period cycles,10 !*ask,delay,Delay between successive frames,0.1 ncycles=10 delay=0.1
Best Regards, Steve Groothuis Micron Technology, Inc. 500 W. Renner Road, MS 323 Richardson, TX 75080 Tel: 972.994.3612 Fax: 972.994.4544 Pgr: 888.787.1328 Email: skgroothuis@m...
-----Original Message----- Sent: Thursday, November 30, 2000 11:12 AM To: xansys
Hi everyone..
I have done a 2D linear harmonic analysis on a 3 phase cable and got the complex results. I got the real and imaginary part of the magnetic field (HSUM) and used the SSRS of the real and imaginary part to get the amplitude.
Now my problem.... how can I animate the HSUM amplitude over (Omega.t) for a full period (2.phi) ??
I am new to Ansys and till now I have been using only the GUI commands. I read some of the posts here about animations, and noticed that some suggested some kind of macro. But I couldn't understand the macros...because as I said, I have been working only with GUI !! so I hope you guys keep the explanation simple :-)