<font class="Apple-style-span" face="&#39;courier new&#39;, monospace">Hi<br><br>First of: I write to the ExodusII format from my own fortran program.<br><br>I would like to animate some mode shapes (or complex harmonic solutions).<br>
My solution is a complex vector u. The physical displacement over e.g one period is then<br>              d = Re( u*exp(i*omega*t)) =&gt;<br>              d = Re(u)*cos(omega*t)-Im(u)*sin(omega*t)<br><br>To animate this I could write the real and imaginary part of u in two vectors, and then multiply with cosine and -sine. But then I have to do that for each timestep somehow and I dont know how to do that. Would it be possible to write a vector containing the timesteps and then do the math with the calculator?<br>
<br>The ExodusII has a &#39;has mode shape&#39; function. But I haven&#39;t been able to find any examples/documentation on it. It seems that you write the eigenfrequency as time for the corresponding displacementvector. But how do you animate the modeshape itself?<br>
<br>Any help is appriciated!<br>Thanks,<br>Paw</font>