Go to the documentation of this file.
35 #ifndef cyclicAMIPointPatchField_H
36 #define cyclicAMIPointPatchField_H
109 TypeName(cyclicAMIPointPatch::typeName_());
180 return cyclicAMIPointPatch::typeName;
Cyclic AMI front and back plane patch field.
A class for handling words, derived from string.
A Coupled boundary condition for pointField.
bool parallel() const
Are the cyclic planes parallel.
Cyclic AMI point patch - place holder only.
virtual autoPtr< pointPatchField< Type > > clone() const
Construct and return a clone.
virtual const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Evaluate the patch field.
Basic pointPatch represents a set of points from the mesh.
const PrimitivePatchInterpolation< primitivePatch > & nbrPpi() const
Neighbour side patch interpolation.
Foam::pointPatchFieldMapper.
const cyclicAMIPolyPatch & cyclicAMIPatch() const
Return the underlying cyclicAMIPolyPatch.
Pre-declare SubField and related Field type.
TypeName(cyclicAMIPointPatch::typeName_())
Runtime type information.
virtual bool doTransform() const
Does the patch field perform the transfromation.
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.
const cyclicAMIPointPatch & cyclicAMIPatch_
Local reference cast into the cyclicAMI patch.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual const cyclicAMIPolyPatch & neighbPatch() const
Return a reference to the neighbour patch.
virtual const word & constraintType() const
Return the constraint type this pointPatchField implements.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
commsTypes
Types of communications.
autoPtr< PrimitivePatchInterpolation< primitivePatch > > ppiPtr_
Owner side patch interpolation pointer.
Interpolation class within a primitive patch. Allows interpolation from points to faces and vice vers...
Traits class for primitives.
const PrimitivePatchInterpolation< primitivePatch > & ppi() const
Owner side patch interpolation.
const tensorField & forwardT() const
Return face transformation tensor.
virtual const tensorField & forwardT() const
Return face transformation tensor.
cyclicAMIPointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
autoPtr< PrimitivePatchInterpolation< primitivePatch > > nbrPpiPtr_
Neighbour side patch interpolation pointer.