51#ifndef Foam_patchFieldProbe_H
52#define Foam_patchFieldProbe_H
146 #include "patchFieldProbe.txx"
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
tmp< Field< Type > > sample(const SurfaceField< Type > &) const
Sample a surface field at all locations.
virtual void findElements(const fvMesh &mesh)
Find elements containing patchFieldProbe.
virtual ~patchFieldProbe()=default
Destructor.
const labelList & patchIDs() const noexcept
Return the index of the patches to sample.
patchFieldProbe(const fvMesh &mesh, const dictionary &dict)
Construct from Time and dictionary.
TypeName("patchFieldProbe")
Runtime type information.
tmp< Field< Type > > sample(const word &fieldName) const
Sample a volume field at all locations.
tmp< Field< Type > > sampleSurfaceField(const word &fieldName) const
Sample a surface field at all locations.
wordRes patchNames_
Names of the patches to sample.
tmp< Field< Type > > sample(const VolumeField< Type > &) const
Sample a volume field at all locations.
labelList patchIDs_
Index of the patches to sample.
virtual bool read(const dictionary &)
Read the settings dictionary.
probeModel(const probeModel &)=delete
No copy construct.
A class for managing temporary objects.
A List of wordRe with additional matching capabilities.
A class for handling words, derived from Foam::string.
GeometricField< Type, fvPatchField, volMesh > VolumeField
A volume field for a given type.
List< label > labelList
A List of labels.
GeometricField< Type, fvsPatchField, surfaceMesh > SurfaceField
A (volume) surface field for a given type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.