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

cloudSet Class Reference

#include <sampling/cloudSet.H>


Detailed Description

Source files

Definition at line 53 of file cloudSet.H.

Inheritance diagram for cloudSet:
Collaboration diagram for cloudSet:

List of all members.

Public Member Functions

 TypeName ("cloud")
 Runtime type information.
 cloudSet (const word &name, const polyMesh &mesh, meshSearch &searchEngine, const word &axis, const List< point > &sampleCoords)
 Construct from components.
 cloudSet (const word &name, const polyMesh &mesh, meshSearch &searchEngine, const dictionary &dict)
 Construct from dictionary.
virtual  ~cloudSet ()
virtual point  getRefPoint (const List< point > &) const
 Get reference point.

Constructor & Destructor Documentation

cloudSet ( const word &   name,
const polyMesh &   mesh,
meshSearch &   searchEngine,
const word &   axis,
const List< point > &   sampleCoords  
)

Construct from components.

Definition at line 108 of file cloudSet.C.

References Foam::Info.

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

Construct from dictionary.

Definition at line 129 of file cloudSet.C.

References Foam::Info.

~cloudSet (  ) [virtual]

Definition at line 150 of file cloudSet.C.


Member Function Documentation

TypeName ( "cloud"    )

Runtime type information.

Foam::point getRefPoint ( const List< point > &   pts  ) const [virtual]

Get reference point.

Implements sampledSet.

Definition at line 156 of file cloudSet.C.

References List< T >::size(), and Vector< Cmpt >::zero.


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