47 #ifndef pointAttractionDisplacementPointPatchVectorField_H 48 #define pointAttractionDisplacementPointPatchVectorField_H 77 const word frozenPointsZone_;
86 void calcProjection(
vectorField& displacement)
const;
A class for handling file names.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual autoPtr< pointPatchVectorField > clone() const
Construct and return a clone.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Foam::pointPatchFieldMapper.
Displacement by attraction to nearest point. Use in a displacementMotionSolver as a bc on the pointDi...
TypeName("pointAttraction")
Runtime type information.
pointAttractionDisplacementPointPatchVectorField(const pointPatch &, const DimensionedField< vector, pointMesh > &)
Construct from patch and internal field.
A class for handling words, derived from Foam::string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
virtual void write(Ostream &) const
Write.
const indexedOctree< treeDataPoint > & pointTree() const
Non-pointer based hierarchical recursive searching.
Basic pointPatch represents a set of points from the mesh.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Pointer management similar to std::unique_ptr, with some additional methods and type checking...