37 #ifndef Foam_cyclicPointPatchField_H 38 #define Foam_cyclicPointPatchField_H 70 TypeName(cyclicPointPatch::typeName_());
107 [[deprecated(
"2026-03: soon = delete")]]
109 #ifdef Foam_pointPatchField_copyConstruct 132 return cyclicPointPatch::typeName;
143 is_rotational_vectorspace_v<Type>
193 #include "cyclicPointPatchField.txx" TypeName(cyclicPointPatch::typeName_())
Runtime type information.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::buffered)
Evaluate the patch field.
commsTypes
Communications types.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual bool doTransform() const
Does the patch field perform the transformation.
Foam::pointPatchFieldMapper.
virtual autoPtr< pointPatchField< Type > > clone() const
No clone without an internal field reference.
Cyclic front and back plane patch field.
const tensorField & forwardT() const
Return face transformation tensor.
friend Ostream & operator(Ostream &, const pointPatchField< Type > &)
Cyclic patch for post-processing.
Abstract base class for point-mesh patch fields.
virtual const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
virtual void swapAddSeparated(const Pstream::commsTypes commsType, Field< Type > &) const
Complete swap of patch point values and add to local values.
A class for handling words, derived from Foam::string.
static autoPtr< pointPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
virtual const tensorField & forwardT() const
Return face transformation tensor.
virtual const word & constraintType() const
Return the constraint type this pointPatchField implements.
Basic pointPatch represents a set of points from the mesh.
A Coupled boundary condition for pointField.
const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
cyclicPointPatchField(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...
bool parallel() const
Are the cyclic planes parallel.
"buffered" : (MPI_Bsend, MPI_Recv)
const DimensionedField< Type, pointMesh > & internalField() const noexcept
Return const-reference to the dimensioned internal field.