60#ifndef Foam_surfaceSlipDisplacementPointPatchVectorField_H
61#define Foam_surfaceSlipDisplacementPointPatchVectorField_H
108 const label wedgePlane_;
111 const word frozenPointsZone_;
123 void calcProjection(
vectorField& displacement)
const;
135 TypeName(
"surfaceSlipDisplacement");
192 virtual autoPtr<pointPatchField<vector>>
clone
194 const DimensionedField<vector, pointMesh>& iF
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
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.
const DimensionedField< vector, pointMesh > & internalField() const noexcept
Basic pointPatch represents a set of points from the mesh.
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
Displacement follows a triSurface. Use in a displacementMotionSolver as a bc on the pointDisplacement...
TypeName("surfaceSlipDisplacement")
Runtime type information.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
const searchableSurfaces & surfaces() const
Surface to follow. Demand loads surfaceNames.
surfaceSlipDisplacementPointPatchVectorField(const surfaceSlipDisplacementPointPatchVectorField &pfld)
Copy construct.
virtual autoPtr< pointPatchField< vector > > clone() const
Return a clone.
surfaceSlipDisplacementPointPatchVectorField(const pointPatch &, const DimensionedField< vector, pointMesh > &)
Construct from patch and internal field.
virtual autoPtr< pointPatchField< vector > > clone(const DimensionedField< vector, pointMesh > &iF) const
Construct and return a clone setting internal field reference.
A class for handling words, derived from Foam::string.
Field< vector > vectorField
Specialisation of Field<T> for vector.
pointPatchField< vector > pointPatchVectorField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.