47 #ifndef Foam_edgeSlipDisplacementPointPatchVectorField_H 48 #define Foam_edgeSlipDisplacementPointPatchVectorField_H 78 const word frozenPointsZone_;
87 void calcProjection(
vectorField& displacement)
const;
TypeName("edgeSlipDisplacement")
Runtime type information.
A class for handling file names.
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< vector > &)
const indexedOctree< treeDataEdge > & edgeTree() const
A class for handling words, derived from Foam::string.
edgeSlipDisplacementPointPatchVectorField(const pointPatch &, const DimensionedField< vector, pointMesh > &)
Construct from patch and internal field.
static autoPtr< pointPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
virtual void write(Ostream &) const
Write.
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...
Displacement follows an edgeMesh. Use in a displacementMotionSolver as a bc on the pointDisplacement ...
Registry of regIOobjects.
static void read(const objectRegistry &obr, const dictionary &dict)
Read (& store) geometry. Exposed so point attraction can reuse it.