openfoam/applications/utilities/postProcessing/dataConversion/foamToVTK
Henry Weller 1ab0875293 writeVTK: New functionObject to write fields is VTK format
Description
    This functionObject writes objects registered to the database in VTK format
    using the foamToVTK library.

    Currently only the writing of the cell-values of volFields is supported but
    support for other field types, patch fields, Lagrangian data etc. will be
    added.

    Example of function object specification:
    \verbatim
        writeVTK1
        {
            type        writeVTK;
            functionObjectLibs ("libIOFunctionObjects.so");
            ...
            objectNames (obj1 obj2);
        }
    \endverbatim

    \heading Function object usage
    \table
        Property     | Description             | Required    | Default value
        type         | type name: writeVTK     | yes         |
        objectNames  | objects to write        | yes         |
    \endtable
2016-05-10 10:06:19 +01:00
..
foamToVTK writeVTK: New functionObject to write fields is VTK format 2016-05-10 10:06:19 +01:00
Make foamToVTK: Separated into the library libfoamToVTK and the utility foamToVTK 2016-05-04 15:16:33 +01:00
Allwmake foamToVTK: Added Allwmake 2016-05-06 17:42:22 +01:00
foamToVTK.C writeVTK: New functionObject to write fields is VTK format 2016-05-10 10:06:19 +01:00