Like cloudSet but samples nearest patch face. More...
#include <sampling/patchCloudSet.H>
Like cloudSet but samples nearest patch face.
Definition at line 52 of file patchCloudSet.H.
Inheritance diagram for patchCloudSet:
Collaboration diagram for patchCloudSet:Public Member Functions | |
| TypeName ("patchCloud") | |
| Runtime type information.
| |
| patchCloudSet (const word &name, const polyMesh &mesh, meshSearch &searchEngine, const word &axis, const List< point > &sampleCoords, const labelHashSet &patchSet, const scalar searchDist) | |
| Construct from components.
| |
| patchCloudSet (const word &name, const polyMesh &mesh, meshSearch &searchEngine, const dictionary &dict) | |
| Construct from dictionary.
| |
| virtual | ~patchCloudSet () |
| Destructor.
| |
| virtual point | getRefPoint (const List< point > &) const |
| Get reference point.
| |
| patchCloudSet | ( | const word & | name, |
| const polyMesh & | mesh, | ||
| meshSearch & | searchEngine, | ||
| const word & | axis, | ||
| const List< point > & | sampleCoords, | ||
| const labelHashSet & | patchSet, | ||
| const scalar | searchDist | ||
| ) |
| patchCloudSet | ( | const word & | name, |
| const polyMesh & | mesh, | ||
| meshSearch & | searchEngine, | ||
| const dictionary & | dict | ||
| ) |
| ~patchCloudSet | ( | ) | [virtual]
|
Destructor.
Definition at line 321 of file patchCloudSet.C.
| TypeName | ( | "patchCloud" | ) |
Runtime type information.
| Foam::point getRefPoint | ( | const List< point > & | pts ) | const [virtual]
|
Get reference point.
Implements sampledSet.
Definition at line 327 of file patchCloudSet.C.
References List< T >::size(), and Vector< Cmpt >::zero.