59 #ifndef Foam_surfaceDisplacementPointPatchVectorField_H 60 #define Foam_surfaceDisplacementPointPatchVectorField_H 79 public fixedValuePointPatchVectorField
82 typedef fixedValuePointPatchVectorField parent_bctype;
115 const label wedgePlane_;
118 const word frozenPointsZone_;
127 void calcProjection(
vectorField& displacement)
const;
184 const searchableSurfaces&
surfaces()
const;
190 virtual void write(Ostream&)
const;
202 using parent_bctype::operator=;
virtual autoPtr< pointPatchField< vector > > clone(const DimensionedField< vector, pointMesh > &iF) const
Clone with an internal field reference.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
TypeName("surfaceDisplacement")
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
Foam::pointPatchFieldMapper.
surfaceDisplacementPointPatchVectorField(const pointPatch &, const DimensionedField< vector, pointMesh > &)
Construct from patch and internal field.
virtual void write(Ostream &) const
Write.
A class for handling words, derived from Foam::string.
static autoPtr< pointPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
Displacement fixed by projection onto triSurface. Use in a displacementMotionSolver as a bc on the po...
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
const searchableSurfaces & surfaces() const
Surface to follow. Demand loads surfaceNames.
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...