Difference between revisions of "Main OtherSoftware"

From OpenFOAMWiki
(Post-Processors: Added Tecplot)
(Post-Processors: added more post-processors to the list)
Line 34: Line 34:
  
 
Looking at your results in many colorful ways.
 
Looking at your results in many colorful ways.
 +
 +
=== Paraview ===
 +
[www.paraview.org Paraview] is the most common application to post-process OpenFOAM results.
 +
 +
=== Tecplot ===
 +
[http://www.tecplot.com/ Tecplot] is a commerical post-processing tool notable for it's high quality images and simple to use macro recorder. See [[Tecplot]] for usage. Starting with version 2011, Tecplot will have a native OpenFOAM data reader.
 +
 +
=== Ensight ===
 +
OpenFOAM can export data to [http://www.ensight.com/CFD-Interfaces/openfoam-visualization.html Ensight] format, and also supplies an Ensight reader plugin to postprocess data in Ensight without post-processing. You can get a limited version of Ensight for free.
 +
 +
=== Fieldview ===
 +
  
 
=== OpenDX ===
 
=== OpenDX ===
Line 48: Line 60:
  
 
It may be interesting to see how we can link Traits and TraitsGUI with [[Contrib_PyFoam]]
 
It may be interesting to see how we can link Traits and TraitsGUI with [[Contrib_PyFoam]]
 
=== Tecplot ===
 
[http://www.tecplot.com/ Tecplot] is a commerical post-processing tool notable for it's high quality images and simple to use macro recorder. See [[Tecplot]] for usage.
 

Revision as of 07:15, 12 August 2011

In addition to the officially supported tools (especially paraFoam) there is a number of other software that make life with OpenFOAM easier.

1 CAE-Linux

CAELinux-Homepage

A LiveDVD full of Computer-Aided-Engineering Software.

Including free CAD-Programms, pre-/post processor and finite element solvers.

Very well for a first one try.

2 Pre-Processors

For people who need a bit more complicated grids (of course you can always do it with blockMesh).

Very good overview of free and commercial mesh generators.

2.1 NETGEN

Netgen is an automatic 3d tetrahedral mesh generator.

It accepts input from STL, IGES and STEP file format from CAD.

2.2 Salome

Salome-Homepage

Imput format from CAD, IGES and STEP, supported.

Converting UNV file format to OpenFOAM search for "UNV" in the OpenFOAM Message Board [1]

3 Post-Processors

Looking at your results in many colorful ways.

3.1 Paraview

[www.paraview.org Paraview] is the most common application to post-process OpenFOAM results.

3.2 Tecplot

Tecplot is a commerical post-processing tool notable for it's high quality images and simple to use macro recorder. See Tecplot for usage. Starting with version 2011, Tecplot will have a native OpenFOAM data reader.

3.3 Ensight

OpenFOAM can export data to Ensight format, and also supplies an Ensight reader plugin to postprocess data in Ensight without post-processing. You can get a limited version of Ensight for free.

3.4 Fieldview

3.5 OpenDX

The mighty OpenDX is for those who think that Paraview is too simple (and not powerful enough).

3.6 Enthought scientific applications

Enthought has developed a variety of reusable components for building scientific applications. Get Traits, Chaco, and Mayavi, as well as all the other open source projects that Enthought has created for building scientific applications:

  • Traits : Explicit type declarations; validation; initialization; delegation; notification; visualization. TraitsGUI: A UI layer that supports the visualization features of Traits. Implementations using wxWidgets and Qt are provided by the TraitsBackendWX and TraitsBackendQt projects.
  • Mayavi: Interactive and scriptable 3-D visualization.
  • Chaco: Interactive 2-D plotting for applications.

It may be interesting to see how we can link Traits and TraitsGUI with Contrib_PyFoam