37#ifndef coupledPointPatchField_H
38#define coupledPointPatchField_H
61 TypeName(coupledPointPatch::typeName_());
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic templated field type.
commsTypes
Types of communications.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A Coupled boundary condition for pointField.
virtual autoPtr< pointPatchField< Type > > clone(const DimensionedField< Type, pointMesh > &iF) const =0
Construct and return a clone setting internal field reference.
virtual bool coupled() const
Return true if this patch field is derived from.
virtual autoPtr< pointPatchField< Type > > clone() const =0
Construct and return a clone.
virtual void swapAddSeparated(const Pstream::commsTypes, Field< Type > &) const =0
Complete swap of patch point values and add to local values.
virtual void initSwapAddSeparated(const Pstream::commsTypes, Field< Type > &) const
Initialise swap of patch point values.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)=0
Evaluate the patch field.
TypeName(coupledPointPatch::typeName_())
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Foam::pointPatchFieldMapper.
Abstract base class for point-mesh patch fields.
Basic pointPatch represents a set of points from the mesh.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.