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

patchProbes Class Reference

Set of locations to sample.at patches. More...

#include <sampling/patchProbes.H>


Detailed Description

Set of locations to sample.at patches.

Call write() to sample and write files.

Source files

Definition at line 57 of file patchProbes.H.

Inheritance diagram for patchProbes:
Collaboration diagram for patchProbes:

List of all members.

Public Member Functions

 TypeName ("patchProbes")
 Runtime type information.
 patchProbes (const word &name, const objectRegistry &, const dictionary &, const bool loadFromFiles=false)
 Construct for given objectRegistry and dictionary.
virtual  ~patchProbes ()
 Destructor.
virtual void  write ()
 Public members.
virtual void  read (const dictionary &)
 Read.
virtual void  findElements (const fvMesh &)
 Find elements containing patchProbes.

Constructor & Destructor Documentation

patchProbes ( const word &   name,
const objectRegistry &   obr,
const dictionary &   dict,
const bool   loadFromFiles = false  
)

Construct for given objectRegistry and dictionary.

Allow the possibility to load fields from files

Definition at line 204 of file patchProbes.C.

~patchProbes (  ) [virtual]

Destructor.

Definition at line 219 of file patchProbes.C.


Member Function Documentation

TypeName ( "patchProbes"    )

Runtime type information.

void write (  ) [virtual]

Public members.

Sample and write

Reimplemented from probes.

Definition at line 223 of file patchProbes.C.

void read ( const dictionary &   dict  ) [virtual]

Read.

Reimplemented from probes.

Definition at line 235 of file patchProbes.C.

References dictionary::lookup(), and probes::read().


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