101#ifndef patchToPoint_H
102#define patchToPoint_H
126 wordRes selectedPatches_;
131 void combine(topoSet& set,
const bool add)
const;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A topoSetPointSource to select points associated with given patch(es).
virtual ~patchToPoint()=default
Destructor.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
Apply specified action to the topoSet.
TypeName("patchToPoint")
Runtime type information.
patchToPoint(const polyMesh &mesh, const wordRe &patchName)
Construct from components.
Mesh consisting of general polyhedral cells.
The topoSetPointSource is a intermediate class for handling topoSet sources for selecting points.
topoSetPointSource(const polyMesh &mesh)
Construct from mesh.
Class with constructor to add usage string to table.
setAction
Enumeration defining various actions.
const polyMesh & mesh() const noexcept
Reference to the mesh.
General set of labels of mesh quantity (points, cells, faces).
A wordRe is a Foam::word, but can contain a regular expression for matching words or strings.
A List of wordRe with additional matching capabilities.
void add(DimensionedField< scalar, GeoMesh > &result, const dimensioned< scalar > &dt1, const DimensionedField< scalar, GeoMesh > &f2)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.