diff --git a/etc/caseDicts/postProcessing/visualization/streamlines b/etc/caseDicts/postProcessing/visualization/streamlines index 101a12f86b..7e21ab8ffc 100644 --- a/etc/caseDicts/postProcessing/visualization/streamlines +++ b/etc/caseDicts/postProcessing/visualization/streamlines @@ -76,14 +76,14 @@ sphereRandom triSurfaceMesh { type triSurfaceMesh; - surface ; // in constant/triSurface directory + surface "surfaceMeshFile.obj"; // in constant/triSurface directory } // Seeding at a boundary boundaryRandom { type boundaryRandom; - patches ( ); + patches (patch1 patch2); nPoints 50; }