38 #ifndef Foam_coupledPointPatchField_H 39 #define Foam_coupledPointPatchField_H 64 TypeName(coupledPointPatch::typeName_());
101 [[deprecated(
"2026-03: soon = delete")]]
103 #ifdef Foam_pointPatchField_copyConstruct 164 #include "coupledPointPatchField.txx"
commsTypes
Communications types.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
Foam::pointPatchFieldMapper.
virtual autoPtr< pointPatchField< Type > > clone() const
No clone without an internal field reference.
friend Ostream & operator(Ostream &, const pointPatchField< Type > &)
Abstract base class for point-mesh patch fields.
Generic templated field type that is much like a Foam::List except that it is expected to hold numeri...
TypeName(coupledPointPatch::typeName_())
Runtime type information.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::buffered)=0
Evaluate the patch field.
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.
Pointer management similar to std::unique_ptr, with some additional methods and type checking...
"buffered" : (MPI_Bsend, MPI_Recv)
const DimensionedField< Type, pointMesh > & internalField() const noexcept
Return const-reference to the dimensioned internal field.