54#ifndef Foam_internalFieldProbe_H
55#define Foam_internalFieldProbe_H
134 #include "internalFieldProbe.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 ~internalFieldProbe()=default
Destructor.
virtual void findElements(const fvMesh &mesh)
Find cells and faces containing probes.
internalFieldProbe(const fvMesh &mesh, const dictionary &dict)
Construct from Time and dictionary.
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.
tmp< Field< Type > > sample(const VolumeField< Type > &) const
Sample a volume field at all locations.
TypeName("internalFieldProbe")
Runtime type information.
virtual bool read(const dictionary &)
Read the settings dictionary.
probeModel(const probeModel &)=delete
No copy construct.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
GeometricField< Type, fvPatchField, volMesh > VolumeField
A volume field for a given type.
GeometricField< Type, fvsPatchField, surfaceMesh > SurfaceField
A (volume) surface field for a given type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.