mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: make sampleSets setSamples movable - preliminary to issue #869
- add some more documentation
This commit is contained in:
@ -27,6 +27,16 @@ Class
|
||||
Description
|
||||
Initialises points on or just off patch
|
||||
|
||||
For a dictionary specification:
|
||||
\table
|
||||
Property | Description | Required | Default
|
||||
type | patchSeed | yes |
|
||||
axis | x, y, z, xyz, distance | yes |
|
||||
patches | List of patch names or regexs | yes |
|
||||
maxPoints | Max number of points to seed | yes |
|
||||
points | List of selected locations | no | empty
|
||||
\endtable
|
||||
|
||||
SourceFiles
|
||||
patchSeedSet.C
|
||||
|
||||
|
||||
Reference in New Issue
Block a user