ENH: make sampleSets setSamples movable - preliminary to issue #869

- add some more documentation
This commit is contained in:
Mark Olesen
2018-06-12 19:19:10 +02:00
parent c05dab5e50
commit 7402cd7b5a
30 changed files with 459 additions and 376 deletions

View File

@ -25,8 +25,17 @@ Class
Foam::patchCloudSet
Description
Like cloudSet but samples nearest patch face
Like Foam::cloudSet but samples nearest patch face
For a dictionary specification:
\table
Property | Description | Required | Default
type | patchCloud | yes |
axis | x, y, z, xyz, distance | yes |
patches | List of patch names or regexs | yes |
points | List of selected locations | yes |
maxDistance | Max serach distance | yes |
\endtable
SourceFiles
patchCloudSet.C