How to read and store face values (OpenFOAM)
Bosshard Christoph HSLU T&A <[email protected]>
| Newsgroups | gmane.comp.lib.vtk.user |
|---|---|
| Message-ID | <[email protected]> |
Hi To analyze a flow, I need to read in a surfaceScalarField from OpenFOAM. An example is OpenFOAM/tutorials/incompressible/icoFoam/cavity/cavity/0.1$/phi. This is a field that is defined on the faces (opposed to point values and cell values). vtkOpenFOAMReader does not read in this field, so I have to write new code for this purpose. My question is: Is there any possibility to store this field in vtk? I cannot use the point or cell values. For this example, the velocity U (cell) contains 400 values, the coordinates (point) 882 values, but the phi field (face) 760 values. Any help would be much appreciated. Christoph _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: https://vtk.org/mailman/listinfo/vtkusers