diff --git a/applications/utilities/postProcessing/sampling/sample/sampleDict b/applications/utilities/postProcessing/sampling/sample/sampleDict index 7a9b6f7f0a..58bdc7c59c 100644 --- a/applications/utilities/postProcessing/sampling/sample/sampleDict +++ b/applications/utilities/postProcessing/sampling/sample/sampleDict @@ -90,6 +90,8 @@ fields // uniform: extra number of sampling points // polyLine, cloud: list of coordinates // patchCloud: list of coordinates and set of patches to look for nearest +// patchSeed: random sampling on set of patches. Points slightly off +// face centre. sets ( lineX1 @@ -135,6 +137,15 @@ sets maxDistance 0.1; // maximum distance to search patches (".*Wall.*"); } + + patchSeed + { + patches (".*Wall.*"); + // Number of points to seed. Divided amongst all processors according + // to fraction of patches they hold. + maxPoints 100; + } + );