Go to the documentation of this file.
178 const bool loadFromFiles =
false,
189 virtual void write();
virtual void findElements(const fvMesh &)
Find elements containing patchProbes.
wordReList patchNames_
Patches to sample.
Set of locations to sample at patches.
A class for handling words, derived from string.
virtual ~patchProbes()
Destructor.
A class for managing temporary objects.
patchProbes(const patchProbes &)
Disallow default bitwise copy construct.
void readDict(const dictionary &dict)
Read dictionary settings.
Class used for grouping field types.
void operator=(const patchProbes &)
Disallow default bitwise assignment.
Registry of regIOobjects.
tmp< Field< Type > > sample(const GeometricField< Type, fvPatchField, volMesh > &) const
Sample a volume field at all locations.
Set of locations to sample.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
void sampleAndWriteSurfaceFields(const fieldGroup< Type > &)
Sample and write all the surface fields of the given type.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("patchProbes")
Runtime type information.
virtual const word & name() const
Return name of the set of probes.
virtual void read(const dictionary &)
Read.
virtual void write()
Public members.
void sampleAndWrite(const GeometricField< Type, fvPatchField, volMesh > &)
Sample and write a particular volume field.
Generic GeometricField class.