91#ifndef Foam_patchProbes_H
92#define Foam_patchProbes_H
108 public Probes<patchFieldProbe>
130 const bool loadFromFiles =
false,
Base class for sampling fields at specified locations and writing to file. The locations are specifie...
const patchFieldProbe & probeModel() const noexcept
Probes(const word &name, const Time &runTime, const dictionary &dict, const bool loadFromFiles=false, const bool readFields=true)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Probes the specified points on specified patches. The points get snapped onto the nearest point on th...
patchProbes(const word &name, const Time &runTime, const dictionary &dict, const bool loadFromFiles=false, const bool readFields=true)
Construct from name, Time and dictionary.
TypeName("patchProbes")
Runtime type information.
virtual ~patchProbes()=default
Destructor.
virtual bool read(const dictionary &)
Read the settings from the dictionary.
A class for handling words, derived from Foam::string.
void readFields(const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const NameMatchPredicate &selectedFields, DynamicList< regIOobject * > &storedObjects)
Read the selected GeometricFields of the templated type and store on the objectRegistry.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.