mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: sampleDict: improved comment
This commit is contained in:
@ -90,6 +90,8 @@ fields
|
|||||||
// uniform: extra number of sampling points
|
// uniform: extra number of sampling points
|
||||||
// polyLine, cloud: list of coordinates
|
// polyLine, cloud: list of coordinates
|
||||||
// patchCloud: list of coordinates and set of patches to look for nearest
|
// 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
|
sets
|
||||||
(
|
(
|
||||||
lineX1
|
lineX1
|
||||||
@ -135,6 +137,15 @@ sets
|
|||||||
maxDistance 0.1; // maximum distance to search
|
maxDistance 0.1; // maximum distance to search
|
||||||
patches (".*Wall.*");
|
patches (".*Wall.*");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
patchSeed
|
||||||
|
{
|
||||||
|
patches (".*Wall.*");
|
||||||
|
// Number of points to seed. Divided amongst all processors according
|
||||||
|
// to fraction of patches they hold.
|
||||||
|
maxPoints 100;
|
||||||
|
}
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user