diff --git a/applications/utilities/postProcessing/sampling/sample/sampleDict b/applications/utilities/postProcessing/sampling/sample/sampleDict index 60e1d7d0ee..3962e633bc 100644 --- a/applications/utilities/postProcessing/sampling/sample/sampleDict +++ b/applications/utilities/postProcessing/sampling/sample/sampleDict @@ -303,7 +303,9 @@ surfaces // Sampling on triSurface type sampledTriSurfaceMesh; surface integrationPlane.stl; - source boundaryFaces; // sample cells or boundaryFaces + source boundaryFaces; // What to sample: cells (nearest cell) + // insideCells (only triangles inside cell) + // boundaryFaces (nearest boundary face) interpolate true; } );