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 that is much like a Foam::List except that it is expected to hold numeri...
commsTypes
Communications types.
@ buffered
"buffered" : (MPI_Bsend, MPI_Recv)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
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
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::buffered)=0
Evaluate the patch field.
coupledPointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal 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.
pointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
Basic pointPatch represents a set of points from the mesh.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.