streamlines: removed angle brackets from placeholders

This commit is contained in:
Chris Greenshields
2021-01-11 18:41:53 +00:00
parent 34cbcd444d
commit b21982d7c1

View File

@ -76,14 +76,14 @@ sphereRandom
triSurfaceMesh
{
type triSurfaceMesh;
surface <surfaceMeshFile>; // in constant/triSurface directory
surface "surfaceMeshFile.obj"; // in constant/triSurface directory
}
// Seeding at a boundary
boundaryRandom
{
type boundaryRandom;
patches (<patch1> <patch2>);
patches (patch1 patch2);
nPoints 50;
}