THREED_TO_VTU
Write 3D Finite Element Data to VTU File


THREED_TO_VTU is a MATLAB program which accepts a certain set of 3D finite element data and writes it to a VTK unstructured grid file for postprocessing by PARAVIEW.

The finite element data is assumed to be given in terms of:

The program which generated the data is available as NS3D_FEM; it uses the finite element method to solve the steady, incompressible Navier Stokes equations for fluid flow.

Information about PARAVIEW is available at http://www.paraview.org/ .

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

NS3D_FEM, a MATLAB program which sets up and solves a finite element formulation of the steady incompressible 3D Navier Stokes equations on a user-defined geometry. The program can output graphics files for TECPLOT, VU or the VTK format used by PARAVIEW.

TET_MESH_TET_NEIGHBORS, a MATLAB program which reads information about a tet mesh and writes out a list of the tetrahedrons that are adjacent to a given tetrahedron;

THREED, a MATLAB library which contains functions useful for 3D finite element calculations.

THREED_TO_TECPLOT, a MATLAB program which accepts computational data from a 3D finite element fluid flow program and writes it to a PLT file for postprocessing by TECPLOT.

THREED_TO_VTK, a MATLAB program which accepts computational data from a 3D finite element fluid flow program and writes it to a VTK "legacy" file for postprocessing by PARAVIEW.

THREED_TO_VU, a MATLAB program which accepts computational data from a 3D finite element fluid flow program and writes it to a file for postprocessing by VU.

TWOD_TO_VTU, a MATLAB program which accepts computational data from a 2D finite element fluid flow program and writes it to a VTK unstructured grid file for postprocessing by PARAVIEW.

VTU, a data directory which contains examples of VTU files, an XML-based file format used by the Visual Toolkit for unstructured grids, and which can be displayed by the PARAVIEW program;

Reference:

  1. Will Schroeder, Ken Martin, Bill Lorensen,
    The Visualization Toolkit, An Object-Oriented Approach to 3D Graphics,
    Prentice Hall, 1998,
    ISBN: 0139546944,
    LC: QA76.64.S36.
  2. Amy Henderson Squillacote,
    The ParaView Guide,
    Kitware Inc, 2007,
    ISBN13: 978-1-930934-21-4.
  3. Will Schroeder, Ken Martin, Lisa Avila, Charles Law,
    The Visualization Toolkit User's Guide,
    Kitware Inc, May 2000,
    ISBN13: 978-1930934030.
  4. http://public.kitware.com/VTK/

Source Code:

Examples and Tests:

CASE1 is finite element data associated with a grid of points in a 1x1x5 rectangular channel, the tetrahdral elements formed from those nodes, and the velocity and pressure of an associated flow solution.

You can go up one level to the MATLAB source codes.


Last modified on 20 December 2010.