<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi<br>
<br>
To analyze a flow, I need to read in a surfaceScalarField from OpenFOAM. An<br>
example is OpenFOAM/tutorials/incompressible/icoFoam/cavity/cavity/0.1$/phi.<br>
This is a field that is defined on the faces (opposed to point values and cell<br>
values). vtkOpenFOAMReader does not read in this field, so I have to write new<br>
code for this purpose. My question is: Is there any possibility to store this<br>
field in vtk? I cannot use the point or cell values.  For this example, the<br>
velocity U (cell) contains 400 values, the coordinates (point) 882 values, but<br>
the phi field (face) 760 values. Any help would be much appreciated.<br>
Christoph<br>
</p>
</body>
</html>