FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

patchCloudSet Class Reference

Like cloudSet but samples nearest patch face. More...

#include <sampling/patchCloudSet.H>


Detailed Description

Like cloudSet but samples nearest patch face.

Source files

Definition at line 52 of file patchCloudSet.H.

Inheritance diagram for patchCloudSet:
Collaboration diagram for patchCloudSet:

List of all members.

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.

Constructor & Destructor Documentation

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.

Definition at line 267 of file patchCloudSet.C.

References Foam::Info.

patchCloudSet ( const word &   name,
const polyMesh &   mesh,
meshSearch &   searchEngine,
const dictionary &   dict  
)

Construct from dictionary.

Definition at line 292 of file patchCloudSet.C.

References Foam::Info.

~patchCloudSet (  ) [virtual]

Destructor.

Definition at line 321 of file patchCloudSet.C.


Member Function Documentation

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.


The documentation for this class was generated from the following files: