38#ifndef Foam_cyclicACMIPointPatchField_H
39#define Foam_cyclicACMIPointPatchField_H
83 cyclicACMIPatch_.cyclicACMIPatch()
100 cyclicACMIPatch_.cyclicACMIPatch().neighbPatch()
112 TypeName(cyclicACMIPointPatch::typeName_());
171 return cyclicACMIPointPatch::typeName;
183 && !cyclicACMIPatch_.parallel()
190 return cyclicACMIPatch_.forwardT();
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...
Interpolation class within a primitive patch. Allows interpolation from points to faces and vice vers...
commsTypes
Communications types.
@ buffered
"buffered" : (MPI_Bsend, MPI_Recv)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
coupledPointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
virtual bool doTransform() const
Does the patch field perform the transformation.
virtual void swapAddSeparated(const Pstream::commsTypes commsType, Field< Type > &) const
Complete swap of patch point values and add to local values.
cyclicACMIPointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
virtual const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
virtual const word & constraintType() const
Return the constraint type this pointPatchField implements.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::buffered)
Evaluate the patch field.
virtual autoPtr< pointPatchField< Type > > clone(const DimensionedField< Type, pointMesh > &iF) const
Construct and return a clone setting internal field reference.
virtual autoPtr< pointPatchField< Type > > clone() const
Return a clone.
TypeName(cyclicACMIPointPatch::typeName_())
Runtime type information.
virtual const tensorField & forwardT() const
Return face transformation tensor.
Cyclic AMI point patch - place holder only.
const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Foam::pointPatchFieldMapper.
static autoPtr< pointPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
Basic pointPatch represents a set of points from the mesh.
A class for handling words, derived from Foam::string.
Field< tensor > tensorField
Specialisation of Field<T> for tensor.
constexpr bool is_rotational_vectorspace_v
The is_rotational_vectorspace value of Type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.