35 #ifndef coupledPointPatchField_H 36 #define coupledPointPatchField_H 59 TypeName(coupledPointPatch::typeName_());
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)=0
Evaluate the patch field.
A list of keyword definitions, which are a keyword followed by any number of values (e...
commsTypes
Types of communications.
Foam::pointPatchFieldMapper.
Abstract base class for point-mesh patch fields.
virtual autoPtr< pointPatchField< Type > > clone() const =0
Construct and return a clone.
Pre-declare SubField and related Field type.
TypeName(coupledPointPatch::typeName_())
Runtime type information.
virtual void swapAddSeparated(const Pstream::commsTypes, Field< Type > &) const =0
Complete swap of patch point values and add to local values.
virtual bool coupled() const
Return true if this patch field is derived from.
virtual void initSwapAddSeparated(const Pstream::commsTypes, Field< Type > &) const
Initialise swap of patch point values.
Basic pointPatch represents a set of points from the mesh.
A Coupled boundary condition for pointField.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
coupledPointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...