<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR></HEAD>
<BODY style="FONT-SIZE: 9pt; MARGIN: 0px; FONT-FAMILY: Verdana" bgColor=#ffffff>
<DIV dir=ltr align=left><FONT size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=875065321-21112006><FONT size=2>Hi 
Michael,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><FONT size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=875065321-21112006><FONT size=2>I guess, 
you're missing something... Ensight Gold format does not need one geometry file 
per time step. Have you seen the example Ensight files supplied with the 
Paraview distribution? What about the Ensight's user guide?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=875065321-21112006><FONT 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=875065321-21112006><FONT size=2>The 
structure of your case file should look like this:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=875065321-21112006><FONT 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=875065321-21112006><FONT 
size=2>FORMAT<BR>type:&nbsp;ensight gold</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=875065321-21112006><FONT 
size=2>GEOMETRY<BR>model:&nbsp;dam_1.geo00</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=875065321-21112006><FONT 
size=2>VARIABLE</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=875065321-21112006><FONT size=2>scalar per 
node:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
pressure&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dam_1_pres_****.scl00<BR>vector per 
node:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
velocity&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
dam_1_velo_****.vec00<BR></FONT></SPAN><FONT size=2></FONT></DIV>
<DIV dir=ltr align=left><SPAN class=875065321-21112006><FONT 
size=2>TIME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>time set: 1&nbsp;&nbsp;&nbsp;&nbsp; <BR>number of steps:&nbsp; 
32<BR>filename start number: 0<BR>filename increment: 1&nbsp;&nbsp; <BR>time 
values: <BR>&nbsp;&nbsp;&nbsp;&nbsp; 0.00000000<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
0.01000000<BR></FONT></SPAN><SPAN class=875065321-21112006><FONT 
size=2>...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=875065321-21112006><FONT 
size=2>...</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=875065321-21112006><FONT size=2>The geometry and results format 
you can follow the examples of the Ensight's user guide. Moreover, I've put some 
Fortran routines that I use to write my files available to download at <A 
href="http://www.nacad.ufrj.br/~rnelias/paraview/EnsightRoutines.zip">http://www.nacad.ufrj.br/~rnelias/paraview/EnsightRoutines.zip</A></FONT></SPAN></DIV>
<DIV><SPAN class=875065321-21112006><FONT size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=875065321-21112006><FONT size=2>I hope it helps 
you.</FONT></SPAN></DIV>
<DIV><SPAN class=875065321-21112006><FONT size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=875065321-21112006><FONT size=2>Regards</FONT></SPAN></DIV>
<DIV><SPAN class=875065321-21112006><FONT size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=875065321-21112006><FONT size=2>Renato N. 
Elias</FONT></SPAN></DIV>
<DIV><SPAN class=875065321-21112006><FONT 
size=2>=============================</FONT></SPAN></DIV>
<DIV><SPAN class=875065321-21112006><FONT size=2>High Performance Computing 
Center</FONT></SPAN></DIV>
<DIV><SPAN class=875065321-21112006><FONT size=2>Federal University of Rio de 
Janeiro</FONT></SPAN></DIV>
<DIV><SPAN class=875065321-21112006><FONT size=2>Rio de Janeiro, RJ - 
Brazil</FONT></SPAN></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><BR></DIV>
<DIV class=OutlookMessageHeader lang=pt-br dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>De:</B> 
paraview-bounces+rnelias=nacad.ufrj.br@paraview.org 
[mailto:paraview-bounces+rnelias=nacad.ufrj.br@paraview.org] <B>Em nome de 
</B>Michael Geppert<BR><B>Enviada em:</B> terça-feira, 21 de novembro de 2006 
16:09<BR><B>Para:</B> paraview@paraview.org<BR><B>Assunto:</B> [Paraview]Ensight 
Gold file format -&gt; multiple time steps &amp; constant 
grid<BR></FONT><BR></DIV>
<DIV></DIV>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD class=bt vAlign=top>
      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY>
        <TR>
          <TD class=bt id=viewmailNoHtml vAlign=top><BR><FONT size=2>Hi,<BR>at 
            the moment I'm trying to write data in the EnSight Gold format. 
            <BR><BR>I want to write some scalar data (velocity, pressure..., 
            multiple time steps) on a&nbsp;NOT changing grid. Is it possible to 
            write the grid only&nbsp;once in the .geo file? If i try that, 
            paraview instantly crashes. Theres no problem, writing the same grid 
            n-times, wrapped in "BEGIN TIME STEP", "END TIME STEP" wrappers, but 
            that of course uses a lot of disk space.<BR><BR>Thanks for your 
            help. </FONT></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><BR><BR>
<TABLE cellPadding=0 border=0 ing="0" cellspac>
  <TBODY>
  <TR>
    <TD bgColor=#000000><IMG height=1 alt="" src="https://img.web.de/p.gif" 
      width=1 border=0 NOSEND="1"></TD></TR>
  <TR>
    <TD style="FONT-SIZE: 12px; LINE-HEIGHT: 17px; FONT-FAMILY: verdana">"Ein 
      Herz für Kinder" - Ihre Spende hilft! Aktion: 
      www.deutschlandsegelt.de&nbsp;&nbsp;&nbsp;<BR>Unser Dankeschön: Ihr Name 
      auf dem Segel der 1. deutschen America's 
  Cup-Yacht!&nbsp;&nbsp;</TD></TR></TBODY></TABLE></BODY></HTML>