/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | ------------------------------------------------------------------------------- Description Writes out patch surface files with interpolated field data in VTK format. \*---------------------------------------------------------------------------*/ patch ; fields (); interpolate true; // If false, write cell data to the surface triangles. // If true, write interpolated data at the surface points. #includeEtc "caseDicts/postProcessing/surface/patchSurface.cfg" // ************************************************************************* //