<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Dear Francois Henrotte, and all,<div><br></div><div>Thank you for your info. I appreciate it.</div><div>I have been wondering why the benchmarks on the onelab site can save the time series file without any explicit PostOperation statement in the “Resolution”.</div><div>I guess there should be an “implicit behaviour” to save the time series data in one “pos” file but I coudn’t have found the way to invoke the “implicit behavior”. </div><div>My purpose is to make animation from pos file so your advice are really helpful.</div><div><br></div><div>Best Regards,</div><div>Hiroshi</div><div><br><div><div>2017/10/29 22:22、François Henrotte <<a href="mailto:francois.henrotte@uclouvain.be">francois.henrotte@uclouvain.be</a>> のメール:</div><br class="Apple-interchange-newline"><blockquote type="cite">

<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div>Hello ABE,</div>
<div><br>
</div>
<div>use the AppendTimeStepToFileName feature,</div>
<div>which will generate an output file for each time step.</div>
<div><br>
</div>
<div>      Print[ t, OnElementsOf DomainC, File StrCat[Dir, "tThe", ExtGmsh], LastTimeStepOnly, AppendTimeStepToFileName 1 ] ;</div>
<div><br>
</div>
<div>Then, you can visualize the time evolution of the tThe field</div>
<div>- at the end of the simulation  by clicking on the « Play «  icon ( « > » )</div>
<div>in the bottom bar of the GUI</div>
<div>- or later in a terminal by invoking  </div>
<div><br>
</div>
<div>$ gmsh  IH/tThe_*.pos</div>
<div><br>
</div>
<div>Hope this helps,</div>
<div><br>
</div>
<div>Fr. </div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>Le 27 oct. 2017 à 08:43, ABE Hiroshi <<a href="mailto:habe36@gmail.com">habe36@gmail.com</a>> a écrit :</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">Dear All,<br>
<br>
I built a Gmsh/GetDP project doing a coupling simulation of thermal and magnetodynamics, refereing to inductor and indheat examples.<br>
<br>
The simulation works fine now, but I’m stuck in PostOperation to save time series data of transient simulation.<br>
Load the “inductive_heat.pro" file to Gmsh and Run to display the results at each time steps.<br>
But the output file, saying “tThe.pos", only includes the last time step values. It would be caused by the statement: “LastTimeStepOnly” in Print operation. But without the statement, I got
<br>
<br>
Error   : GetDP - Empty solution in DofData 0<br>
<br>
The benchmarks, such as “inductor”, can save the all time series in the pos file. So there should be some mistakes but I couldn’t find my fault in my project files.<br>
<br>
I would be really obliged if you would point to my mistakes.<br>
Please find four files attached in this mail.<br>
<br>
Thank you very much in advance,<br>
<br></blockquote></div></div></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; font-size: 12px; border-spacing: 0px;"><div>ABE Hiroshi</div><div> from Tokorozawa, JAPAN</div></span>

</div>
<br></div></body></html>