[Paraview] paraview latest versions and MFIX

Berk Geveci berk.geveci at kitware.com
Wed Dec 19 16:56:05 EST 2007


The patch below will enable the MFIX reader. I will commit this in the
near future. I need to make some fixes to the MFIX reader to allow
time animation.

Index: Qt/Components/Resources/XML/ParaViewReaders.xml
===================================================================
RCS file: /cvsroot/ParaView3/ParaView3/Qt/Components/Resources/XML/ParaViewReaders.xml,v
retrieving revision 1.17
diff -u -3 -r1.17 ParaViewReaders.xml
--- Qt/Components/Resources/XML/ParaViewReaders.xml     16 Aug 2007
17:15:17 -0000      1.17
+++ Qt/Components/Resources/XML/ParaViewReaders.xml     19 Dec 2007
21:54:37 -0000
@@ -173,4 +173,19 @@
           file_description="Comma-separated-values">
   </Reader>

+  <Reader name="MFIXReader"
+          extensions="RES"
+          file_description="MFIX Unstructured Grid Files">
+  </Reader>
+
+  <Reader name="FLUENTReader"
+          extensions="cas"
+          file_description="Fluent Case Files">
+  </Reader>
+
+  <Reader name="OpenFOAMReader"
+          extensions="foam"
+          file_description="OpenFOAM Files">
+  </Reader>
+
 </ParaViewReaders>

On 12/19/07, Kent Eschenberg <eschenbe at psc.edu> wrote:
> See http://public.kitware.com/pipermail/paraview/2007-November/006269.html
>
> Rahul Garg wrote:
> > Dear Group,
> > I have been using paraview version 2.6 to visualize the MFIX data. I
> > did some upgrades to the g++ libraries, and probably some more
> > libraries that I do not remember, and ever since then paraview has
> > stopped working on my machine. So I downloaded and installed the newer
> > versions (3.0.2, 3.2.0, 3.2.1) and found out that none of them
> > includes the reader for MFIX data. Can someone tell me a workaround
> > this problem as it is very urgent for me to get paraview running
> > smoothly on my Linux box in order to visualize the MFIX data.
> > Any suggestions will be appreciated.
> > Thanks,
> > Rahul
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list