Discussion:
[Paraview]Ensight Gold file format -> multiple time steps & constant grid
Michael Geppert
2006-11-21 20:09:02 UTC
Permalink
Hi,
at the moment I'm trying to write data in the EnSight Gold format.

I want to write some scalar data (velocity, pressure..., multiple time steps) on a NOT changing grid. Is it possible to write the grid only 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.

Thanks for your help.



"Ein Herz f?r Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de
Unser Dankesch?n: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20061121/2960455d/attachment.htm
Renato N. Elias
2006-11-21 21:58:29 UTC
Permalink
Hi Michael,

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?

The structure of your case file should look like this:

FORMAT
type: ensight gold

GEOMETRY
model: dam_1.geo00

VARIABLE

scalar per node: pressure dam_1_pres_****.scl00
vector per node: velocity dam_1_velo_****.vec00

TIME
time set: 1
number of steps: 32
filename start number: 0
filename increment: 1
time values:
0.00000000
0.01000000
...
...

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
http://www.nacad.ufrj.br/~rnelias/paraview/EnsightRoutines.zip

I hope it helps you.

Regards

Renato N. Elias
=============================
High Performance Computing Center
Federal University of Rio de Janeiro
Rio de Janeiro, RJ - Brazil


_____

De: paraview-bounces+rnelias=***@paraview.org
[mailto:paraview-bounces+rnelias=***@paraview.org] Em nome de
Michael Geppert
Enviada em: ter?a-feira, 21 de novembro de 2006 16:09
Para: ***@paraview.org
Assunto: [Paraview]Ensight Gold file format -> multiple time steps &
constant grid




Hi,
at the moment I'm trying to write data in the EnSight Gold format.

I want to write some scalar data (velocity, pressure..., multiple time
steps) on a NOT changing grid. Is it possible to write the grid only 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.

Thanks for your help.


<Loading Image...>
"Ein Herz f?r Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de

Unser Dankesch?n: Ihr Name auf dem Segel der 1. deutschen America's
Cup-Yacht!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20061121/021940ea/attachment.htm
Loading...