Is there any way to expand a CMS superelement for all of the harmonic sweep solutions?


At 12.0, you can get the complex solution for the whole frequency range with NUMEXP,ALL. At 11.0, you have to expand all of the real results and then all of the imaginary results separately, as shown in the commands below.

/solu
expass,on
numexp,all, , , yes
outres,all,all
hrexp,0 ! L.S. 1: Real
solve
hrexp,90 ! L.S. 2: Imaginary
solve
finish





Show Form
No comments yet. Be the first to add a comment!