vtk output files

Mesh generators, CAD programs, and other tools
Post Reply
fylhtq
Posts: 1
Joined: 15 Jun 2010, 12:00

vtk output files

Post by fylhtq »

Hello, Elmer Team.

I have some questions about saving data.

1. I've put that code in Solver part of case.sif:

Code: Select all

Output File Name = String "dat."
Output Format = String "vtk"
Vtk Format = Logical True
But Elmer doesn't create file 'dat.vtk'. Where did I wrong?

2. When I saving not in vtk(only

Code: Select all

Output File = data.dat
) Elmer creates 'data.dat', but I can't open it. I tried ParaView(opened like 'Legacy VTK file'), but that doesn't work. How can I open .dat file?
raback
Site Admin
Posts: 4823
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: vtk output files

Post by raback »

The vtk output is performed with an auxialiary solver which needs it own solver section with the also the following statement

Code: Select all

Procedure = "ResultOutputSolve" "ResultOutputSolve"
Post Reply